Other Parts Discussed in Thread: CC2530, Z-STACK, CC2530EM
I'm working on an application that will communicate with a CC2530 (F256) chip on an android device through UART.
The manufacturer of the android device has supplied the CC2530 firmware, and I've been told that it will work with the CC2530 protocol.
The first thing my application does is to reset and start the CC2530 through the reset HW interface. The CC2530 then responds on the UART with 0xFF and nothing else.
My UART connection is setup with:
- Baudrate: 115200
- One stop bit
- No flow control
- 8 data bits