Program Resource

Resource libraries for programmers and developers

Power tool for Arduino

Power tool for Arduino

Making some change to specification before release… Disclaimer Products are developed from extension of my hobby, and little amount is hand-made and sold for other hobbyists. Since they are hand-made by me, there may be initial failure, poor quality in soldering, lack of quality in design, etc. Recommended to use for hobby purpose Please read and understand specification of this product, and test before using. I will hold no responsibility for any damage or harm caused by the use of this product. Description Useful tool based on ESP32 for developing ATMega328 microcomputer such as Arduino UNO, Nano. Have following features. Write / fix Bootloader Fuse Check setting Set fuse (bootloader …

Network support for Arduino firmware tool avrdude.exe (Windows version)

Network support for Arduino firmware tool avrdude.exe (Windows version)

When writing sketch to Arduino, avrdude is used. Normally, Aruduino IDE is used for writing and avrdude itself is not directly used, but avrdude.exe is used from command line in case of writing hex file to flash or checking fuse setting. USB / Serial connections are usually used, but avrdude does have support for connection over network. Connect ESP8266 or ESP32 with Arduino via ISCP, and write sketch to ESP which relays command from network. Then connect ESP to network, and tell avrdude to connect over network. Command line sample is as follows. IP address and port number are passed with net parameter. However, at this point (Sept, 2021), avrdude.exe …