contiki-os / contiki

The official git repository for Contiki, the open source OS for the Internet of Things
http://www.contiki-os.org/
Other
3.69k stars 2.58k forks source link

contiki-os spirit1 with stm32 problems #2376

Open obaginski opened 6 years ago

obaginski commented 6 years ago

Hello,

I'm trying to arrange connection of three devices where one of them is sending data packets to the second, and then second one is forwarding data to the third one. I was following stm32 getting started documentation http://www.st.com/content/ccc/resource/technical/document/user_manual/group0/13/c8/99/6c/b7/38/4d/90/DM00255309/files/DM00255309.pdf/jcr:content/translations/en.DM00255309.pdf I've noticed a few issues:

If anyone came across similar issues or solved this problem, I'd be glad to get some clues or advices.

Best regards,

Oskar

firmwareguru commented 6 years ago

If you're using a recent Nucleo with CAT5 or higher STM32L1 devices, the node_id problem in issue #2305 might have some affect on how a network of nodes communicate with each other. Without a unique ID the nodes may collide in some way.