Skip to content

Wireless UART - A simple UART to TCP converter using an ESP32.

Notifications You must be signed in to change notification settings

Kariboo-Corp/WUART

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WUART - Wireless UART

This firmware is used to create a WiFi AP to connect to a serial enabled device. It was intend to use with an ESP32 and a flight controller (PX4 FMUvX). Both are connected through their serial port (TELEM 1 for the FCU) and Serial2 (IO16 @ IO17 on the ESP32).

Build instructions

This code is made with & for platformIO wich is a VS Code extension. The platformio.ini file provide two configuration :

  • [env:esp32dev] Is used to compile and upload code through the hardware serial port of the ESP32.
  • [env:espota] Is used to compile and upload code trough the wifi access point create by the ESP32.

© aiRCS Lab SAS - 2023

About

Wireless UART - A simple UART to TCP converter using an ESP32.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published