#import board error

1 messages · Page 1 of 1 (latest)

mellow bloom
#

new to circuit python and feather boards I have two boards attempting to run the joy feather on an M$ express and Nunchuck on a ESP32 s2 following the instructions both give an import board error module found "board". Attempted to add a new board library but did not help.

hot thistle
#

the board module is part of the circuitpython firmware. it does not require installing any board library.

#

how did you install the circuitpython firmware?

#

(you may be running local python on your PC - not circuitpython on the feather)

mellow bloom
#

THANKS I installed from adafruit then selected the boards and downloaded to boards. I do have both Mu editor and pycharm on my computer and have tried both to edit code for the code.py which is where the error comes from I am attempting to use the code from aafruit in thier instrucable to make a laser mouse toy using the nunchuck on the ESP and the joy feather board on the M4 neither wants to work. I copied and pasted the code directly into code.py using chrome as I found Edge did not seem to work. Sure it is something simple I am just skipping. I am attempting to help our local Lego team out with thier innovation project and really know very little about coding and its been awhile since my college coding days.

hot thistle