Arduino Builder updated

Arduino Builder was recently updated. In this release, AVR GCC has been upgraded to version 4.9.1. Arduino core and libraries files have been synchronised with Arduino IDE 1.7.10. Some minor UI issues were solved. If you don’t know about the software, head for its home page.

Posted in News & Events | Comments Off on Arduino Builder updated

Arduino Uploader 0.6 released with both GUI and CLI versions

Arduino Uploader now comes with GUI version which makes compiling and uploading an Arduino sketch to the board never easier. With no more than 3 clicks, you sketch will be running on your board. Take a look at the the screenshot. The command line version is also updated and have the same functionality as the GUI version while the former can be integrated into 3rd party applications (a real example: Mind+).

arduino_uploader_console arduino_uploader_report

Download Arduino Uploader

Posted in News & Events, Software | Comments Off on Arduino Uploader 0.6 released with both GUI and CLI versions

CodeBlocks Arduino Edition released with Arduino Uploader of brand new look

CodeBlocks Arduino Edition integrated Arduino Uploader for uploading compiled sketch to Arduino board. Now the uploader has a brand new look and feel. Check it out in the latest release of CodeBlocks Arduino Edition.

codeblocks_arduino_uploader

Download CodeBlocks Arduino Edition now!

Posted in News & Events, Software | Comments Off on CodeBlocks Arduino Edition released with Arduino Uploader of brand new look

Arduino OBD-II library gets updated

This maintenance update mainly fixed the library’s compatiblity issue with Arduino Leonardo and other ATMega32U4 based new boards. The folder structure has also some adjustments. The shield library files which demo sketches use are now placed in their sub-folders respectively. A new demo sketch was added in the release package (source code) which drives a tiny cool OLED module to make a dashboard for the car. The module can be ordered here.

1359818923

Links

CodeBlocks Arduino IDE gets updated

CodeBlocks Arduino IDE is a complete out-of-box programming environment for Arduino which will be loved by software engineers demanding a more powerful IDE and those who need to heavily modify or develop Arduino libraries. I have been maintaining the project basically to provide myself a productive and flexible Arduino development environment. Now I mainly release for Windows, while someone else has forked my code on github and maintain the linux port. Continue reading