Main > Lightguns |
SAMCO DIY Arduino Powered IR Light Gun |
<< < (27/37) > >> |
samco:
Hi ThatOneSong, yeah from what I can tell the ItsyBitsy RP2040 should work fine with the M0 sketch. But if you have any problems just let us know either here or on my facebook. https://www.facebook.com/groups/2456595207897603 :) |
ThatOneSeong:
--- Quote from: samco on September 22, 2021, 01:47:24 am ---Hi ThatOneSong, yeah from what I can tell the ItsyBitsy RP2040 should work fine with the M0 sketch. But if you have any problems just let us know either here or on my facebook. https://www.facebook.com/groups/2456595207897603 :) --- End quote --- I'm looking forward to it! By which I mean, a while for the board and other parts to arrive. Unfortunately I wasn't quick enough on the trigger for the camera so it's on backorder for the moment, but everything--aside from the ItsyBitsy RP and a 3m cable--is being imported anyways. (^^; |
Prow:
--- Quote from: samco on September 22, 2021, 01:47:24 am ---Hi ThatOneSong, yeah from what I can tell the ItsyBitsy RP2040 should work fine with the M0 sketch. But if you have any problems just let us know either here or on my facebook. https://www.facebook.com/groups/2456595207897603 :) --- End quote --- One thing to note is that the ItsyBitsy RP2040 currently will not work with your sketch. The RP2040 does not support the Arduino USB stack and the AbsMouse library only supports the Arduino USB stack. My modified AbsMouse5 library is working with the Adafruit TinyUSB stack now, which is an option for the RP2040. This update is not yet on my GitHub project, but hopefully soon I'll get back to working on it. |
ThatOneSeong:
Just came in to say I've just received both IB-RP2040 and Samco boards - extra props to samco of course for the quick turnaround. The GCon2 itself is still on its way, but unfortunately the camera has been sitting on Backordered for a bit now. Not sure how long it takes DFrobot to fulfill orders; I didn't anticipate them being in such high demand. Regardless, I'll be waiting eagerly on the 2040 sketch update. :applaud: |
Prow:
The update for the ItsyBitsy RP2040 is now available. One thing to note is the button pin values in the sketch must be modified if you use the ItsyBitsy RP2040. The sketch uses the Arduino pin numbering as printed on the top of the PCB but these values don't work for the RP2040. The button pin values must be the physical GPIO pin numbers printed on the bottom of the PCB (or see the Adafruit pinouts page). More details on this in the readme. It was a bit odd to me since the A0 through A3 pins are defined, but the digital pins aren't translated... for example D7 is defined as 7, which doesn't translate Arduino to GPIO. ¯\_(ツ)_/¯ |
Navigation |
Message Index |
Next page |
Previous page |