Hi all,
We have been working on a whole new Arduino compatible board – FlyBlue, which integrates the IT latest BLE chip CC2560.
With this chip, we implement the wireless programming by Arduino IDE on Windows, Mac, and Linux.
To use the wireless programming function, no AT command needed, nor any configuration is needed, all you need is to plug an USB adapter to your computer, which can be recognized just as Arduino UNO.
With this function, you can make lots of applications that are inconvenient to be programmed by connecting an USB cable.
Besides, integrating the BLE function, the Flyblue can also communicate with other BLE device. We made an android APP for controlling the arduino car.
We really like to hear more about your idea to play with this whole new Arduino compatible board.
Click here for more about this product.
Best Regards,
Maker Studio
Hi, I have bought your Balanbot and I do not seem to find the software for it. Could someone please leave me a link for all of the software? I just started with Arduino, and I am struggling a bit with it. Thank you , John Pyle
Hi John,
Please try this:
Code and Instructions:
https://drive.google.com/open?id=0B_d2pPrExdfYd3hxeGNLUFM4elE&authuser=0
Best Regards,
Maker Studio
Bough the Arduino Deluxe Kit, but the ino / code for project 24 (RFID) is missing. The file in the libraries folder is blank.
Where is the code for this project?
I downloaded user guide and code from the product page (arduino-1.0.5-r2.zip):
https://drive.google.com/open?id=0B_d2pPrExdfYMkNVei1aNER5ZGM
Hi,
You can use p24_125kHzRFIDKit.ino directly. It doesn’t need any other librioaries.
Best Regards,
Maker Studio
Hi,
But the “p24_125kHzRFIDKit.ino” is empty / blank.
Verify and compile end with linker error as `setup()` and `loop()` is missing:
/usr/share/arduino/hardware/tools/avr/bin/avr-gcc -Os -Wl,--gc-sections -mmcu=atmega328p -o /tmp/build5421361249972629008.tmp/p24_125kHzRFIDKit.cpp.elf /tmp/build5421361249972629008.tmp/p24_125kHzRFIDKit.cpp.o /tmp/build5421361249972629008.tmp/core.a -L/tmp/build5421361249972629008.tmp -lm
core.a(main.cpp.o): In function `main':
/usr/share/arduino/hardware/arduino/cores/arduino/main.cpp:11: undefined reference to `setup'
/usr/share/arduino/hardware/arduino/cores/arduino/main.cpp:14: undefined reference to `loop'
collect2: error: ld returned 1 exit status
Please try the lib again here:
https://drive.google.com/open?id=0B_d2pPrExdfYbWN1elJiVFZoYzg