ESP32-BLE-Gamepad VS btstack

Compare ESP32-BLE-Gamepad vs btstack and see what are their differences.

ESP32-BLE-Gamepad

Bluetooth LE Gamepad library for the ESP32 (by lemmingDev)

btstack

Dual-mode Bluetooth stack, with small memory footprint. (by bluekitchen)
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
ESP32-BLE-Gamepad btstack
25 10
929 1,588
- 2.8%
6.4 9.8
6 days ago 4 days ago
C++ C
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ESP32-BLE-Gamepad

Posts with mentions or reviews of ESP32-BLE-Gamepad. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-11.

btstack

Posts with mentions or reviews of btstack. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-11.
  • Pico Serial Bootloader (2021)
    1 project | news.ycombinator.com | 3 Aug 2023
    > - From https://www.cnx-software.com/2023/02/11/raspberry-pi-pico-w-... :

    >> The Raspberry Pi Pico W board was launched with a WiFi 4 and Bluetooth 5.2 module based on the Infineon CYW43439 wireless chip in June 2022

    > bluekitchen/btstack is the basis for the Bluetooth support in Pi Pico SDK 1.5.0+: https://github.com/bluekitchen/btstack

    > /? "pi pico" bluetooth 5.2 [BLE] https://www.google.com/search?q=%22pi+pico%22+bluetooth+5.2

  • Arduino / Bluetooth - Multiple Different Bluetooth Pins
    1 project | /r/arduino | 6 Mar 2023
    What is required is a Bluetooth module that uses HCI over UART. You can then take a Bluetooth stack library like BTstack https://github.com/bluekitchen/btstack and talk with the module with the Arduino's UART
  • SDK update for Raspberry Pi Pico W unlocks Bluetooth support
    4 projects | news.ycombinator.com | 11 Feb 2023
    https://github.com/bluekitchen/btstack/tree/master/example/h...
  • Anyone with iOS 12.4 and a dongle? Are you able to connect a wired keyboard or wired mouse to the dongle usb?
    2 projects | /r/jailbreak_ | 8 Jan 2023
  • Controlling an ESP32-C3 through gamepad
    3 projects | /r/esp32 | 11 Nov 2022
  • Simulating keyboard presses via Bluetooth for data entry
    1 project | /r/learnprogramming | 18 Aug 2022
    If you are using windows then simulating a Bluetooth keyboard is tricky because the windows Bluetooth classic stack is to high level and the windows Bluetooth LE stack explicitly forbids it. This means you have two options: * You use a third party Bluetooth stack. This involves replacing the driver of you Bluetooth dongle and makes it inaccessible for "normal" Bluetooth. I personally used btstack for this and it worked pretty well. * You buy a small microcontroller (ca. 5-30€) that acts as a bridge. Should not be too difficult if you can find a Bluetooth tutorial or example for your MC.
  • HFP api with esp32s (preferably in Arduino)
    3 projects | /r/esp32 | 7 Jan 2022
    I have the most common esp32s WROOM board, and I want to make an HFP unit, not HFP ag. I had been googling for it for a considerable time and I already found the hfp_hf example for esp-idf. However, it doesn't really work for some reason with my phone. It's being recognized as a handsfree device, and I can send the AT commands, but my phone still uses the phone's speaker on a phone call, and sometimes the dialer app hangs when I want to select the handsfree device. This person who also attempted that mentions it in his youtube video and he uses BTstack api ported to esp32 instead. I can't get that to work either because I don't quite understand what IDE and toolchains he used (I tried importing everything to esp-idf eclipse, didn't work). I also found the last link you shared, but will that work with my board? It says it needs a Lyra board.
  • ESP32 Bluetooth PAN solution
    1 project | /r/esp32 | 3 Sep 2021
    You want the ESP32 to use the phone as an access point over Bluetooth? This can’t be done with the default Bluetooth stack but https://github.com/bluekitchen/btstack is a Bluetooth stack for various platforms and has PAN support. This isn’t to say that it is easy though, I don’t think it has direct support for Arduino, you’ll have to use the ESP32 SDK directly. So this can be done but the learning curve might be to steep considering your experience.
  • [discussion] BTC Mouse & Trackpad work(ish) up to iOS 10.3.3.
    1 project | /r/LegacyJailbreak | 22 May 2021

What are some alternatives?

When comparing ESP32-BLE-Gamepad and btstack you can also consider the following projects:

NimBLE-Arduino - A fork of the NimBLE library structured for compilation with Arduino, for use with ESP32, nRF5x.

esp-idf - Espressif IoT Development Framework. Official development framework for Espressif SoCs.

bluepad32 - Bluetooth gamepad, mouse and keyboard support for ESP32 and PicoW

ESP32-BLE-Mouse - Bluetooth LE Mouse library for the ESP32 (Arduino IDE compatible)

pico-sdk

ESP32-BLE-Keyboard - Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible)

cyw43 - ARCHIVED -- moved into the main Embassy repo at https://github.com/embassy-rs/embassy

arduino-n64-controller-library - Arduino N64 Controller Library

nitoTV - nitoTV for iOS 6! (For AppleTV 2)

rr_controller

esp-idf-arduino-bluepad32-template