
In the past I have done some basic stuff with my Arduino. A few years ago I joined a MeetUp in my neighborhood every now and then where amateurs like myself would tinker around with electronics and programming the Arduino.
At the time I really liked it although I was not the most proficient in it (by far)! But being around people who were busy with robotics, creating physical games, doing home automation side projects and stuff did teach me a thing or two.
The first thing that I want to try is to see if I can somehow load Arduino code over WiFi instead of the serial connector. It is probably a basic thing but it seems like a good start.
I think I need to use the ArduinoOTA library so that will be my first hunt 😀
Keep you posted!