Implements a low-level RAW MAC driver for the W5500 Ethernet chip, enabling direct lwIP communication without relying on external libraries. Runs a lightweight embedded HTTP server on port 80 using ...
The library has been developed to be used in Arduino, but it can also be used easily in PlatformIO. When Create a new PlatformIO Project. Update the platformio.ini ...
In a recent post, I talked about using the “Blue Pill” STM32 module with the Arduino IDE. I’m not a big fan of the Arduino IDE, but I will admit it is simple to use which makes it good for simple ...
やりたかったのは、シンプルに言えばこれだ。 ESP32-S3 が持っているセンサーデータを SIM7070G モジュール経由で LTE に乗せて、 遠隔地から自宅PCに届ける。 という一本のパイプを作るイメージだった。 ただ、ここでひとつ大きな前提がある。 SIM7070G は「USB ...