Hi,
I would like to know how to connect digi cloud using custom firmware (bare metal code).
I am using TI MSP430 with serial to ethernet connector.
I am not using any RTOS or linux based platform.
Thanks
Hi,
I would like to know how to connect digi cloud using custom firmware (bare metal code).
I am using TI MSP430 with serial to ethernet connector.
I am not using any RTOS or linux based platform.
Thanks
Take a look here: http://www.idigi.com/idigiconnector/
Digi has basic ANSI C and Android code to use with a raw processor. I am not sure how hard it will be to get this running on a TI procssor, however you will need at least a TCP/IP stack. Multi-tasking helps, but the code base should work without threads/tasks.