Raspberry Pi Pico with CircuitPython

CircuitPython with Raspberry Pi Pico

CircuitPython is an easy-to-use language with hundreds of libraries for microcontrollers. Today we will be using CircuitPython with the Raspberry Pi Pico

With over 300 libraries already to go CircuitPython makes it easy to expose the power of the Raspberry Pi Pico.

Today we’ll see how to install CircuitPython and how to use it to build a keyboard emulator, a mouse emulator, work with MicroSD cards and flash some addressable RGB lights.

Control Large DC Gearmotors with PWM & Arduino

Controling DC Gearmotors with PWM

Pulse Width Modulation, or PWM, is an excellent method of controlling DC motors, however controlling large gearmotors can be expensive and difficult – but it doesn’t have to be.

Today I will introduce you to an inexpensive yet powerful H-Bridge motor driver, the Cytron MD10C.

In addition, we will see how altering the PWM frequency can improve performance tremendously.