-
Notifications
You must be signed in to change notification settings - Fork 3
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
Development and Management of WOKWI Simulations for MoonRatII #304
Comments
Hello Mr Lee! I hope you are fine, sure, here is the last Wokwi project we created: https://wokwi.com/projects/390933163302682625 It was attached to the script versions, but since we used some libraries that are not available in Wokwi (like the eFLL library) we did not continue updating it. I hope it helps! Best Regards, Horacio García |
@HJGV05 |
I have copied the most current code into a new WOKWI at: I assume this is due to the UNO Version 4 specific code (the analog reference) but am not certain. Confirm AR_DEFAULT Is the ProblemI copied a working R4 WOKWI sketch from: https://wokwi.com/projects/398611563830221825 I added a line into setup, I conclude that for the WOKWI environment the value AR_DEFAULT is not defined. I would guess that the underlying hardware for the Analog To Digital conversion is unlikely to be supported by WOKWI. |
I made some changes as defined below, which allow it do compile; I interpret this as being either WOKWI does not today support the R4 at all, or we have not properly configured it to do so. (Please observed commented-out lines below! `#elif defined(R4) //Configuration for Arduino UNO R4 #else void setup() { #if defined(R4) |
Summary
A WOKWI Simulation or Simulations of the MoonRatII Version 2 PCB wiring my be of great value
Request
Have any of you created a schematic in WOKWI that has good fidelity to the MoonRatII Version 2 PCB ?
Lee suspects there may be more than one.
Can we share this work soon so? I hope to help Robert with the troubleshooting he is doing right now on a unit he hopes to take into the field very soon?
If there is already in this repository a WOKWI simulation please help me find it.
Thanks,
Lee Erickson
The text was updated successfully, but these errors were encountered: