Radio Control – Use the Flysky FS-I6X with Arduino & Build an RC Car

RC Remote Controls

Today we will learn how RC Remote controls work, and how we can use them with an Arduino.

After learning two different ways of interfacing with the Flysky receiver, we will build a small robot car.

Our car will have two different modes – Normal & Spin. You’ll have to read the article or watch the video to find out what that means!

Getting Started with the Arduino IoT Cloud

Arduino IoT Cloud

Today we will look at the Arduino IoT Cloud, an online application for building Internet of Things (IoT) devices.

I’ll show you how to get an account set up, how to configure your workstation, and how to build your first “Thing”.

The cloud was recently updated, so now even free plan users can work with the ESP32, and I’ll show you how to do that as well.

Arduino Nano RP2040 Connect – Arduino meets Raspberry Pi

Arduino Nano RP2040 Connect

The much-anticipated Arduino Nano RP2040 Connect board has a Raspberry Pi RP2040 MCU with ESP32-based WiFi and Bluetooth. The board also sports a 6-axis IMU with Machine Learning, a built-in MEMS Microphone, and a Cryptographic Coprocessor.

Today we will learn how to set up our development environment to work with this exciting new board, and we’ll run a few Arduino-supplied example sketches.

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.