Thank you for your reply.
I actually had expected the ESP32-Arduino API to have more such features meanwhile, tbh...
Search found 12 matches
- Tue Nov 14, 2023 8:30 am
- Forum: ESP32 Arduino
- Topic: which ESP32 can read from BT HID keyboard (e.g., scanf(), gets(), std::cin ) ?
- Replies: 7
- Views: 6238
- Mon Nov 13, 2023 1:19 pm
- Forum: ESP32 Arduino
- Topic: which ESP32 can read from BT HID keyboard (e.g., scanf(), gets(), std::cin ) ?
- Replies: 7
- Views: 6238
Re: which ESP32 can read from BT HID keyboard (e.g., scanf(), gets(), std::cin ) ?
thank you, but I do not understand. 1st, there are no demo pictures and no explanations in your link, 2nd, I need Arduino IDE/API for it, no IDF, and 3rd, I cannot see how this linked lib would work with exactly which BT HID keyboard types (all types? e.g. this one? https://www.amazon.de/Rii-Bluetoo...
- Mon Nov 13, 2023 11:02 am
- Forum: ESP32 Arduino
- Topic: which ESP32 can read from BT HID keyboard (e.g., scanf(), gets(), std::cin ) ?
- Replies: 7
- Views: 6238
Re: which ESP32 can read from BT HID keyboard (e.g., scanf(), gets(), std::cin ) ?
no ideas?
or HID keyboards not possible?
or HID keyboards not possible?
- Sun Nov 12, 2023 9:06 pm
- Forum: ESP32 Arduino
- Topic: which ESP32 can read from BT HID keyboard (e.g., scanf(), gets(), std::cin ) ?
- Replies: 7
- Views: 6238
Re: which ESP32 can read from BT HID keyboard (e.g., scanf(), gets(), std::cin ) ?
what means BLE?
now which one can detect and connect to a BT HID keyboard and then read input?
which BT (or whatever) keyboards are supported?
Where can keyboard ino examples be found for Arduino IDE?
now which one can detect and connect to a BT HID keyboard and then read input?
which BT (or whatever) keyboards are supported?
Where can keyboard ino examples be found for Arduino IDE?
- Sun Nov 12, 2023 8:38 pm
- Forum: ESP32 Arduino
- Topic: which ESP32 can read from BT HID keyboard (e.g., scanf(), gets(), std::cin ) ?
- Replies: 7
- Views: 6238
which ESP32 can read from BT HID keyboard (e.g., scanf(), gets(), std::cin ) ?
is there a ESP32 version which can connect to a BT HID keyboard and then read user input via stdin (e.g., scanf(), gets(), std::cin ) ?
- Wed May 22, 2019 12:38 pm
- Forum: ESP32 Arduino
- Topic: looking for example to connect a 2nd esp as a client to ESP32 Server
- Replies: 2
- Views: 4017
Re: looking for example to connect a 2nd esp as a client to ESP32 Server
hello, the ESP32 could host a website like for your SimpleWiFiServer LED on/off example, plus show an arbitrary anolog value or even a graph/chart for it like in your AdvancedWebServer example. Then additionally the ESP32 could act as a WebServer to connect to any other ESP Clients. It might send me...
- Wed May 22, 2019 8:57 am
- Forum: ESP32 Arduino
- Topic: looking for example to connect a 2nd esp as a client to ESP32 Server
- Replies: 2
- Views: 4017
looking for example to connect a 2nd esp as a client to ESP32 Server
hello, I'm quite new to ESP32 Arduino... Now I'm looking for example to connect a 2nd esp as a client to ESP32 Server. Given: ESP32 Webserver generating a website via html, e.g. to switch an LED ON/OFF. Now I want to connect to a 2nd ESP which is sending values (e.g. of a DHT22 temperature sensor), ...
- Tue May 21, 2019 1:46 pm
- Forum: General Discussion
- Topic: my 3 topics/posts have vanished
- Replies: 2
- Views: 4443
Re: my 3 topics/posts have vanished
now they are visible, thank you!
- Tue May 21, 2019 12:37 pm
- Forum: General Discussion
- Topic: my 3 topics/posts have vanished
- Replies: 2
- Views: 4443
my 3 topics/posts have vanished
my 3 topics/posts have vanished - where have they gone?
- Tue May 21, 2019 10:21 am
- Forum: ESP32 Arduino
- Topic: Send data from one ESP32 to another
- Replies: 6
- Views: 11219
Re: Send data from one ESP32 to another
you may also use UART RX/TX between both ESPs, but not wired by cables but with 2 paired HC05 modules in between for WL transmission, using just the standard Serial communication though.