Here I will do my best to document my projects.
Here are my favorite projects:
The goal is to make a suit of wireless devices such as "smart keyboard" (combined mouse and keyboard), gamepad, LEDs, knobs, display, etc
The first step is to make a wireless split keyboard, and then we will see later...
Currently, you can connect up to 8 (software limited) devices per dongle, each of them having up to 8 (software limited) layers. Layers only affect keyboards and LED.
The online configurator can be found here
Find more info on the GitHub repo
And on the Notion management page (requires an account :( )
After doing a few project and having to route again and again the same microcontroller, I figured it would be easier to make my own SoM standard.
It includes an MCU and a 1S Lipo/LiIon charger in a 20x20mm form factor. And offers most of the GPIO (if not all) from the MCU.
Currently ESP32S2 PSoM exists and works.
Find more info on the GitHub repo
I've been doing FPV for almost 10 years now, and loved taking my drones when I hiked in the mountains.
But all RC controller are bulky and quite fragile, the DJI Mavic controller on the other hand doesn't have any fragile piece sticking out and can be folded to be very compact (on top of being light).
So here the goal is to integrate some sort of OpenTX/EdgeTX alternative with ExpressLRS radio module in a DJI Mavic remote.
As of today, I've reversed engineered the display and joystick protocol and made my own motherboard that fits inside of the GL200A (DJI Mavic's controller).
Find more info on the GitHub repo