DSikes

Results 25 comments of DSikes

Post your raw accelerometer reading. If your joystickTilt is around 90, it should have no trouble. I just set this up and played that level several times and got through...

I forked the repo, and made this change: ![image](https://user-images.githubusercontent.com/1970959/177608826-969c918d-8eae-4681-ae64-e00915ca554d.png) Just adding the new udp port in the config.json. I then uninstalled the original AddOn, and installed my fork. Waited for...

Simplest option seems to be something like exposing a few ports with null as the given outside port value. Here's an example of a UDP port like I'd need: (The...

I have ended up using https://netdaemon.xyz/ and it is quite good and has good active support.

I had another instance on a different model board of dropped ACK frames that wasn't solved by any amount of delay, either micros or millis. See info in https://github.com/adafruit/Adafruit-PN532/issues/117 but...

Note: See updated info in https://github.com/adafruit/Adafruit-PN532/issues/117 Old comment, better info in above issue link: I was having this behavior. I enabled some of the debugs in the library, and saw...

If it ends up mattering, pins used are: #define PN532_SS 5 #define PN532_SCK 6 #define PN532_MOSI 7 #define PN532_MISO 8

The original board I was using when I made my first post was a ESP32-S3-DevKitC-1. I don't know why I didn't put that. Today, a year later, I needed to...

If anyone would like to use it, I've added a constructor overload to the below fork that takes in an Adafruit_SPIDevice. If using platformIO you can start using it with:...

That all sounds great. Integration tests would still need to be run on a computer with Inventor, that is correct. We can set up the CI/CD to only run the...