The hottest Microcontrollers Substack posts right now

And their main takeaways
Category
Top Technology Topics
The Chip Letter • 8222 implied HN points • 30 Dec 23
  1. The Chip Letter had 75 posts, over 500,000 views, and gained over 7,000 new subscribers in 2023.
  2. Highlighted posts included the story of Erlang at WhatsApp, the disappearance of minicomputers, and a celebration of the 65th anniversary of the Integrated Circuit.
  3. 2024 will bring posts on the history of microcontrollers, Moore's Law, the Motorola 6800, '8-bit', GPUs, TPUs, and more, with a 20% discount available for new annual subscriptions.
lcamtuf’s thing • 1499 implied HN points • 19 Feb 24
  1. Digital circuits often require digital-to-analog and analog-to-digital converters to interface with the physical world.
  2. For digital-to-analog conversion, architectures like binary-weighted DACs and R-2R DACs are commonly used, but the latter addresses practical issues with resistor values.
  3. Analog-to-digital converters (ADCs) can be complex, involving methods like flash ADCs and slope-based ADCs, which use principles like comparison, integration, and sigma-delta modulation for accurate voltage readings.
lcamtuf’s thing • 1499 implied HN points • 09 Sep 23
  1. Driving a 2.8" 240x320 IPS panel with a Microchip SAM S70 Cortex-M7 MCU can be surprisingly simple.
  2. The steps to set up the ST7789 display controller involve minimal and straightforward commands like hardware reset and configuration for color mode.
  3. Generating image data for the display in 16 bpp RGB565 color mode is achievable through tools like ImageMagick.
Get a weekly roundup of the best Substack posts, by hacker news affinity:
Saying Less • 19 implied HN points • 28 Jun 23
  1. Hardware communication involves protocols like I2C, UART, and SPI for connecting microcontrollers with peripherals.
  2. In I2C communication, there are master and slave devices, and the correct implementation details are crucial for success.
  3. Consulting the manufacturer's datasheet is essential for troubleshooting hardware issues, despite guidance from tools like ChatGPT.