Hacker News with Generative AI: Microcontrollers

Zero Day in Microchip SAM Microcontrollers (recessim.com)
This write-up will cover analysis of the Microchip (ATMEL) SAM4C32 microcontroller vulnerability that allows an attacker to gain unlocked JTAG access to a previously locked device.
Cforth for RP2350 (2024) [video] (youtube.com)
MilliForth-6502: The smallest Forth real programming language for 6502 (github.com/agsb)
Mruby/C and picoruby: high level langs in low-level devices? (github.com/picoruby)
Raspberry Pi RP2350 Now Available for Purchase, Stacked Memory Variant Coming (phoronix.com)
Raspberry Pi last year announced the RP2350 second-generation micro-controller that debuted within their $5 Raspberry Pi Pico 2 single board computer. Today they announced the RP2350 micro-controller is now available to purchase for your own micro-controller needs.
The smallest ESP32 drone you can fly with your phone Powered by XIAO ESP32S3 [video] (youtube.com)
Rust on the RP2350 (2024) (thejpster.org.uk)
Today sees the announcement of the latest additions to Raspberry Pi's microcontroller line-up - the RP2350 family. I've had prototype units for a while, and you can run Rust code on it today. To my knowledge this is the first ever microcontroller launch with Rust support out-of-the-box.
ESP32 WiFi Superstitions (supakeen.com)
The ESP32 is a popular microcontroller to use for do-it-yourself home automation, sensors, and a variety of other bits and bobs that you might want to take care of around the house.
10-cent RISC-V MCU features 2.4GHz wireless, Bluetooth LE 5.0, USB 2.0 (cnx-software.com)
Patrick Yang, CTO at WCH, has recently unveiled the CH570 RISC-V SoC with 2.4GHz wireless and USB 2.0 (host & device) as an upgrade to the popular CH32V003 general-purpose RISC-V MCU with more features at the same low price (10 cents).
Ask HN: Best way to learn STM32 and embedded for beginner (ycombinator.com)
My google foo is producing garbage - Most tutorials don't go past blinky. Most suggest CubeIDE, others have suggested ChibiOS. I followed some tutorials on stmbase to get a blinky going on a ST Nucleo, but it used a HAL library and it feels like cheating.
Texas Instruments Introduces MSPM0C1104 as Smallest Available Microcontroller (linuxgizmos.com)
Texas Instruments has introduced the MSPM0C1104, which it describes as the world’s smallest microcontroller, expanding its MSPM0 MCU portfolio.
The ' smallest microcontroller' measures just 1.38 mm² and costs 20 cents (tomshardware.com)
TI Introduces the Smallest MCU (ti.com)
Texas Instruments MSPM0C1104 is the smallest microcontroller (cnx-software.com)
Texas Instruments (TI) has expanded the MSPM0 Arm Cortex-M0+ MCU family with the MSPM0C1104 which is the world’s smallest microcontroller measuring just 1.38mm2 in its WCSP package, or about the size of a black pepper flake.
PicoCalc from ClockworkPi (clockworkpi.com)
The ClockworkPi v2.0 series offers you an efficient and cost-effective MCU development solution.
M5Stack Cardputer v1.1 Brings Upgraded Microcontroller and Improved Keyboard (linuxgizmos.com)
M5Stack has released Cardputer v1.1, an upgraded version of its compact computing platform. The latest version introduces the StampS3A microcontroller, an improved antenna, and a more responsive keyboard, enhancing stability and usability. Additional refinements include optimized power consumption and better RGB LED control, improving overall efficiency.
Your browser is ESP32 (2022) (youtube.com)
Backdoor detected in ESP32 Espressif IoT chip (tarlogic.com)
Tarlogic Security has detected a backdoor in the ESP32, a microcontroller that enables WiFi and Bluetooth connection and is present in millions of mass-market IoT devices.
Running Python on ESP32-S3 with NuttX (espressif.com)
Yes, you heard it right: Apache NuttX now supports the Python interpreter on ESP32-S3!
PocketBeagle 2 SBC Combines TI AM6232 Dual-Core Cortex-A53 SoC with MSPM0 MCU (cnx-software.com)
Beagleboard has recently announced the PocketBeagle 2, a single board computer (SBC) built around TI’s AM6232 dual-core Cortex-A53 and Cortex-M7 SoC and an additional MSPM0L1105 Arm Cortex-M0+ microcontroller for ADC pins and board ID storage.
Posting to Bluesky from a Microcontroller (golioth.io)
Bluesky has seen a large increase in its number of users over the last few weeks.
The Raspberry Pi RP2040 Gets a Surprise Speed Boost, Unlocks an Official 200MHz (hackster.io)
Raspberry Pi has released a new version of its pico-sdk software development kit for the RP2040 and RP2350 microcontroller families — and it comes with a speed boost for the RP2040, bumping its maximum rated clock speed to 200MHz.
F8 – an 8 bit architecture designed for C and memory efficiency [video] (fosdem.org)
Even in modern devices, 8-bit processors are found, but the architectures used are often not well-suited to programming in high-level languages, such as C. E.g. MCS-51 (8051, 8052) based microcontrollers in the Realtek WiFi chipsets. The f8 is an architecture based on the experience and lessons learned from maintaining Small Device C Compiler (SDCC) and the many 8-bit architectures it supports.
uLisp: Raspberry Pi RP2350 Boards (ulisp.com)
The RP2350 processor is Raspberry Pi's successor to their RP2040 processor, and it has the following key features:
Tactility: OS for the ESP32 Microcontroller Family (tactility.one)
Loading...
A History of Early Microcontrollers, Part 1: Calculator Chips Came First (2022) (eejournal.com)
Gary Boone, who worked in the Texas Instruments (TI) MOS Department, devised the first chip that can be called a microcontroller because he was becoming bored with his job and in trouble with his family.
Beyond BLE: Cracking Open the Black-Box of RF Microcontrollers [video] (media.ccc.de)
Despite the recent popularity and breadth of offerings of low-cost RF microcontrollers, there is a shared absence of documentation for the internal workings of their RF hardware.
Demystifying Common Microcontroller Debug Protocols [video] (media.ccc.de)
Many developers know that the answer to "How do I debug this microcontroller" is either "JTAG" or "SWD". But what does that mean, exactly? How do you get from "Wiggling wires" to "Programming a chip" and "Halting on breakpoints"? This talk will cover how common debug protocols work starting from signals on physical wires, cover common mechanisms for managing embedded processors, and ending up at talking to various common microcontrollers.
Monkey Island PC speaker music player (thanassis.space)
TL;DR: I modified DOSBox to extract the frequency/delay value pairs of the Monkey Island PC-Speaker songs. I then used Huffman compression to squeeze all music inside an ATtiny85 (512 bytes of RAM, 8 KB of flash) Once I managed that, I then created a small circuit with a speaker - to play the music... ...as a gift for my nieces and nephews; whom I'll see next week after more than a year's isolation (COVID)!
Build a Low-Cost Drone Using ESP32 (digikey.com)
Drones have rapidly evolved from niche hobbies to versatile tools with a wide range of applications, from photography to agriculture or even for defence and military purposes.