Bluino Loader Pro - Arduino ID

3.2
119 reviews
1K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

Bluino Loader Pro is an Arduino programmer software (Arduino IDE) runs on android, makes it easy to write sketch code, compile sketch to generate hex file and upload it to Bluino or various Arduino board via USB OTG or wireless bluetooth.
The environment is written in android based on open source Turbo Editor by Vlad Mihalachi https://github.com/vmihalachi/turbo-editor.

Here how to upload sketch from Android to Arduino Hardware
https://www.instructables.com/id/Program-Your-Arduino-With-an-Android-Device-Over-B/
or
http://www.instructables.com/id/How-to-Make-Bluetooth-Shields-for-Upload-Sketch-to/

Here Schematic and PCB eagle Bluino One open source
https://github.com/mansurkamsur/Bluino-ONE

Features:
★ Upload sketch via USB OTG or Bluetooth
★ Support any USB driver: CDC/ACM, FTDI, PL2303, CH34X and CP210X
★ Upload sketch to Bluino/Arduino: Uno, Nano, Mega2560, Pro Mini and Duemilanove
★ Upload directly HEX file to Arduino board
★ Open/edit arduino sketches
★ Serial monitor included
★ Example sketches and libraries included
★ Compile sketches/generate hex file (no root required)
★ Upload sketches to Bluino board over bluetooth
★ Super cool theme with Material Icons
★ Support for reads every type of text files
★ Syntax Highlight
★ Line Numbers
★ Go To Line
★ Option to wrap the content if text is too large
★ Auto save mode to save files as you leave the application
★ Read only mode
★ Create files and folders a inside the app
★ Search files and folders
★ Support for Undo & Redo
★ Translated in many languages
★ Movable on the SD card
Updated on
May 22, 2017

Data safety

Developers can show information here about how their app collects and uses your data. Learn more about data safety
No information available

Ratings and reviews

3.6
108 reviews
Ross Peters
March 28, 2021
It technically "works" on my Android 7 tablet, but I've found a few interesting quirks. Needs to be on Internal Storage, not SD Card. If it complains about not being able to find its own directory, this is the problem. Developer needs to adjust manifest values to prevent this. First launch almost always works perfectly. Opens files, compiles fine, and uploads without hanging. Every time after this, the program will hang when compiling until I clear app data. First two launches don't require GPS / Location permission. Third launch will always crash instantly if no location permissions. Can be reset by clearing app data. It feels like these problems could be easily fixed by the developer, but it will likely never happen :( Unfortunately, ArduinoDroid (far better app) will not compile at all on my x86 tablet, so I'm stuck using this.
3 people found this review helpful
Did you find this helpful?
JOMAR PATIMO (Buddy)
March 23, 2021
I gave 4 stars for better display and its easier to edit programs using bluinoloader but every time I save my sketches, reopening the app will add some more characters at the end of the sketch or program so I always have to scrolldown check the end of the sketch for additional characters then erase it before I can upload again the sketch with added functions. Hope that saving issues will be solved so i could rate it with 5stars, still the best sketch editor for android for me so far.
1 person found this review helpful
Did you find this helpful?
ÂtiRatHâ
May 5, 2020
I would like to ask the developer for a refund , The purchased application is worst . It keeps crashing , sometimes it got stuck at extraction process , and it also sometimes crash while uploading.. Please tell your superior and provide me the refund as soon as possible , Thankyou ...
4 people found this review helpful
Did you find this helpful?

What's new

- NEW FEATURE! Upload sketch via USB OTG to variant Arduino board and support many USB driver: CDC/ACM, FTDI, PL2303, CH34X and CP210X.
- SPECIAL NOTE: If you like the app please rate it, but if you have some issue please tell me about them :)
- Now you can choose upload sketch between USB or Bluetooth
- Added a Apps intro Guide
- Fixed some issues with Serial Monitor
- Remove hamburgers icon on ActionBar to optimize title space
- Remove unused permissions
- Bug fixes