mysmartgrid / hexabus

The HexaBus Project: An IPv6-based home automation bus. We develop both hard- and software for the future of home automation.
http://hexabus.net
49 stars 15 forks source link

Contiki programming #241

Closed exe99 closed 10 years ago

exe99 commented 10 years ago

Hello,

i have a little question. I am trying to programming a contiki application (Hello World) for my Hexabus Socket. But i am not really sure how it works.

Is there any programming guide, where it explains, how to generate the Hex file from the Contiki C-File and uploading to my Hexabus Socket via my avr jtag ?

On the internet i don't really find any suitable explanation for my Contiki<->Hexabus.

Thank you very much

ghost commented 10 years ago

Take a look at the provided Makefile in firmware/Hexabus-Socket. To add code to the basic Hexabus Socket code, just add a new application, looking at and tracing calls to/from hexapush might prove instructive here.