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

Bridge problem with YUN #3298

Closed
IvanKunjasic opened this issue Jun 6, 2015 · 1 comment
Closed

Bridge problem with YUN #3298

IvanKunjasic opened this issue Jun 6, 2015 · 1 comment
Assignees
Labels
Library: Bridge The Bridge Arduino library Type: Bug

Comments

@IvanKunjasic
Copy link

IvanKunjasic commented Jun 6, 2015

I try to upload simple Bridge sketch to my Arduino YUN, but i didn't get any Serial Monitor output.
http://www.arduino.cc/en/Tutorial/Bridge

Also, on two separate Arduino Yuns on two separate laptops, I can't get JsonParserExample(aJSON) to Run. I just get no output in the Serial Monitor. And if I change the lines

if (!root.success()) {
Serial.println("parseObject() failed");
return;
}

to

if (!root.success()) {
Serial.println("parseObject() failed");
return;
} else {
Serial.println("Success!");
}

I still get nothing from the Serial Monitor.

I've checked the Baud Rates. I've run Examples>04.Communication>SerialCallResponse and the Serial Monitor works fine there.

Any clue?

@per1234
Copy link
Collaborator

per1234 commented Mar 28, 2021

Transferred to arduino-libraries/Bridge#29

@per1234 per1234 closed this as completed Mar 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Library: Bridge The Bridge Arduino library Type: Bug
Projects
None yet
Development

No branches or pull requests

3 participants