Tag Archives: bluetooth

Options for additional components and power for the Arduino

What options are there for the use of motors in our project? There are many types of motors. There are 3 basic types (more info): Most light servo motors can be used directly with an Arduino (no motor driver/controller required). For some heavier types and for many DC and stepper motors you do need a … Continue reading Options for additional components and power for the Arduino

BLE-Nano with RGB LED

Bluetooth communication between an App built with App Inventor and the BLE-Nano board

This tutorial describes how to build an electronic circuit with an RGB LED (a LED that can change color), and change its color using an App. It also demonstrates two-way communication over Bluetooth LE between an App built with App Inventor and the BLE-Nano board. The BLE-Nano board is basically an Arduino Nano with an … Continue reading Bluetooth communication between an App built with App Inventor and the BLE-Nano board

Introduction to the Arduino BLE Nano

The BLE-Nano as sold here is a combination of a traditional Nano with a Bluetooth BLE module, based on the CC2540 BLE bluetooth chip. The Bluetooth module is directly connected to the TX, RX pins of the Arduino (pins 0 and 1). There is a troubleshooting section further down on this page! This is the … Continue reading Introduction to the Arduino BLE Nano

Remote controlled Rover car with Arduino brain

Lego: Build remote controlled Rover car with Arduino brain

Learn how to build a remote controlled Rover car with Lego Mindstorms, with an Arduino ‘brain’, which can be remote controlled via Bluetooth with a phone. This guide uses parts from the Steering rover example on nxtprograms.com. It is also inspired by the NXT Dune Buggy.Lego parts shown here might be of different color depending … Continue reading Lego: Build remote controlled Rover car with Arduino brain

Control an RGB LED from an Android App via Bluetooth

In this example we will control a RGB LED from an Android App via a Bluetooth connection. A HM10 BLE Bluetooth module is connected to an Arduino Uno. This tutorial assumes you already have some experience with Arduino. If not, you might want to follow a basic tutorial and/or install the Arduino software (the IDE). … Continue reading Control an RGB LED from an Android App via Bluetooth

Getting started with the ESP32 Wifi module

The ESP32 Wifi module can replace an Arduino, as it has similar properties. It’s main advantage is that it is faster, has more memory and has WiFi and Bluetooth on board. Just like the Arduino Nano it can be mounted on a breadboard. This allows building very compact prototype circuits: Make module ready for use … Continue reading Getting started with the ESP32 Wifi module

Control a Lego Mindstorms robot with your phone with App Inventor

First steps To be able to use App Inventor, you will have to register with a Google Account. So go to the site ai2.appinventor.mit.edu and register/login. Install the MIT AI2 Companion app on your phone. To be able to identify your NXT (if there are many Bluetooth devices), you might want to change its name: Start the Lego … Continue reading Control a Lego Mindstorms robot with your phone with App Inventor