Skip to content

[Question] Running on Arduino nano 33 IoT #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mfxuus opened this issue Jul 12, 2022 · 0 comments
Open

[Question] Running on Arduino nano 33 IoT #17

mfxuus opened this issue Jul 12, 2022 · 0 comments
Labels
topic: documentation Related to documentation for the project type: imperfection Perceived defect in any part of project

Comments

@mfxuus
Copy link

mfxuus commented Jul 12, 2022

Hi! I am fairly new to the Arduino world and have a few questions .. I have an Arduino nano 33 IoT, and tried running the example ReadSensors.ino.

  • Is the sensor just the pins, or did I need to attach any special devices?
  • If they are just the pins, how should I map the sensor ID to the pins? For example, if I run TOUCH.read(0), which pin should I expect sensor 1 (or 0) to be monitoring?
  • I connected a few wires to a few pins on my nano 33 IoT (A0-A5), and by touching them I'm getting
23:03:50.173 -> Sensor 1 status: 1
23:03:50.173 -> Sensor 2 status: 1
23:03:50.173 -> Sensor 3 status: 1
23:03:50.173 -> Sensor 4 status: 0
23:03:50.173 -> Sensor 5 status: 0

but even when I stop touching them, these 1's seem to stay as 1s forever. Did I need to reset the pin readings or somehow discharge things?

Sorry for these amateur questions - and thanks in advance for any advice!

@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: documentation Related to documentation for the project labels Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: documentation Related to documentation for the project type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants