Nunchuck-Arduino VS I2CScanner

Compare Nunchuck-Arduino vs I2CScanner and see what are their differences.

I2CScanner

Simple software to scan an I2C bus and report devices found (by Tech-TX)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Nunchuck-Arduino I2CScanner
1 4
19 0
- -
0.0 3.2
about 2 years ago about 3 years ago
C++
MIT License -
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.

Nunchuck-Arduino

Posts with mentions or reviews of Nunchuck-Arduino. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-08.

I2CScanner

Posts with mentions or reviews of I2CScanner. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-13.
  • Wifi Kit 8 with BME 680 sensor; failing to find sensor
    1 project | /r/esp8266 | 24 Feb 2023
    If you want to see a response from your BME680, try this: https://pastebin.com/F2i3wHws That will all legal combination of ESP8266 pins, looking for an ACK with any combination. If you're wired on the default pins, then my extension to Farmer Keith's I2C Scanner will call it out as a BME680 when it sees one, https://github.com/Tech-TX/I2CScanner
  • Can anyone direct me to a script that actually works?
    1 project | /r/esp8266 | 29 Jan 2023
    https://github.com/Tech-TX/I2CScanner If it sees your INA219 (and says so) then the rest is your program that's not driving it correctly.
  • Need help setting up ADS1115
    2 projects | /r/esp8266 | 13 Aug 2021
    It's probably at a different address. Adafruit ALWAYS writes their libraries to connect to their own boards without any mods to the code, and most clones are at a different address. If you use this, it'll tell you what address your board is at: https://github.com/Tech-TX/I2CScanner once you have the SDA and SCL connected up right.
  • 2x i2c on one esp8266
    2 projects | /r/esp8266 | 8 Apr 2021
    Changing the address of the device is dead easy, you shouldn't worry about it. If the sensor board is marked poorly, you can use an I2C bus scanner to find out where it went to.