Search found 3 matches

by udgrafdes
Sat Nov 20, 2021 1:08 am
Forum: HV Rescue Shield
Topic: Git Repo of source code?
Replies: 2
Views: 18315

Re: Git Repo of source code?

I'm making a point to refactor the published code so that it's a bit less cluttery. I may opt to convert it so that it can be built on a vanilla *nix with avr-g++ and the arduino core. That part is actually easier than most people probably think. Additionally, I'm implementing some of the unimplemen...
by udgrafdes
Wed Nov 03, 2021 11:05 pm
Forum: HV Rescue Shield
Topic: Breadboarding HV Rescue Shield 2
Replies: 2
Views: 32061

Re: Breadboarding HV Rescue Shield 2

I just replaced it with a NPN BJT with a 1k on the base and 1k on the collector, with the collector also connected to the reset pin on the target. When the base goes high, the reset pin on your target will go low, and vice versa. You have to tweak the 2.1.2 code to account for this, since it's progr...
by udgrafdes
Wed Nov 03, 2021 10:43 pm
Forum: HV Rescue Shield
Topic: Git Repo of source code?
Replies: 2
Views: 18315

Git Repo of source code?

Is there a git repo of the source code I can fork, preferably something with the full history of the sketch? I would like to fork it, add some stuff, and do a pull request. I breadboarded the HVPP so I could try to reset some (probably faulty) ATTiny2313a chips I got online, and wound up implementin...