How do you run an obsolete OS on modern hardware?
Figure 1: Palm TX (Source: Brusselsshrek/Wikipedia)
Remember the PalmPilot? PalmPilots came out in the 90's and were one of the earliest PDAs (personal digital assistants). They were basical...
When it comes to our browser its one of the few things we often over look. We might just be comfortable with Google Chrome or Firefox and think well I just have to deal with the slowness and random quirks with them on the Raspberry Pi. But what...
When you develop firmware for a Raspberry Pico, there are cases where you want to store user data in Flash. Data that needs to survive a power-down. E.g: calibration data, user preferences, display Celsius/Fahrenheit …&...
Introduction:
If you're an avid Raspberry Pi enthusiast and have explored the world of traditional Linux-based development on the platform, it's time to embark on a new adventure. In this blog post, we'll delve into the exciting realm of ...
Open source software is all the rage; open collaboration with every software developer on the planet has led to more secure and innovative code. But what about on the hardware side? Traditionally, hardware has been more proprietary and closed off, b...
hello everyone I made a project https://www.brachiograph.art/tutorial/construct.html brachioGraph with three servo motors and a raspberry pi, I need help to improve it, add something design thing, add something else that will make it better
11+ Years of Raspberry Pi and the element14 Community @ Embedded World Exhibitor Forum
Its been 11+ Years of Raspberry Pi and element14 Community, and we have had an amazing ride since this first post in 2012:
"It’s been a long time...
A projects to learn the SPI API of the RP2040 C SDK, and to use it to control an external Flash IC. In this post, I refine the m25 c++ class again. take care that an STL container is read-only when passing it to a member.
Pass...
I see that BalenaOS detects my Komplete Audio 6 when I lsusb to check.
How do I change the default output from the AUX to my KA6?
Mind you, I know alsamixer is usually the answer but for some reason, I can go into alsamixer and pul up my KA6 as a sou...
The new Pi Global Shutter Camera (see the announcement) may be suitable for AI experimentation, so I decided to get one! I believe it should be electrically compatible with both the Pi as well as the NVIDIA Jetson Nano, so I think I can get...
This morning the Raspberry Pi Foundation launched a specialized 1.6-megapixel camera that can capture rapid motion without introducing artefacts typical of rolling shutter cameras.
Ideal for fast motion photography and machine vision applications.
B...
The Pi Pico Eurocard Development Board uses a Seeed XIAO RP2040 as debugger. shabaz posted an adapted version of the PicoProbe firmware binary on his github. In this post, I take a step back and fork the source of the&n...
I just read some good news over at cnx-software.com - Raspberry Pi Pico W gets Bluetooth support in SDK 1.5.0.
I've been waiting for the hardware to be supported.
Quoted from the article:
"
Bluetooth support is still considere...
Use a Raspberry Pi to create a home automation system that can control lights, appliances, and other devices in your home.
Home automation has become increasingly popular in recent years, as homeowners seek to streamline their lives and make their ho...
Introduction
Waste collection boats have been widely used for the purpose of cleaning up water bodies. So, as a solution to this problem, smaller sized garbage collection boats have been designed to collect garbage and floating solids in...
In this post, I test the USBTMC and SCPI compliant instrument I developed for the Pico.I use the same LabVIEW driver I made a few years ago for Project14: PiFace, Raspberry, LabVIEW and LEDs .
For an explanation of the co...
In this post, I test the USBTMC and SCPI compliant instrument I developed for the Pico.I use a PyVISA script to check if the instrument is connected. Then the outputs are switched and validated.
The test scenario:
check ...
In this post, I add a new SCPI query to the USBTMC and SCPI compliant instrument I developed for the Pico.In the previous post, the device could switch outputs (or relays, ...) on or off with a SCPI command.I'm now adding a SCPI command to r...
There's a standard profile for USB test and measurement devices, called USBTMC. If your instrument supports it, it becomes a plug-and-play device for the likes of LabVIEW. The Raspberry Pico examples come with a set of TinyUSB profile e...
There's a standard profile for USB test devices, called USBTMC. If your instrument supports it, it becomes a plug-and-play device for the likes of LabVIEW. The Raspberry Pico examples come with a set of TinyUSB profile examples, and USB...
The RP2040 SoC is a powerful, low-cost microcontroller with a dual-core Arm Cortex-M0+ processor, 264 kB of embedded SRAM, and 30 GPIO pins. Learn why it's the perfect choice for the Raspberry Pi Pico and endpoint AI-based applications.
In this post, 1 CMake topic:
how to enable c++ Exception Handling and RTTI (Run-Time Type Information)
Both c++ constructs come with a cost, the biggest being that they requires more memory. In most microcontroller configuration...
(Image credit: Raspberry Pi)
Microcontrollers have brought about a new era of low-cost development boards that allow developers and makers to create everything from autonomous robots to home automation projects. Some of those chips can be had for $5...
In this post, 3 VSCode c analysis and support topics:
how to set the c/c++ standard (e.g.: the new c++20 standard) for the IntelliSense extension
how make IntelliSense find the right includes for the Pico and the c SDK
how to tell IntelliS...