Low-power Wireless USB using CC2531 USB Dongle + Contiki-OS
- macOS Monterey 12.4
git clone --recursive [email protected]:fetiu/lowusb.git
cd cc-tool
./bootstrap
./configure
make
Then, test flashing a example binary.
./cc-tool -ew ../CC2531ZNP-Prod.hex
If it succeeds, a serial port will be detected.
Now, please move binary to system directory for convenience.
mv cc-tool /usr/local/bin
CC2531 USB Dongle is based on Intel 8051, so it requires special c compiler called SSDC.
cd sdcc
./sdcc-contiki.sh
Refer below for troubleshooting
cd contiki/examples/cc2530dk/udp-ipv6
make
make flash