A date-time display on ESP32 using a DS3231 Real-Time Clock

In ham-radio digital mode transmissions some protocols (WSPR, FT8, …) require a synchronization of the order of one second between all stations.

To have an accurate time on ESP32 there are several solutions:
– the connection to an NTP server,
– the connection to a GPS,
– the use of a saved real-time clock,
– a combination of several methods.

The first two solutions involve either being connected to a network (WiFi, …) or to be able to receive GPS signals which is not always possible.

This article presents the realization of a date-time display on an ESP32 TTGO T-Display using a saved DS3231 real-time clock.

Continue reading “A date-time display on ESP32 using a DS3231 Real-Time Clock”

CAT FT-857D from a web browser Technical aspects

The control of a radio station is usually done by an application installed on a target machine, this application being often developed specifically for an operating system (Windows, Unix, …). After a description of the functional aspects in a previous article, this video presents the technical aspects of the implementation of the FT-857D CAT in a web browser.

The presentation of the technical aspects in pdf.

Source code : https://github.com/Phil-f6czv/FT857-Web-browser-CAT-ESP32

YAESU FT-857D parameters display on a TTGO-T-Display

The work was to port the FT-857D CAT library and the corresponding display application on the ESP32 T-Display. This software was originally developed on an Arduino Nano (see article) The goal was to have a platform of the same size as the Arduino Nano but with in addition to the serial link, an on-board WiFi and Bluetooth.

Continue reading “YAESU FT-857D parameters display on a TTGO-T-Display”

First steps with ESP32: TTGO T-Display demo app

A TTGO T-Display demo app is available on Github/Phil-f6czv.

This application:
– displays an image and then a timed sequence of screens of different colors (red, blue, green),
– displays the power voltage on short-pressed GPIO 35 button,
– puts the ESP32 to sleep on the GPIO 35 button long press,
– launches a WiFi scan on short press of the GPIO 0 button and displays the result.

Continue reading “First steps with ESP32: TTGO T-Display demo app”