gitmh
gitmh
I have the same issue as users of my app wanted to "Report an issue" but got to github here instead of a page about my app. The "build with...
We tried something similar just without generating random CFG. We started with a set of grammars at step 1.1. which was not so easy. Let's take a real world example...
Thank you very much @nkolban. I already found a project for esp-idf for HID and BT but I was hoping for an example for the arduino IDE. I have no...
The most complete and supported solution seems to be the BTStack port for the esp32 for IDF here https://github.com/bluekitchen/btstack/tree/master/port/esp32 within this library there are various examples for HID devices and...
Yes so this might be a problem to have both stacks available at the same time in an Arduino library. The example under https://github.com/asterics/esp32_mouse_keyboard uses the bt.h from the regular...
@chegewara Have you build an Arduino project for that already? I would be interested :-) Sending a keyboard key to any BT device like an iPAD would be a great...
@chegewara great work, would you share your current project to play around with it? I just need a running starting point for the Arduino IDE :-)
@chegewara I managed to run the BlueKitchen ESP32 Port for ESP-IDF (https://github.com/bluekitchen/btstack/blob/master/example/hid_keyboard_demo.c) it runs on my ESP32 board and sends continuously text messages to may mac book and to my...
@chegewara Great work!!! It works like a charm on my Android phone. I can also connect the ESP32 with iOS and Mac OS, but no characters appear there - guess...
Sorry, I missed the /web folder :-) I'll try it out - thank you very much.