Pilet is an open-source handheld computer powered by the
Features of the device:
Portable and Long-lasting: Enjoy a 7-hour battery life with robust power management.
With its open-source ethos and modular design, it encourages creativity, innovation, and learning. Whether you want to build custom hardware, explore Linux systems, or rekindle the joy of computing, Pilet offers an inspiring and versatile solution.
More information:
#projects #raspberry
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
The project focuses on creating a desktop machine capable of fabricating circuit boards automatically, akin to 3D printing's speed and convenience. Unlike traditional methods that involve complex chemical processes, this innovation aims to simplify and speed up the production of circuit boards in-house.
The key challenge lies in developing a viable method for creating vias (connections between board layers) without using corrosive chemicals, which is crucial for enabling rapid prototyping. By eliminating chemical baths and exploring alternative techniques like conductive ink and novel electroplating approaches, the project aims to revolutionize PCB fabrication, potentially paving the way for faster and more accessible electronics prototyping on a small scale.
#video #projects
Please open Telegram to view this post
VIEW IN TELEGRAM
YouTube
I'm Developing a New Circuit Board Manufacturing Technology
Bring your projects to life with the help of PCBWay: https://www.pcbway.com/
I've been working on my most ambitious project yet: a desktop machine for automatically fabricating circuit boards. In this video, I explore a potential method for generating vias…
I've been working on my most ambitious project yet: a desktop machine for automatically fabricating circuit boards. In this video, I explore a potential method for generating vias…
This article explores how software developers can enhance their coding processes using block diagrams and flowcharts. You will learn how these graphical aids can clarify problem-solving, improve modular design, and facilitate understanding of complex systems. The article also highlights tools like Mermaid and PlantUML, providing practical tips for integrating these techniques into coding workflows to make code easier to write, debug, and comprehend.
#articles
Please open Telegram to view this post
VIEW IN TELEGRAM
The YouTube video discusses top 10 embedded software engineering interview questions, providing detailed explanations for each. It covers fundamental concepts like SBI interfaces, DMA operations, semaphores vs. mutexes, data synchronization across sensors, use cases for volatile keyword, MCU power consumption optimization, benefits of real-time operating systems, and tips for writing interrupt service routines. The content is valuable as it not only prepares viewers for technical interviews but also emphasizes practical applications and optimization strategies crucial for embedded systems development.
#video #interview
Please open Telegram to view this post
VIEW IN TELEGRAM
YouTube
Embedded Software Engineering Interview Questions & Answers
Embedded C Programming for Absolute Beginners: https://bit.ly/3RYbR0U
Master Embedded Driver Development: https://bit.ly/3vd6YqJ
Master DMA’s: https://bit.ly/3vcE8Xy
Master RTOS: https://bit.ly/3zuU7Tp
Want to Support This Channel? Use the "THANKS" button…
Master Embedded Driver Development: https://bit.ly/3vd6YqJ
Master DMA’s: https://bit.ly/3vcE8Xy
Master RTOS: https://bit.ly/3zuU7Tp
Want to Support This Channel? Use the "THANKS" button…
This article provides a detailed guide on writing a simple pool allocator in C, a memory management technique that offers faster allocation and deallocation compared to traditional
malloc by using fixed-size memory chunks.This technique is especially useful when writing embedded firmware where the RAM is limited and you need to save resources. New readers will learn how to implement a basic pool allocator, including creating, expanding, and managing memory pools, as well as optimizing performance with constant-time operations.
#articles #programming
Please open Telegram to view this post
VIEW IN TELEGRAM
Building a smartwatch for Type 1 Diabetes (T1D) management from scratch involves integrating complex electronics and software to meet specific needs, such as real-time Continuous Glucose Monitoring (CGM) and haptic feedback alerts. This project aims for simplicity in design without compromising functionality, tailored to withstand outdoor activities and deliver critical health data discreetly.
Features of the device:
This project demonstrates the feasibility of integrating advanced health monitoring features into a wearable form factor accessible through open-source development practices.
#projects #esp32
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
This article explores an alternative to traditional null-terminated C strings, which are notorious for being error-prone and unsafe.
The author introduces a safer string implementation using two structures: struct
str (for immutable strings) and struct str_buf (for mutable string buffers). These structures store both the string data and its length, eliminating common issues like buffer overflows and off-by-one errors.The article provides practical examples of how to create, manipulate, and use these strings, emphasizing readability, correctness, and safety.
#articles #programming
Please open Telegram to view this post
VIEW IN TELEGRAM
DeepSeek R1 can run on the
Features of this approach:
This guide is perfect for AI enthusiasts and developers exploring LLMs on low-cost hardware. While the Pi 5 can handle basic tasks, serious AI work requires more powerful setups. Still, it’s an interesting experiment for those curious about running AI on compact devices.
#deepseek #tutorials #raspberry #artificial_intelligence
Please open Telegram to view this post
VIEW IN TELEGRAM
The OpenHeat project is a smart, open-source heating pad designed for PCB reflow soldering. It boasts a sleek design and powerful functionality, potentially making it one of the most visually appealing and feature-rich heating pads available.
Key features of the device:
This project is ideal for electronics enthusiasts looking for a cost-effective, high-performance heating pad with a modern design. The creator plans to release additional resources, such as 3D printing files and complete firmware, in the future.
#projects #esp32
Please open Telegram to view this post
VIEW IN TELEGRAM
This tutorial series is a practical guide to writing Linux kernel modules and drivers, with a focus on hardware access. It starts with an introduction to the Linux kernel, explaining its role as a hardware abstraction layer and its monolithic nature.
The series emphasizes Loadable Kernel Modules (LKMs), which allow dynamic driver loading to keep the kernel lightweight and flexible.
Key topics covered include:
The tutorials use
#courses #programming #linux #raspberry
Please open Telegram to view this post
VIEW IN TELEGRAM
The shift from monolithic SoCs to chiplet-based architectures is making semiconductor design more complex but also more flexible. Chiplets allow companies to mix and match different components, optimizing performance and cost by using different process nodes for different functions.
This approach is crucial for AI and high-performance computing, where demands for bandwidth, power efficiency, and speed continue to rise. By 2025, an estimated 50% of high-performance computing systems and nearly all AI chips will be multi-die, signaling a major industry-wide transformation.
However, integrating third-party chiplets brings challenges like standardization, signal integrity, and power distribution. Engineers must address thermal issues and ensure interoperability through standards like UCIe. Different industries also have unique requirements, from durability in automotive applications to power efficiency in data centers.
Despite these obstacles, chiplets offer customization, cost savings, and faster development. Companies like
#news #electronics
Please open Telegram to view this post
VIEW IN TELEGRAM
This project uses an
Features of the project:
Visualizing RF signals like Wi-Fi helps in understanding wireless propagation, detecting interference, and optimizing network coverage. It can be useful for diagnosing connectivity issues, improving antenna placement, and studying signal behavior in different environments. This project is valuable for researchers, engineers, and hobbyists looking to explore the hidden world of radio waves.
#projects #esp32
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Researchers have discovered an undocumented backdoor in the ESP32 chip, used in over a billion devices worldwide. This vulnerability could allow attackers to access data, spoof devices, and infiltrate networks.
Spanish security experts found 29 hidden commands in the chip’s Bluetooth firmware. These commands enable memory manipulation, MAC address spoofing, and advanced Bluetooth attacks. Hackers could potentially exploit these functions to take full control of affected devices and move laterally within networks.
If exploited, this backdoor could enable long-term persistence and spread to other devices. The lack of public documentation from Espressif raises concerns about security risks and potential misuse.
#news #esp32 #security
Please open Telegram to view this post
VIEW IN TELEGRAM
ClockworkPi PicoCalc is an open-source, modular device that resembles a scientific calculator but functions as a powerful microcontroller development platform. It features a QWERTY keyboard and a
Features of the project:
By digging into PicoCalc, users can explore hardware design, firmware development, and embedded programming. The open-source nature provides an excellent opportunity to study schematics, experiment with software, and even create custom enclosures using 3D printing or CNC machining.
This project is perfect for electronics enthusiasts, programmers, and makers who enjoy building and customizing their own devices. Whether for learning, prototyping, or developing unique applications, PicoCalc offers a hands-on experience in open-source hardware and embedded systems.
#projects #raspberry
Please open Telegram to view this post
VIEW IN TELEGRAM