RF plugs clean integration

Mar 22, 2018
Introduction Since I’m lazy, I wanted to control remotely two floor lamps in my house. I bought some cheap RF outlets, but I did not want to have another ugly looking and always lost remote control in the house. So a clean solution was needed ! This is the kind of RF plug I used : The idea was to add a standard light switch in an existing box. Read more ...

NumWorks UART Over USB port

Mar 9, 2018
Some people are complaining about the lack of connectivity to the outside world from the calculator, but in fact it is pretty simple to change that. According to the calculator schematics, the USB port of the calculator is wired to PA11 and PA12 of the STM32F412. We have this in the datasheet about these pins : So, it is possible to map an UART on the USB port D+ and D-. Read more ...