WICED WiFi: Programming and debugging

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello,

I am working on to design schematic to build proto boards using WICED WIFI modules. I am bit stuck on to decide what is needed for programming the module. If anybody has suggestion, please provide. I would like to know how to debug the final boards (using emulator or something) and what facility should be provided on the board.

Basavaraj

0 Likes
2 Replies
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi,

You just need a J-Tag debugger to download the software and start debugging.

Olimex ARM-USB-TINY-H or Segger J-Tag debugger would work fine. A 10 pin header (2x5) is needed to connect the J-Tag debugger. Please check the evaluation board schematics for how to connect J-Tag debugger to your board.

Example schematics could be found in the SDK. Each released evaluation platform has a schematics directory where the schematics are located.

Seyhan

0 Likes
Anonymous
Not applicable

If you use WiConnect, you really only need a serial port as your host micro doesn't need to know much about Wi-Fi at all. In that case, your micro really just configures the module through a simple API.

see here: http://wiconnect.ack.me

0 Likes