Electronics
Hardware PWM with Raspberry Pi Zero
Purpose The main idea was to generate a configurable Pulse Width Modulated (PWM) signal out of a Raspberry PI Zero v1.3. The software solution The first solution was to handle a regular GPIO pin by software in order to alternate one and zeros via a loop. To do this, I Read more…