-->
Page 1 of 1

Arduino Bootstrapper for noobs. Simple project for creating

PostPosted: Tue Apr 28, 2020 5:33 pm
by sblantipodi
Hi all,
I have just released "Arduino Bootstrapper" a simple project for noobs to start creating great projects.

https://github.com/sblantipodi/arduino_bootstrapper

The project contains a class with functions ready to use for main tasks like
- Wifi Connection
- OTA Upload
- MQTT management (mqtt connection, mqtt publish json msg /subscribe and read json msg)
- Helper class with general usage function

This small project isn't only a bunch of ready to use functions for noobs but it wants to be a starting point for creating good and reusable projects without code duplication.


You can find instructions on the github link on how to integrate this project into your existing project or how to create a new project with it.


Those are a few projects bootstrapped with this project.

Smart Thermostat
PC Ambilight
Smart Solar Watering System
Smart Watch Winder for mechanical watches

Re: Arduino Bootstrapper for noobs. Simple project for creat

PostPosted: Sun Jun 28, 2020 10:07 am
by sblantipodi
Added ESP32 support. Try it, you wont be disappointed.