Forum >Bluno MEGA not recognized
Bluno General Arduino

Bluno MEGA not recognized

userHead micromonkey 2014-12-21 18:30:50 4999 Views4 Replies
I have been trying to write sketches to Bluno, but it does not seem to recognize it at all in Arduino IDE 1.0.6 (in windows 8 32bit or mac OSX)

The iOS app communicates fine with it fine, so I know its working
Via serial app I can see that its the current firmware.

Any suggestions on how to get it talking to arduino IDE?
2014-12-27 07:46:12 It was a bad cable (different than Uno). thanks for your help.... userHeadPic micromonkey
2014-12-23 04:18:25 Hello,

Is that Bluno Mega 1280 or Bluno Mega 2560? It seems that the driver hasn't been installed.
If you are using Bluno Mega 1280. it need a special driver, you could find it on the product page --> doucments
https://github.com/Arduinolibrary/DFRobot_Bluno_Mega_1280_DFR0306/blob/master/Bluno%20mega%201280%20special%20driver.rar?raw=true

If you are using Bluno Mega 2560,  its driver should be same to the Arduino mega 2560. You could find this driver in Arduino IDE folder-->drivers folder.

Have you tried to install them?
userHeadPic Grey.CC
2014-12-22 17:29:32 Yeah, I see an 'unknown device' but other posts on here imply that it should be auto-discover.  I plug in my uno and it is recognized as com 3 without any issues.

Is there a driver that I can try somewhere?
userHeadPic micromonkey
2014-12-22 03:29:23 Hello Sir,

Have you checked the device manager? Is there any COM port like Arduino UNO?
Could you change another Arduino IDE like 1.0.6, and try again?

userHeadPic Grey.CC