Comments: Qwiic Flex Glove Controller Hookup Guide

Pages

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • Member #1570257 / about 4 years ago / 1

    After uploading this first basic readings test and altering line 32 to if (fingerSensor.begin() == false) { via :https://forum.arduino.cc/index.php?topic=653902.0 I am still not getting any readings from my serial output monitor.

    What do I do?

    • santaimpersonator / about 4 years ago / 1

      Hi there, it sounds like you are looking for technical assistance. Please use the link in the banner above, to get started with posting a topic in our forums. Our technical support team will do their best to assist you.

  • Member #493374 / about 5 years ago / 1

    Is there any secret to changing the addresses on these boards( ie an easier way of changing soldering job)? I'm currently trying to change them so i can operate four qwicc flex glove boards at the same time and am having an exceptionally hard time doing so. I'm working on a project that would be using all 8 fingers ( thumbs excluded).

    second question, I have them running off a photon i2c shield board. Do I need to remove all but one set (ie one set of three i2c resistors) on one board?

  • koreamaniac101 / about 5 years ago / 1

    I had problems with many of the example codes when I first got my product. After adjusting the codes, I found the reason. In all the codes, this should be in the if loop:

    (fingerSensor.begin(Wire, 100000, ADS1015_ADDRESS_GND) == false)

    Some of the examples had an extra parameter (like a 9600 at the end), others used ADS1015_ADDRESS_SDA or other incorrect parameters. By using the above if statement, I was able to get the basicReadings and Calibration code to work properly for me.


If you've found an issue with this tutorial content, please send us your feedback!