NintendoExtensionCtrl VS ESP8266-I2C-Driver

Compare NintendoExtensionCtrl vs ESP8266-I2C-Driver and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
NintendoExtensionCtrl ESP8266-I2C-Driver
5 2
105 75
- -
0.0 1.8
almost 3 years ago almost 3 years ago
C++ C++
GNU Lesser 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.

NintendoExtensionCtrl

Posts with mentions or reviews of NintendoExtensionCtrl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-10.
  • Questions about a hypothetical mod for a Wii Classic Controller
    2 projects | /r/AskElectronics | 10 Jul 2021
    Classic controller != wiimote, it's an expansion that plugs into a wiimote over I2C, so easy to attach to a microcontroller, there are several Arduino compatible libraries people have written for it like this, https://github.com/dmadison/NintendoExtensionCtrl , then for turning that + a couple of GPIOs into a USB controller can use an arduino HID joystick library on any of the 32U4 based arduino boards https://github.com/MHeironimus/ArduinoJoystickLibrary

ESP8266-I2C-Driver

Posts with mentions or reviews of ESP8266-I2C-Driver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-19.
  • question: How can i use two MAX30102 i2c sensors with an esp8266 that have the same address?
    5 projects | /r/esp8266 | 19 Sep 2021
    I haven't seen anyone use that particular library with the ESP8266 yet. I've personally tried the core Wire library, the Enjoyneering library, and the brzo_i2c library. The only issue I see offhand with that Multi_Bitbang library is at line 185 in the source: it's only waiting a half bit-time for the ACK, which will fail (NACK) with any part that does clock stretching; it won't see the ACK. The I2C spec allows for slave clock stretching on any of the bits, although I've only seen stretches on the ACK bit myself with the parts I've used.
    5 projects | /r/esp8266 | 19 Sep 2021

What are some alternatives?

When comparing NintendoExtensionCtrl and ESP8266-I2C-Driver you can also consider the following projects:

NeoPixelBus - An Arduino NeoPixel support library supporting a large variety of individually addressable LEDs. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the GitHub Issues feature is used for bug tracking.

lcdgfx - Driver for LCD displays running on Arduino/Avr/ESP32/Linux (including Rasperry) platforms

brzo_i2c - Brzo I2C is a fast I2C Implementation written in Assembly for the esp8266

Arduino - ESP8266 core for Arduino

SerialTransfer - Arduino library to transfer dynamic, packetized data fast and reliably via Serial, I2C, or SPI

SoftWire - Software I2C implementation for Arduino and other Wiring-type environments

ArduinoJoystickLibrary - An Arduino library that adds one or more joysticks to the list of HID devices an Arduino Leonardo or Arduino Micro can support.

Multi_BitBang - A software I2C implementation to create multiple I2C buses using GPIO lines

PCF8575_library - i2c 16bits digital expander with i2c digital expander for Arduino, Raspberry Pi Pico and rp2040 boards, esp32, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple and encoder support. Uncommet NOT_SEQUENTIAL_PINOUT define to have pins like datasheet and not sequential one.

BrawlCrate - BrawlBox/BrawlTools Fork, Wii File Editor

ArduinoJoystickWithFFBLibrary - An Arduino Joystick Library With Force Feedback Feature

ESP32_I2C_Slave - I2C slave library for ESP32