esp32_mouse_keyboard VS MK32

Compare esp32_mouse_keyboard vs MK32 and see what are their differences.

esp32_mouse_keyboard

ESP32 implementation for HID over GATT Keyboard and Mouse (Bluetooth Low Energy). Including serial API for external modules (similar to Adafruit EZKey HID) (by asterics)

MK32

Keyboard firmware for ESP32 microcontrollers (by Galzai)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
esp32_mouse_keyboard MK32
5 6
757 654
1.1% -
3.7 2.0
24 days ago 9 months ago
HTML C
GNU General Public License v3.0 only GNU General Public License v3.0 only
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_mouse_keyboard

Posts with mentions or reviews of esp32_mouse_keyboard. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-12.

MK32

Posts with mentions or reviews of MK32. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-05.
  • How to create USB HID Keyboard device on Esp32-S2?
    4 projects | /r/esp32 | 5 Jul 2022
    You will find very little esp-idf based resources, outside of the espressif documentation. If you dive in, you might be able to get it. I’ve been trying to figure out how to get a proS3 board to be used as the controller for a Bluetooth keyboard. Your hill is steep. But it can be done MK32 aaaaaand that’s the end of esp-idf related links, in case anyone gets annoyed by links that are not esp-idf, be forewarned the next links are just that. hackaday asterics t-vK best of luck, I truly hope you figure it out and leave breadcrumbs for the rest of us. Or sell your esp s2 board for the big bucks.
  • [Help needed] MS Sculpt Ergo conversion
    2 projects | /r/olkb | 2 Jun 2022
    It might be worth looking into an ESP32 board and the MK32 firmware. It won’t be as feature rich as QMK, but I think it will get the job done.
  • Alternative per-key backlight controllers
    2 projects | /r/MechanicalKeyboards | 26 Mar 2022
    Hey guys! I'm building my first keyboard and trying to get experience before spending a lot on a nice one. I'm 3D printing the "pcb" (can it even be called that?) and hand-wiring everything. I'll either end up using the MK32 firmware or KMK on an ESP32. Anyway, I was looking at backlight options and found most controllers that can control individual LEDs in large numbers (like the IS31FL3731) are fairly expensive and can be hard to find. Now they might not have as many features, but what about chips like the MY9221 (this uses two) or MAX7219? They cost the same as a few switches and consume very little power. The MAX7219 seems perfect for a budget build and is well-supported, but before I go learn how to make my own custom driver and spend a lot of time, is there a reason these chips are not used?
  • ESP32-S3-USB-OTG board
    2 projects | /r/olkb | 12 Dec 2021
  • Burned the MCU on your keyboard? Just hand-wire an ESP32 to make it wireless!
    1 project | /r/MechanicalKeyboards | 31 Aug 2021
    The main event started when I realize I have all the parts to Frankenstein together a working wireless keyboard, all inspired by this post and this post. The Ducky One uses a 15x8 matrix for all of the 108 keys. The way they wired it would be a nightmare for hand-wiring but I am just piggy riding on the existing PCB with an ESP32 that has enough GPIO pins. The firmware is based on the MK32 project but I have to modify parts of it to properly make use of GPIO34-39. That was intended for split keyboards so it is fair that nobody tried to hook up 23 GPIO and left nothing for an encoder or OLED display.
  • Split Keeb & Numpad
    1 project | /r/ErgoMechKeyboards | 5 Jul 2021
    check this out to see if it fits before coding too much.

What are some alternatives?

When comparing esp32_mouse_keyboard and MK32 you can also consider the following projects:

BLE52_Mouse_and_Keyboard - Simulates Standard Arduino Mouse.h and Keyboard.h API BLE connections using nRF52840

kmk_firmware - Clackety Keyboards Powered by Python

mbed-ble-hid - :raising_hand: Implement Human Interface Device over Bluetooth Low Energy on a Mbed stack (Arduino nano 33 BLE).

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

esp32usb - ESP32-S2/S3 TinyUSB wrapper (alternative for the ESP-IDF tinyusb component). It is highly recommended to use the ESP-IDF tinyusb component. This component is not actively maintained at this time.

SI4735 - SI473X Library for Arduino

qmk_firmware - Open-source keyboard firmware for Atmel AVR and Arm USB families

powermeter - ESP32 Power Meter with Web Interface and SD Card support

u-connectXpress-host-library - Host library for short range u-connectXpress modules with AT command and EDM support

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