domino-team / domino-firmware

This is the firmware and source code for Domino
12 stars 10 forks source link

Bridge.begin hangs #3

Open davehun opened 8 years ago

davehun commented 8 years ago

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

e.g connect to the console and run

include

include

include

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 commented 8 years ago

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

alzhao commented 8 years ago

@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