Adding WiFi to the micro:bit is fairly easy using the low-cost ESP8266 ESP-01, which connects via the serial port and makes use of AT style commands to control the device as if it was a WiFi modem.
In addition to an ESP8266, you also need a power supply capable of running it.
You can use AT commands to set the device into client mode and connect to a WiFi network.
While it is possible to use ad-hoc protocols, there are advantages in using TCP, HTTP and HTML so that other devices can work with the micro:bit.
The micro:bit can use client mode to download data from web servers.
It can also emulate a server to deliver data to any web browser or HTML-using client.
For me 2025 was the year of the Espressif ESP32 - well it extended back into 2024. By the end of the year I was convinced that for the sort of IoT projects that I want to do around my own home the ESP [ ... ]
Amazon has released Nova Forge, a new service that developers can use to build their own frontier models using Nova. Nova Forge customers can start their development from early model checkpoints, blen [ ... ]