Jieffe
jieffe.bsky.social
Jieffe
@jieffe.bsky.social
🇧🇪 Stay-at-home dad of 7 cats, Linux Debian user, likes to tinker with Arduinos & co
I've made something similar, albeit with less I/O ports (I needed to had a bunch of buttons to an ESP8266). I used an Atmega 328 linked by I2C to the ESP. Although I programmed the Atmega myself, this library should be useful to you : github.com/PetrOsipov/A...
GitHub - PetrOsipov/ArduinoPortExtender: Use an Arduino as a port extender for ESP8266. Should also work with any kind of ESP8266, ESP32, STM32, ATTiny or ATMega boards.
Use an Arduino as a port extender for ESP8266. Should also work with any kind of ESP8266, ESP32, STM32, ATTiny or ATMega boards. - PetrOsipov/ArduinoPortExtender
github.com
November 9, 2025 at 8:30 PM
I identify as a male praying mantis and I can confirm it sucks !
July 18, 2025 at 12:21 PM
By compatible, I mean the Belkin firmware can be replaced in some case by Openwrt. But indeed I don't expect people to be able to modify their devices, apart from a few adventurous tinkerers. I've modified a few not-so-Smartplugs to run better software but I'm a nerd :)
July 14, 2025 at 12:03 PM
I read that some Belkin devices are compatible with Openwrt. For the not-compatible ones, you could perhaps gut the electronic board and replace it with an ESP flashed with Tasmota.
July 14, 2025 at 9:01 AM
Or the opposite ... My own pet peeve is the lack of documentation and comprehensive examples in the libraries.
July 3, 2025 at 11:56 AM
If you mean an sd card reader, you could use a micro-sd card adapter with a few resistors, see here : eecs.blog/diy-arduino-...
Arduino SD Card Reader - The EECS Blog
In this post, we’ll see how to make an SD card reader shield for the Arduino. It’s pretty simple as it’s just a matter of connecting the proper Arduino pins to the correct pads on the SD card adapter....
eecs.blog
June 21, 2025 at 1:24 PM
If you add an USB wifi dongle, you can install openwrt on it and use it as a wifi router
May 31, 2025 at 11:53 AM
I bought a nesting box that basically has a baby-monitoring camera above the nest (in my case, a Foscam C2). Those cameras are round and flat, ideal to install in a small enclosure. As long as your box is watertight, there shouldn't be any problem (I have mine for 3-4 years already)
May 24, 2025 at 4:24 PM
Je suis passé récemment à une machine à état pour mes programmes et cela aide à clarifier le code, en effet. Séparer les fonctions dans différents fichiers aide aussi (genre un fichier pour l'interface web, un autre pour l'affichage, etc ...)
April 11, 2025 at 11:15 AM
A long time ago, someone posted a how-to for illuminating a USS Enterprise model kit with a bunch of LEDs and an Arduino, here : www.britmodeller.com/forums/index...
It could inspire you.
Lighting your Star trek federation models - HOW TO (programming)
So its quite a popular thing to install lighting into star trek models, most notably star fleet ships such as the enterprise, defiant and many others that are available. In this How to I'm going to of...
www.britmodeller.com
March 24, 2025 at 8:46 PM