top of page
WiFi Weather Station + Web Server + Time Sync (NTP)
ESP32 project

Проект представляет тестовый стенд для платы "Geekworm ESP32-DevKit (ESP-WROOM-32)".

Дисплей и датчик BMP280 подключены к шине I2C. Контакты SDA и SCL подключены через подтягивающие резисторы (4,7 кОм) к положительному выходу источника питания (+3,3 В).

Название (SSID) и пароль для (Wi-Fi) точек доступа необходимо установить в массиве "AP_NETS" (в файле WiFiUtils.cpp).

ESP32 project
The project presents a test stand for the "Geekworm ESP32-DevKit (ESP-WROOM-32)" board.
The display and the BMP280 sensor are connected to the I2C bus. Contacts SDA and SCL are connected via pull-up resistors (4,7 kΩ) to the positive output of the power source (+3,3 V).
The name (SSIDand password for (WiFi) access points must be set in the array "AP_NETS" (file WiFiUtils.cpp).
ESP32 playing with micro SD card.
Internal DAC audio, playback a WAV file.

An example of connecting SD card and using dynamic list in C++.

This sketch shows the capabilities of the Internal DAC ESP32, the playback of the WAV file is realized. For communication with SD card is used library: 

https://github.com/nhatuan84/esp32-micro-sdcard

Пример подключения SD-карты и использования динамического списка на С++.

Данный скетч демонстрирует возможности внутреннего ЦАП ESP32, реализовано воспроизведение WAV файла. Для работы с SD-картой использована библиотека: 

https://github.com/nhatuan84/esp32-micro-sdcard

 Micro SD
ESP32 Bluetooth LE Server

Control RGB LED and two Servos using the Android app "Bluetooth Remote" (2.1.0).

App "Bluetooth Remote" 2.1.0: added UART Service.

Servo Library for ESP32

Управление RGB-светодиодом и двумя сервоприводами с помощью приложения "Bluetooth Remote" (2.1.0).

Приложение "Bluetooth Remote" 2.1.0: добавлена UART служба.

ESP32 BLE Server

Components:

Alarm clock controlled via Bluetooth (RTC DS3231).
The app "Bluetooth Remote" (version 2.2.6).
 
Будильник с управлением через Bluetooth (RTC DS3231).
Приложение "Bluetooth Remote" (версия 2.2.6).
Alarm clock controlled via Bluetooth (display PCD8544 Nokia 5110).
The app "Bluetooth Remote" (version 2.2.6).
 
Будильник с управлением через Bluetooth (дисплей: PCD8544 Nokia 5110).
Приложение "Bluetooth Remote" (версия 2.2.6).
PCD8544 Nokia5110
PCD8544 Nokia5110 ESP32
bottom of page