Code::Blocks Forums

User forums => Embedded development => Topic started by: zdena on April 27, 2019, 01:51:10 pm

Title: C::B and arduino-builder
Post by: zdena on April 27, 2019, 01:51:10 pm
Hello.
Programming Arduinos in ArduinoIDE is easy but not comfortable, I think.
Programming Ardino in C::B is comfortable but not easy.
I tried to combine  C::B comfort for code writing and ArduinoIDE easy building.

I wanted write a wiki page about it but unsuccessfully. So here is the pdf tutorial. Tools_plus file with tools for import into C::B. And wizard files.

I hope it could be helpful for somebody.

zdena

EDIT: Sorry, the tutorial is bigger then 128KB. So the wizard files must be enough  :-[
Title: Re: C::B and arduino-builder
Post by: zdena on April 29, 2019, 11:09:59 am
Well, here is text file but without pictures. Maybe better than nothing. ;)
Title: Re: C::B and arduino-builder
Post by: d00m on October 06, 2019, 10:51:04 pm
Hello!
Thank you for you work.

but is it possible to make the doc with pictures?
Title: Re: C::B and arduino-builder
Post by: zdena on October 21, 2019, 09:26:53 pm
The doc with pictures has almost 2MB. And restrictions for the attachment here is 0.5 MB unfortunately  :(

EDIT: The tutorial uploaded to my sourceforge account. :) Try this link:
https://sourceforge.net/u/zdena/wiki/_discuss/thread/2fd7d747c5/92d4/attachment/CB_Ar_builder.pdf (https://sourceforge.net/u/zdena/wiki/_discuss/thread/2fd7d747c5/92d4/attachment/CB_Ar_builder.pdf)
Title: Re: C::B and arduino-builder _ Arduino version 1.8.11
Post by: zdena on January 30, 2020, 08:07:33 pm
It was launched new version of Arduino package 1.8.11
https://www.arduino.cc/download_handler.php?f=/arduino-1.8.11-windows.zip (https://www.arduino.cc/download_handler.php?f=/arduino-1.8.11-windows.zip)
There is a new philosophy of Arduino-Builder source. It calls Arduino-cli (command line interface) now.
For correct working with C::B there are needed a little modifications in the Arduino-Builder (Arduino-cli) source files. Then building it and replacing of the arduino-1.8.11\arduino-builder.exe with the built one.

See https://sourceforge.net/u/zdena/wiki/Arduino-Builder_1.5.1/ (https://sourceforge.net/u/zdena/wiki/Arduino-Builder_1.5.1/) for more information.