Note: Due to RAM limitations on the Raspberry Pi 3 and earlier, we now recommend ALL users use Neblio with a Raspberry Pi 4. Any Raspberry Pi 4 model should work, the models with more RAM are more future-proof for running Neblio. Users of Neblio who stake on Raspberry Pis earlier than the Raspberry Pi […]
Raspberry Pi Arduino Serial communication – with complete Python code example. Learn how to connect your boards together, setup software, and write code.
A great solution to a very specific problem I have been having! –> As you may have noticed, by default you do not have access to the GPIO-pins, the SPI-bus or the I2C-bus as a normal user and you have to use ‘sudo’ to access them or run an application that utilizes them; it is generally a good idea to limit access to such things for security, but on a dev-board like the UP and UP^2 it may be convenient to do development and testing as a regular user.
Got an unused Raspberry Pi 3 or 4 laying around? Let’s put it to good use by installing Ubuntu 20.04 Focal Fossa on it! This will make a great platform to cr…