Questions tagged [broadcom]

Broadcom Corporation is a company designing chips and similar hardware for wireless and broadband communication.

66 questions
14
votes
6 answers

Bluetooth 4.0 / Smart / Low energy on Samsung Galaxy S3

I'm trying to develop a bluetooth 4.0 app for S3. The problem is, the phone behaves like it doesn't even have bluetooth 4.0. It doesn't discover 4.0 devices, and isn't discoverable with 4.0 devices. I tried both in the settings of the phone and in…
oyvind
  • 1,429
  • 3
  • 14
  • 24
12
votes
3 answers

how to find which packets got dropped

I'm getting thousands of dropped packages from a Broadcom Network Card: eth1 Link encap:Ethernet HWaddr 01:27:B0:14:DA:FE UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 RX packets:2746252626 errors:0…
Hoelli
  • 402
  • 1
  • 5
  • 14
9
votes
2 answers

Bluetooth Low Energy API for Jelly Bean 4.2

After hours of research on the BLE topic and android, the only thing that I've found is a big mess. Developing an app for iOS, which uses BLE was quite simple - one framework and a few documentations. Now, I have to write an app for android Jelly…
5
votes
2 answers

Android 4.0.4 BLE API, BroadCom - Motorola

Iam working on a HealthCare project atm. we are making a test setup where we use a Motorola Razr Max with android 4.0.4 as Gateway. The phone's BLE will communicate with a BLE Chip from IT. The reason for picking a Motorola Razr maxx was because IT…
Mir
  • 55
  • 2
  • 7
4
votes
1 answer

What exactly is a GPU binning pass

As I'm reading VideoCoreIV-AG100-R spec of BCM vc4 chip, there is a paragraph talking about: All rendering by the 3D system is in tiles, requiring separate binning and rendering passes to render a frame. In normal operation the host processor…
Bill Randerson
  • 1,028
  • 1
  • 11
  • 29
4
votes
1 answer

Bluetooth low energy for Samsung Galaxy S3 and TI CC2540 heart rate monitor

I am developing a bluetooth low energy application for the Samsung Galaxy S3. I am using Broadcom ble jar file into my project. I am able to search the TI CC2540 ble device. But when I try to connect the Galaxy S3 to CC2540, I immediately get a…
user1955086
  • 141
  • 2
  • 7
4
votes
1 answer

How to write Hello World for OpenWRT and/or dd-wrt

I'm working on running a Hello World program on the Linksys WRT54G-V4 running either dd-wrt or OpenWRT. Right now this router is running dd-wrt for reasons I'll explain below. I'd like to switch this router to OpenWRT, because I've not been able to…
Jim In Texas
  • 1,524
  • 4
  • 20
  • 31
3
votes
3 answers

Nexus 5 Wireless driver for BCM4339

I want to work on Access Point (AP) and Power Saving Mode (PSM) behaviour with a Nexus 5, which has a BCM4339 wireless chipset. Currently, there are 4 drivers (1 experimental) available for Broadcom chipsets: broadcom-iw (proprietary). Firmware,…
JahMyst
  • 1,616
  • 3
  • 20
  • 39
3
votes
1 answer

Motorola Bluetooth Low Energy API support for tablet

I am looking to find a tablet (preferred) or a phone that supports and has all neccessary drivers for BTLE. The phone or tablet must be running Android OS. I understand that currently android does not have any BTLE functionality in it, but both…
Corey Mann
  • 31
  • 2
2
votes
0 answers

Ad-hoc connection in MeeGo

I am new to MeeGo.Problem is do not know how to create a wireless ad-hoc network. Network controller is Broadcom Corporation BCM4313 802.11b/g/n. According to https://wiki.archlinux.org/index.php/Broadcom_wireless they have mentioned the…
ridy
  • 31
  • 1
2
votes
1 answer

How to clear BCM2835 Interrupt Clear Register?

I'm looking into how to make an operating system for Raspberry Pi, and in the OSDev barebones tutorial for the Raspberry Pi, the following code is used to clear any pending interrupts. // Clear pending interrupts. mmio_write(UART0_ICR, 0x7FF); The…
Jerome Carter
  • 237
  • 1
  • 4
  • 18
2
votes
3 answers

Is Broadcom (Widcomm) Bluetooth SDK forward compatible?

I've noticed that Widcomm/Broadcom BT SDK is a bit out-of-date. The last release (BTW 6.1.0.1504) was at January 10, 2009. First question, Can I use it for the future Broadcom Bluetooth chips (in other words: Is it forward compatible)? Second…
Pupsik
  • 741
  • 3
  • 8
  • 25
2
votes
1 answer

Microsoft Bluetooth Stack into Widcomm Bluetooth Stack?

I have the following problem: I implemented a managed mobile application for Windows Mobile devices using the C# Bluetooth library of InTheHand. Now I figured out that the new devices of HTC will all have the Widcomm Bluetooth stack instead of the…
cssmaniac
  • 593
  • 7
  • 16
1
vote
1 answer

Wireless Setup on Arch Linux

I am a new Archer, and when I compile wireless driver on my computer, I come across a problem: make: *** /lib/modules/3.1.4-1-ARCH/build: No such file or directory. Stop. My wireless firmware is Broadcom BCM4313, and I have installed…
moiyer
  • 13
  • 4
1
vote
0 answers

HTTP Error 400. The request has an invalid header name / Duplicated User-Agent

I need to establish a websocket connection to a ASP.NET Core 6 backend over a 3rd party API Gateway. For some reason, the API Gateway is adding an additional User-Agent header to the request which results in a bad request (400).
1
2 3 4 5