Noob needs help #142
Unanswered
roycerezendes
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am a noob. What I am ultimately attempting is to run OneWireHub on a Raspberry Pi Pico (waveshare rp2040 zero) to first read and copy then emulate a 1-Wire DS2431 chip. I have successfully written Arduino example .ino files included with the IDE to the rp2040 (like the time example) taking advantage of https://github.com/earlephilhower/arduino-pico . I downloaded all the files for OneWireHub and tried uploading the DS2431 .ino example file and I get errors missing .h files etc so I copied those from the project to the same folder as DS2431 example and then I get some other crazy build errors. Do I need to first build the OneWireHub cpp project with say VS Code? I tried that and also getting errors, also not sure what kit I would choose for that to work. Please some guidance and learn me some basic stuff so I can not be this noobish. Also forgot, I was able to use VS Code to write https://github.com/pstolarz/OneWireNg/tree/master/examples/pico-sdk/DS2431 and successfully read the contents of 2 different DS2431 chips I have for testing. All of this is for a hardware device that uses these chips to limit your access to the device you already own and then they sell the chips with minutes on them at a premium.
Beta Was this translation helpful? Give feedback.
All reactions