CATEGORIES

Retro-style Miniature Sports Scoreboard - RGB LED Matrix and Raspberry Pi Provide In-Game Updates
Circuit Cellar

Retro-style Miniature Sports Scoreboard - RGB LED Matrix and Raspberry Pi Provide In-Game Updates

This Cornell University graduate describes how he built a miniature, retrostyle scoreboard that pulls and displays live college and professional sports scores from the ESPN API-bringing the excitement of being at a sporting event to your living room. Pre-game information, in-game scores, and post-game results are displayed on a built-in PiTFT touchscreen.

time-read
10 mins  |
September 2024
No Blues with Bluetooth! GATT Explained - Part 5 - Understanding Higher Protocol Layers Provides Interoperability Help
Circuit Cellar

No Blues with Bluetooth! GATT Explained - Part 5 - Understanding Higher Protocol Layers Provides Interoperability Help

After exploring low-level layers of Bluetooth Low Energy in previous editions, and establishing connections in Part 4, Robert examines Attribute Protocol and Generic Attribute Profile or GATT in Part 5. These higher layer protocols provide developers with greater opportunity for interoperability with third-party applications or products.

time-read
10+ mins  |
September 2024
Power Analysis Over JTAG Ports: Hidden Debug Dangers - Block Side-Channel Analysis Attacks
Circuit Cellar

Power Analysis Over JTAG Ports: Hidden Debug Dangers - Block Side-Channel Analysis Attacks

Small changes in the phase of clock signals can encode power leakages. An attacker can use standard interfaces such as the JTAG port to drive clocks across targets, using them as measurement techniques for sidechannel analysis attacks despite limited physical access. This article demonstrates how you can test devices for vulnerability and how to modify devices to prevent attacks.

time-read
7 mins  |
September 2024
Mobile APP Development with React Native
Circuit Cellar

Mobile APP Development with React Native

This month, Bob continues his series on mobile app development from an embedded designer's perspective. He programs a React Native app and he offers guidelines for picking a tutorial for React Native. He further explores how it handles concurrency and asynchronous programming. Bob expected a few nuances during the process but to say there were more than a few would be an understatement.

time-read
9 mins  |
September 2024
The Blues Wireless Notecard-LoRa
Circuit Cellar

The Blues Wireless Notecard-LoRa

After having built a number of Wi-Fi IoT gadgets for the home, Brian became curious to see how LoRaWAN-based IoT devices would work. He decided to investigate the Notecard LoRa IoT modules made by Blues Wireless.

time-read
10+ mins  |
September 2024
Bringing Cost-Effective, On-Device AI to Home Appliances - Sparse Weights and Interactions Negate GPUs and Cloud Computing
Circuit Cellar

Bringing Cost-Effective, On-Device AI to Home Appliances - Sparse Weights and Interactions Negate GPUs and Cloud Computing

GPU silicon and cloud computing infrastructure are too costly for mass markets devices like refrigerators and washers. By deploying compute resources only to the necessary parts of AI inference, Sparse AI allows product designers to practically incorporate new AI features like natural voice interfaces into their consumer offerings without breaking the bank or electric bill surprises.

time-read
5 mins  |
September 2024
Exploring Infrasound - Tornado Early Warning Detection Project Using Raspberry Pi Pico and a Python Supervisory Program
Circuit Cellar

Exploring Infrasound - Tornado Early Warning Detection Project Using Raspberry Pi Pico and a Python Supervisory Program

Inspired by the possibility of building an early warning system for tornadoes, Dev developed an infrasound detector. Tornadoes are rare in his area, but his detector found other infrasound activity using sensor circuitry based on a Raspberry Pi Pico, combined with a Python supervisory program that stores data on a computer for analysis.

time-read
9 mins  |
September 2024
IoT Protection with MCU Security - Ward Off Attacks with Trust Zones, Encryption, Secure Keys and Tamper Detection
Circuit Cellar

IoT Protection with MCU Security - Ward Off Attacks with Trust Zones, Encryption, Secure Keys and Tamper Detection

Security breaches jumped 107 percent as malevolent forces increasingly focused on IoT devices for side attacks, IP and data theft. Semiconductor vendors supplying on-chip cryptography, memory protection, unclonable technology, random number generation and other measures hope to shut the door on attackers.

time-read
2 mins  |
September 2024
Fill AI with Computer Vision - On the Leading Edge of Adoption in Industrial IoT
Circuit Cellar

Fill AI with Computer Vision - On the Leading Edge of Adoption in Industrial IoT

In just about any factory, production lines hum along like a symphonic orchestra. However, makers of artificial intelligence hardware are pushing transformative technology with mind-boggling productivity gains to unlock unrealized potential. Just how fast will AI seamlessly integrate into the means of production?

time-read
10+ mins  |
September 2024
Thin Film Transistor LED Displays - Visual I/O
Circuit Cellar

Thin Film Transistor LED Displays - Visual I/O

To add a resistive touchscreen on top of a TFT display, Jeff explores the technology offerings and libraries needed to accomplish his task. Calibrating the touchscreen's computed coordinates with the actual pixel coordinates of the display proved difficult with a modular framework but separating functions allows easy expansion.

time-read
9 mins  |
September 2024
RFID Attendance Tracker - Employee Clocking System Arduino Project
Circuit Cellar

RFID Attendance Tracker - Employee Clocking System Arduino Project

Attendance trackers carry prohibitively high costs for small companies. Andrei shows us how to build a cost-effective, customizable employee clocking system with RFID technology. An Arduino board with Integration Platform as a Service allows attendance tracking with RFID cards to blend seamlessly with popular payroll systems.

time-read
10+ mins  |
August 2024
Getting Directions CHC Proceed to Your Destination Without Having to Ask Someone 40 277
Circuit Cellar

Getting Directions CHC Proceed to Your Destination Without Having to Ask Someone 40 277

Recalibrate your bearings on electronic compasses as Stuart navigates a journey with an MCU-guided compass module leading the way. He tells us how to avoid magnetoresistive effect, and the difference between magnetic north and true north.

time-read
9 mins  |
August 2024
Mitigate Timing and Interference Issues on Multicore Processors
Circuit Cellar

Mitigate Timing and Interference Issues on Multicore Processors

Missing multicore timing deadlines in a driver safety or aviation system is potentially catastropic. Adhering to guidance documents, and employing the appropriate testing and analysis methods ensures the efficient and deterministic execution of critical workloads.

time-read
5 mins  |
August 2024
Tech Overview: Specialized Drones
Circuit Cellar

Tech Overview: Specialized Drones

Reconnaissance, Surveillance, Making Movies, Heavy Lifting, Package Delivery, Planetary Exploration There's A Mission-Specific UAV For Every Task -

time-read
10+ mins  |
August 2024
Get More I/O Now! Going Beyond Your MCU's Pin Count
Circuit Cellar

Get More I/O Now! Going Beyond Your MCU's Pin Count

Small microcontroller design projects often require additional I/O. In this article, Joseph presents several methods of expanding digital and analog I/O for these applications.

time-read
10+ mins  |
August 2024
Hit Me Up On TCP - Part 2 Using TCP/IP for transferring data, MQTT is lightweight and simple-to-use
Circuit Cellar

Hit Me Up On TCP - Part 2 Using TCP/IP for transferring data, MQTT is lightweight and simple-to-use

This is the second in a two-part series where Pedro highlights network communication using ESP32 SOC and the ESP-IDF framework. Part two shows how to establish a multiple-end communication through MQTT, with an ESP32 SOC on one end to another end that can be anything capable of communicating through MQTT. Transport fundamentals are covered through a practical example showing how an ESP32-S2 SoC communicates using MQTT.

time-read
10 mins  |
August 2024
Datasheet: SBCs On the Edge of AI - To reduce latency, single-board computers take inferencing closer to the source
Circuit Cellar

Datasheet: SBCs On the Edge of AI - To reduce latency, single-board computers take inferencing closer to the source

A diversity of missions, size, computing resources and power consumption give designers a range of options for choosing the right board to fit the application.

time-read
2 mins  |
August 2024
Review of the Siglent SDS812X HD - 12-bit Digital Storage Oscilloscope
Circuit Cellar

Review of the Siglent SDS812X HD - 12-bit Digital Storage Oscilloscope

After 10 years of experience with his Siglent SDS1202X Digital Storage Scope, Brian was keen to review Siglent's new 12-Bit High Resolution scope, the SDS812X HD.

time-read
10+ mins  |
August 2024
No Blues with Bluetooth!
Circuit Cellar

No Blues with Bluetooth!

Part 4: Bidirectional communication between peripherals and central devices

time-read
10+ mins  |
August 2024
5 Juneteenth Celebrations
Real Simple

5 Juneteenth Celebrations

Plan a seriously fun trip that’s rooted in history.

time-read
4 mins  |
June 2024
When Science Becomes a Slogan
The Atlantic

When Science Becomes a Slogan

The president of the United States cannot control the trajectory of a hurricane, but he can we learned in 2019-force the National Oceanic and Atmospheric Administration to endorse a trajectory that he invented.

time-read
4 mins  |
January - February 2024
Climate Denial Will Flourish
The Atlantic

Climate Denial Will Flourish

On the last Saturday before Donald Trump took office, in January 2017, I watched the controlled chaos of a hackathon unfold in a library at the University of Pennsylvania.

time-read
3 mins  |
January - February 2024
The Black Roots of American Education
The Atlantic

The Black Roots of American Education

How freedpeople and their advocates persuaded the nation to embrace public schooling for all

time-read
10+ mins  |
December 2023
Kennedy and the Lost Cause
The Atlantic

Kennedy and the Lost Cause

In his 1956 book, Profiles in Courage, the future president promoted the southern mythology of Reconstruction. One Massachusetts grandmother wasn't having it.

time-read
10+ mins  |
December 2023
Against a Sea of Troubles
Mother Jones

Against a Sea of Troubles

Isolated and abused, women in the Merchant Marine are finally speaking out.

time-read
10+ mins  |
July/August 2023
Who Was Cleopatra's Daughter?
The Atlantic

Who Was Cleopatra's Daughter?

The perils of searching for feminist heroes in antiquity

time-read
10+ mins  |
June 2023
Adam Smith Wasn't a Progressive
Reason magazine

Adam Smith Wasn't a Progressive

Stop quoting him out of context on taxation, education, and monopoly.

time-read
10+ mins  |
July 2023
Powerful stories of frontline communities' climate solutions can change the world
Time

Powerful stories of frontline communities' climate solutions can change the world

When you're trying to persuade people to do something important, you can present statistics, policy statements, graphs, and spreadsheets. But without a story that paints a picture of what's at stake, touches the heartstrings, and sparks the imagination to envision possibilities, it's hard to move people to take action. One formula for accelerating transformational change is to amplify the right message from the right messenger at the right moment in time.

time-read
8 mins  |
May 08 - 15, 2023 (Double Issue)
Teacher's Pest
Mother Jones

Teacher's Pest

Ron DeSantis has unleashed his culture wars on Florida educators

time-read
10+ mins  |
May/June 2023
A Matter of Faith
Mother Jones

A Matter of Faith

Conservative Christians gutted abortion rights. Jewish women are suing to save them.

time-read
6 mins  |
May/June 2023

Side 1 of 87

12345678910 Neste