Open davehun opened 9 years ago
it appears the run-bridge command is not starting / running correctly
@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
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