-
Notifications
You must be signed in to change notification settings - Fork 25
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
Missing Documentation and BOM #17
Comments
Hello Simon, Thanks for the nice feedback. There are a few articles on the uRADMonitor blog that bring in the missing pieces, see: https://www.uradmonitor.com/blog/?s=kit1 There was also a article on how to compile the KIT1 code but it got deleted with no recovery due to an unexpected situation. If interested feel free to give back to the community yourself, and write a quick guide or even a blog post on the uRADMonitor blog. Let me know if interested, that would help others like you with what you learned so far. |
Thanks for the hint with the forum. When I was researching my BOM, I quickly left the forum website as it did not seem to contain the information that I need (still doesn't). I just looked at the articles you linked. But there is a post that describes how to program it at least (using USB ASP): And a post describing what the firmware does: I should not have to research a BOM from some Forum posts that are not linked inside the original repo. So yes, I would like to share my findings as soon as I have a Kit running. (In a way I already did here) |
If someone could bring quality instructions on how to put it together and flash using windows, it would be amazing. I have theoretically materials for several uRad monitors at home. I've passed one so far, but I can't get anything out of it. Even the display shows nothing. Obviously an error occurred somewhere, but I can't figure it out with the little information I found. |
Also see: https://www.uradmonitor.com/topic/opensource-kit1-firmware/ and the rest of the forum. |
For compiling on Windows there already is a tutorial here: https://www.uradmonitor.com/a-tutorial-how-to-compile-kit1-firmware-on-a-windows-machine/ |
@IkaSGC just an idea. Which LCD Modules do you have? |
@mnemocron I bought these modules. https://www.aliexpress.com/item/32526061324.html?spm=a2g0s.9042311.0.0.27424c4dxcoCrr |
The project in itself is a very neat thing to build. But can you please add more documentation.
Just from the files alone I was not able to order the correct parts.
The schematics do not give away the exact part-nr. for the components.
This is tricky not only for capacitors but mostly for the electromechanical components like the fuse-clips or the switch.
Furthermore, I managed to order the wrong LCD module - the one from Sparkfun - as opposed to the cheaper Chinese one with a different pinout.
Then I ordered a 1117 Regulator as a THT part because many images online contain a THT regulator.
But the most recent revision of the PCB (
v1.2.106
) apparently features an SMT regulator... I hope you see my point.
Please add at least a proper BOM with reference to the hardware revision (eg.
v1.2.106
)Here is a start. This is what I ordered from digi-key
https://octopart.com/bom-tool/xPA7yJNx
Another part you should document is, how you compile and upload the code to the board.
The URL in the
README
is outdated and does not work anymore.I used the following commands in WSL to compile the code:
sudo apt install make avr-gcc avr-libc gcc-avr cd ./code make
and the following commands in PowerShell to upload the code to the board using USB-ASP connected to the Ethernet SPI
or short
And maybe you could document how the Software works.
What the LCD displays and what the button does.
This is actually covered in the Youtube Video linked somewhere in the repo.
The text was updated successfully, but these errors were encountered: