I had the MeOrion board but just received the MeAuriga. When I connect the MeBluetooth Module to port 5 on the new MeAuriga I get a connection. This works on the iOS device and the Mac. But I on iOS i get the message “Unrecognizable Firmware” and on the Mac using mBlock_v3.4.2 I get a connection but the board is unresponsive. Can someone tell me how to fix this?
MeAuriga Port5 Bluetooth Module problem
Hi Botmann,
On me Auriga, it only works with the default Bluetooth module show in this link
If you want to use the Me Bluetooth module with Me Auriga, you need re write the program for the Me Auriga through Arduino software.
Since the MegaPi works with both kinds of Bluetooth, you can refer to source code of firmware for MegaPi board to modify the readserial part, write serial part in the source code of firmware for Me Auriga.
different problem now. When I try to upload firmware from Arduino without any changes I get an error compiling. Can you help? error below:
Arduino: 1.6.5 (Mac OS X), Board: “Arduino/Genuino Uno”
Build options changed, rebuilding all
Using library Wire in folder: /Applications/mBlock_v3.4.2.app/Contents/Resources/Arduino/Arduino.app/Contents/Java/hardware/arduino/avr/libraries/Wire
Using library SoftwareSerial in folder: /Applications/mBlock_v3.4.2.app/Contents/Resources/Arduino/Arduino.app/Contents/Java/hardware/arduino/avr/libraries/SoftwareSerial
/Applications/mBlock_v3.4.2.app/Contents/Resources/Arduino/Arduino.app/Contents/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10605 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/Applications/mBlock_v3.4.2.app/Contents/Resources/Arduino/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino -I/Applications/mBlock_v3.4.2.app/Contents/Resources/Arduino/Arduino.app/Contents/Java/hardware/arduino/avr/variants/standard -I/Applications/mBlock_v3.4.2.app/Contents/Resources/Arduino/Arduino.app/Contents/Java/hardware/arduino/avr/libraries/Wire -I/Applications/mBlock_v3.4.2.app/Contents/Resources/Arduino/Arduino.app/Contents/Java/hardware/arduino/avr/libraries/SoftwareSerial /var/folders/jm/s495c9zj0xsgy9jy1cqmttq00000gp/T/build6179078672314699015.tmp/Firmware_for_Auriga.cpp -o /var/folders/jm/s495c9zj0xsgy9jy1cqmttq00000gp/T/build6179078672314699015.tmp/Firmware_for_Auriga.cpp.o
Firmware_for_Auriga.ino:30:22: fatal error: MeAuriga.h: No such file or directory
compilation terminated.
Error compiling.
Hi Botmann,
It looks like you choose the wrong main board. The correct Board for Me Auriga should be Arduino/Genuino Mega or Mega 2560.
Please refer to this link about Arduino program with Ranger.