User Tools

Site Tools


phototurbidostatv1

This is an old revision of the document!


Phototubridostat V1

Introduction

This guide explain how to build from scratch the BotaBotLab's Phototubridostat V1. This device integrate autonomous sub-modules that can be used for different applications. The following module are described in this guide but more detailed information can be found on their specific guides:

Material

Microcontrollers

Arduino

  • Arduino Mega
  • Arduino Nano
  • Arduino Pro Mini

You can use cheaper arduino clones

ESP

Electronic

Single Board Computer

We used an Orange Pi Win Plus but any SBC would work as long as it is able to run Node-Red.

Tools and Consumables

  • 3D Printer
  • Soldering iron
  • Screwdriver, plier, …

Consumable

  • 1.75mm Plastic (ABS, PLA, PETG, …)
  • Solder wire
  • Expoxy resin

Softwares


Step 1. Prepare your softwares

By default, the arduino IDE is compatible only with the Arduino Boards. As we also wanted to use ESP8266 board to being able to communicate with the Node-Red server via MQTT, it is mandatory to add ESP support to the Arduino IDE. Further infromation can be found on The following instructable

Some Singl Board Computer distributions such as Raspbian for the Raspberry Pi have Node-Red preinstalled. It was not the case for the Armbian distro for the Orange Pi. The following commands allows to install and setup Node-Red on almost any SBC (et least thoses running on Ubuntu/Debian).

First of all, update your board by typing the following commands on the terminal :

sudo apt update
sudo apt upgrade
phototurbidostatv1.1558442815.txt.gz · Last modified: 2019/08/22 11:04 (external edit)