Skip to content

Instantly share code, notes, and snippets.

View djavorek's full-sized avatar

Javorek Dénes djavorek

View GitHub Profile
@djavorek
djavorek / main.cpp
Last active January 29, 2023 17:48
ESP32 - Automated Bluetooth keyboard, waiting for trigger on WiFi
/*
ESP32 program that emulates a Blutooth keyboard and types a predefined message,
when either the specified button was pressed or any message was sent through WiFi.
NOTE: Does not fit to default ESP32 build partition (as flash size is too big)
Requires "board_build.partitions = huge_app.csv" in PlatformIO
(or corresponding configuration in Arduino)
Copyright (c) 2023 Denes Javorek