Tag

Microcontrollers

All articles tagged with #microcontrollers

"Kaluma Revolutionizes RP2040 with JavaScript Integration"

Originally Published 2 years ago — by Hackaday

Featured image for "Kaluma Revolutionizes RP2040 with JavaScript Integration"
Source: Hackaday

Kaluma, a lightweight JavaScript runtime, can now be installed on the Raspberry Pi Pico, which uses the RP2040 microcontroller. This allows developers to use familiar JavaScript tools and modules for file systems, graphics, networking, and more. The Kaluma command-line interface enables easy development and flashing of code to the Pico. This expansion of high-level languages on microcontrollers opens up embedded programming to a wider range of coders.

Unveiling the Hidden Secrets of a 1970s Mask ROM MCU

Originally Published 2 years ago — by Hackaday

Featured image for Unveiling the Hidden Secrets of a 1970s Mask ROM MCU
Source: Hackaday

A clever hack has been discovered to dump the contents of a Mostek MK3870 chip, a 1970s mask ROM microcontroller. By utilizing the TEST pin to disable the mask ROM and load alternative program code directly into the micro's processing core, the ROM's contents can be read out. Although implementing the hack had strict timing requirements, the code can be optimized for dumping multiple chips. Mask ROMs are known for their long-term data storage capabilities.

"ESP32 Enables Rickrolling Through Wi-Fi Network Names"

Originally Published 2 years ago — by Hackaday

Featured image for "ESP32 Enables Rickrolling Through Wi-Fi Network Names"
Source: Hackaday

A Reddit user has shared code for a dynamic WiFi beacon that Rickrolls wireless LAN users via the broadcast SSID of an ESP32 WiFi radio. The ESP32 and its smaller sibling, the ESP8266, are popular microcontrollers featuring built-in WiFi support, making them a favorite for makers, hackers, and pranksters. The sketch periodically updates the SSID to a next line of text stored within the code, with the Rickroll prank featuring the next line of lyrics from "Never Gonna Give You Up" by Rick Astley.