Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delay in example arduino-hello-world #5724

Closed
romainvause opened this issue Aug 4, 2016 · 3 comments
Closed

Delay in example arduino-hello-world #5724

romainvause opened this issue Aug 4, 2016 · 3 comments
Assignees
Labels
Type: question The issue poses a question regarding usage of RIOT

Comments

@romainvause
Copy link

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 !

@OlegHahm OlegHahm added the Type: question The issue poses a question regarding usage of RIOT label Aug 4, 2016
@aabadie
Copy link
Contributor

aabadie commented Aug 5, 2016

@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 ?

@aabadie
Copy link
Contributor

aabadie commented Aug 5, 2016

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.

@romainvause
Copy link
Author

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

@miri64 miri64 closed this as completed Aug 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: question The issue poses a question regarding usage of RIOT
Projects
None yet
Development

No branches or pull requests

4 participants