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.begin hangs #3

Open
davehun opened this issue Aug 29, 2015 · 2 comments
Open

Bridge.begin hangs #3

davehun opened this issue Aug 29, 2015 · 2 comments

Comments

@davehun
Copy link

davehun commented Aug 29, 2015

All sketches that include the yun bridge function hang during setup at
Bridge.begin();

e.g
connect to the console and run

include <Bridge.h>

include <YunServer.h>

include <YunClient.h>

YunServer server;

void setup() {
// put your setup code here, to run once:
Serial.begin(9600); //Start the serial connection with the computer

Serial.println("starting bridge");
Bridge.begin();
Serial.println("Bridge started");

starting bridge wiill be printed to the serial port but bridge started never will be

@davehun
Copy link
Author

davehun commented Aug 30, 2015

it appears the run-bridge command is not starting / running correctly

@alzhao
Copy link
Member

alzhao commented Aug 31, 2015

@davehun, you are right. You can use Arduino firmware to use the bridge for now. We will check and update the firmware. The instructions are here: https://github.com/domino-team/docs/blob/master/qi/arduino-yun.md or http://domino.io/docs/qi/arduino-yun.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants