I was just wondering if there is any technical issue that would prevent me from adding in the PyBadge board to make code?
I have read the “add a new board” section and it does seem possible to me. I know it will not have any header pins and I am not sure how the display will look when added, but in theory, I think it should work.
If I may ask, why are you using Maker instead of Arcade? You should be able to do everything you can in Maker also in Arcade. To access the pins, we have an Edge Connector package
If you add the feather extension, you’ll get a “pins” category with blocks that you can use for digital, pwm, analog, and i2c over pins. Here’s a gif of me adding it to a project:
I think I have 2 further issues that will make using Arcade not practical.
I2C does seem to work, so that is good.
I also want to be able to show results from the sensors on the screen.
The issue is I can not see any “non blocking” text out options.
You always have to press “A” to let the program continue.
I also want to be able to “log” the data to a file on the PyBadge, so that the values can be imported into a spreadsheet for analysis and graphing.
I do not think you can do this from Arcade.