Show status with led. Minor reliability improvements.#1
Open
ignaciobfp wants to merge 4 commits intombcapece3:mainfrom
Open
Show status with led. Minor reliability improvements.#1ignaciobfp wants to merge 4 commits intombcapece3:mainfrom
ignaciobfp wants to merge 4 commits intombcapece3:mainfrom
Conversation
Onboard LED now is solid when waiting for powerup, and blinks indefiniltely when pulses have been sent. Process can be restarted too, cycling power. Found more reliable to wait with pin low, since sometimes the satellite triggers the sequence even with the pulldown resistor when plugged (maybe mine is faulty) No issues for me using 3v3 from raspberry pico and a switch. Should be able to deliver much more than 100mA extra.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I performed some changes to better suit my needs, hope they are found useful and can be merged if desired. I only edited the .ino file, since I am not very familiar with MicroPython (I use Arduino IDE also for RPI Pico).
Changed default pin for my convenience (this can be ignored)
Onboard LED now is solid when waiting for powerup, and blinks indefiniltely when pulses have been sent.
Process can be restarted too, cycling power. Found more reliable to wait with pin low until power is applied, since sometimes the satellite triggers the sequence when pluging it even with the pulldown resistor and no power (maybe mine is faulty). There is plenty of time to send pulses despite this. Shortened the setup wait to 500ms since it is no longer needed with this approach.
No issues for me using 3v3 from raspberry pico and a switch. Should be able to deliver much more than 100mA extra.
Updated readme with another photo and alternative circuit with the above method. Moved images to a folder (might cause issues in original repo).