Riot: Delay in example arduino-hello-world

Created on 4 Aug 2016  ·  3Comments  ·  Source: RIOT-OS/RIOT

Hey, in this file
https://github.com/RIOT-OS/RIOT/blob/master/examples/arduino_hello-world/hello-world.sketch

You should remove the delay. After doing some tests, it looks like that the serial line is not working because the delay is too big.

I just remove it, and everything was working !

question

All 3 comments

@romainvause, I don't think removing the delay is a solution. The provided sketch is a valid arduino code.

On which board did you try ?

In the official RIOT code base (current master at 0f73a40), the only boards supported by this feature are stm32f4discovery and arduino-due.
I tried with arduino-due and everything works like a charm. If someone with a stm32f4discovery could try as well, it would be great.
I suspect that you tried with the unofficial arduino-uno port from #5451 as you recently created other issues related to this topic. It would be better to comment in the related PR, e.g #5451.

@aabadie Yep, I tried with arduino-uno. You're right, sorry to comment here! Thx

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kaspar030 picture kaspar030  ·  6Comments

jia200x picture jia200x  ·  7Comments

sinkarharshad picture sinkarharshad  ·  7Comments

silkeh picture silkeh  ·  5Comments

pietrotedeschi picture pietrotedeschi  ·  4Comments