DevHeads IoT Integration Server

DII

DevHeads IoT Integration Server

The DevHeads IoT Integration Server accelerates technology engineering by helping pro devs learn, share and collaborate.

Join

seeking-collabs

🪲-firmware-and-baremetal

📦-middleware-and-os

📡-edge-networking

🟩-pcb-and-analog

jobs

☁-iot-cloud

✅-code-review

devheads-feed

general-dev-chat

Flipper Zero gets a Raspberry Pi RP2040-powered video game module

Flipper Zero , known for its hardware and wireless hacking capabilities, has introduced a new Raspberry Pi RP2040-powered video game module. This module turns the device into a game console, projecting its display onto larger screens via DVI/HDMI output and adding a 6-axis motion sensor. Key features of the module: ➡️ Raspberry Pi RP2040 dual-core Arm Cortex-M0+ MCU ➡️ DVI-D and HDMI video output...
No description

Roblox interactive IoT environment - dev log

I create a development log for people interested in this concept. Sample video explaining the basics of the MQTT protocol. How do you like it? https://youtu.be/p5H6n7-yenI...

Energy Market from an IoT perspective - with Thomas Weisshaupt, Regional Head at Wirepas.

Modern Energy domain joins adaptive mesh networks, blockchain, and smart devices. We cover several interesting topics during this conversation with Thomas Weisshaupt, Regional Head Energy Market at Wirepas. Thomas explained why focusing on the core competency is crucial as the IoT vendor participating in the intelligent solutions ecosystem....

Pwnagotchi - Open Source Wi-Fi Security Explorer

Pwnagotchi is an open-source project designed to explore and exploit vulnerabilities in Wi-Fi networks, utilizing artificial intelligence and Raspberry Pi hardware. Inspired by Tamagotchi pets, it offers a playful approach to network security exploration. Features of the device: ➡️ Utilizes A2C-based AI and reinforcement learning principles. ➡️ Runs on Raspberry Pi Zero with e-ink display....

Fundamentals of Renewable Energy

All about TIs portfolio and solutions in this space along with a bunch of reference designs and applications notes. I always wonder at the effort put into such a net set of documentations. https://tifundamentalsofenergy.com/...

Decrypting BitLocker: Raspberry Pi Pico Exploits Encryption Vulnerability

The YouTube video demonstrates how a Raspberry Pi Pico can exploit a vulnerability in BitLocker encryption, revealing the potential risks associated with this widely used security feature. << BitLocker , a full disk encryption system integrated into Windows, is commonly employed to safeguard sensitive data on devices such as laptops and desktops. The video shows the hardware and techniques needed to execute the exploit, emphasizing its affordability and ease of implementation. >> ⛓ https://youtu.be/wTl4vEednkQ...

Innetra T1 - Neromorphic Chip with Spiking Neural Network Accelerator

https://www.eetimes.com/innatera-productizes-snn-accelerator-as-neuromorphic-microcontroller/ Highlights: - “The array looks a lot like an analog FPGA: You can think of it as being a sea of programmable neurons and synapses that can implement any sort of [spiking] neural network topology” - This allows the T1 to analyze both spatial data (like images) and temporal data (like audio), as well as spatio-temporal data....

ESP32: How to Log Data (9 Different Ways)

In this article, you will learn nine different methods to log and save data with the ESP32. Would you like to monitor a specific sensor with the ESP32 and keep track of the data over time? Would you like to save all your data records but you don’t know how to do it or which method to use? Here we’ll show you different ways to save data permanently with the ESP32. We’ll show you methods that rely on third-party databases, services, hardware solutions, and others. Throughout this article, we’ll cover the following methods to save data using the ESP32: ▫️ MicroSD Card ▫️ ESP32 Filesystem (SPIFFS or LittleFS)...

Spacecraft as the ultimate IoT device - with Jim Cantrell, CEO at Phantom Space.

Space is the ultimate destination for the Internet of Things technology. Satellites are a perfect example of IoT devices operating in hard-to-reach places. Jim Cantrell, the CEO at Phantom Space, shares his 30+ years of experience with me during this discussion. We covered several important topics, including:...
No description

Testonica's Quick Instruments Test framework for quality control

https://www.testonica.com/products/qi One of the marketing guys from here reached out to me and I found this tool quite interesting. It's a framework they've build over software(bunch of python scripts) that validate the interconnects and functionalities of the system after assembly....

WearPico - Open-source Smartwatch firmware written in C for the Raspberry Pi Pico

The WearPico is an open-source smartwatch project developed by a maker and developer utilizing the Raspberry Pi Pico microcontroller. Designed as a wearable tech device, it integrates with smartphones to manage calls, notifications, and offers additional features like a stopwatch, notepad, and calendar. This project emphasizes embedded functionality over a full operating system, with a focus on power efficiency through Bluetooth connectivity. Key features of the WearPico include: ➡️ Smartphone integration for call management and notifications. ➡️ Additional functionalities like stopwatch, notepad, and calendar....

From C++ to Rust: Comparison from Embedded Software Engineer

In this captivating article, an experienced embedded software engineer delves into a comprehensive comparison between C++ and Rust programming languages, providing invaluable insights for those seeking to embrace the new language. Through an exploration of various concepts and implementation details, the author reveals their delightful discoveries during months of investigating Rust. For software developers seeking a more streamlined and secure programming experience, this article serves as an enticing invitation to explore Rust as a worthy alternative to C++. By highlighting the main differences and benefits, the author paves the way for an engaging journey towards unlocking the full potential of Rust's capabilities. More information: ...