Posts by Nathan Busler
Raspberry Pi Camera Module 3 is here 📸
Today Raspberry Pi released the Camera Module 3. It is based on the Sony IMX708 image sensor. That means that it comes with an impressive resolution of 12 megapixels. On top of that it has improved low-light sensitivity, highg dynamic range (HDR) support and powered autofocus. So your images will be crispier and have a…
Read MoreBuild a VR Glove
If you want to learn more about VR than this is the coolest project that you will find. We will show you how to build a programmable VR Glove. The glove is based on a Raspberry Pi Pico, a MCP3008 ADC and five flex sensors that you can even build yourself! What you need Here…
Read MoreAI – An introduction to Artificial Intelligence
These days AI is all over the IT place. But how does it work? And how can you create an Artificial Intelligence yourself? I will explain everything you need to know to get started with AI. AI History Humans have thought about bringing things to life already since ancient times. With the invention of computers…
Read MoreUART – The Universal Asynchronous Receiver-Transmitter
UART is a full duplex serial interface. It enables two devices to communicate over just three wires and supports variable speeds. UART Characteristics Like the name suggests, UART is an asynchronous interface. Unlike SPI or I2C there is no need for a dedicated clock. The two devices just need to use the same transmission speed.…
Read MoreI2C – The Inter-Integrated Circuit Bus
The I2C bus is very commonly used in the embedded realm. We explain how it works and how to set it up on the Raspberry Pi with an example. I2C Characteristics The Inter-Integrated Circuit Bus is a synchronous serial communication bus. Philips Semiconductors was responsible for the invention in 1982 but the interface quickly gained…
Read MoreSPI – The Serial Peripheral Interface
SPI means Serial Peripheral Interface. With SPI you can exchange data blazingly fast between two devices. And you only need four wires. SPI Characteristics The serial peripheral interface is a synchronous communication interface for short distances. Synchronous means that the data is sent in form of blocks or frames and the the two devices are…
Read MoreDIY Sensors
Learn how to build your own sensors. It’s easy, it’s fast and it costs almost nothing. Additionally, you will learn a lot about sensors. Check out our Video if you do not feel like reading. How do sensors work There are countless types of sensors. Sensors for measuring temperature, light, sound or forces, to name…
Read MorePart 3 – What are Card grades and why are they important
Did you know that the quality differs for each SD card? Companies optimize SD Cards for price or performance which leads to different grades of SD Cards. We will discuss why different SD Card grades exist, what grades can be distinguished and why they are important. This post is the final part of a three…
Read MorePart 2 – How does flash memory work
The heart of any SD Card is the flash memory chip. Hence to understand why SD Card quality is not always the same we need to know how flash memory is manufactured and how it works. This post is part of a three part mini series about SD Cards with some in depth information. Part…
Read MorePart 1 – How to classify SD Cards and choose the right Card for an Application
SD Card classes can be confusing to say the least. We will shed some light on the topic and explain how to choose the best Card for your application. This post is part of a three part mini series about SD Cards with some in depth information. Part 1 – How to classify SD Cards…
Read More