Hey Surfdetector or others, how warm to touch does your U6 the -5 reg get, I only have the pic and TX and preamp running and I am a bit surprised how warm its running already with more chips to plug in yet ? Its not easy to measure the current being drawn.
Announcement
Collapse
No announcement yet.
Voodoo Main Discussion
Collapse
X
-
Originally posted by surfdetector View PostI am not sure if this is what you need but I did a step by step video of loading the hex file onto the PIC with a PICKit3
https://youtu.be/O9V8fmQWXe4
Most of the process i would probably figure out myself... EXCEPT the part with voltage adjustments!
I would most probably wander in the mist around that.
I find your video indeed very helpful.
Thanks!
Comment
-
Originally posted by Qiaozhi View PostYes, that's it.
I actually used a PICKit4, but both PICKit3 and PICKit2 will work. I've used all three on the PIC18F4520 without any problems.
You can program the PIC directly on the Voodoo board via the ICSP connector, so you don't need the ZIF programming adapter board.
But without it it is nignthmare.
I searched local suppliers, i can buy Pickit2, 3 or 3.5.
No Pickit 4 here.
I am scratching my head and wonder what to order; 3 or 3.5?
...
If you read my "earlythismorningmad" rant; you'll notice that i mentioned strange behavior with 18F45K22 on board and +5v voltage drop.
Is it possible that this is only because of the 18F45K22 on the place instead 18F4520?
When both TL072 are in sockets; +5v drops to 0.3v. When one removed; 4.6V. When both removed; alright 5v.
Comment
-
Originally posted by ivconic View PostEverything is easy when you have proper tool.
But without it it is nignthmare.
I searched local suppliers, i can buy Pickit2, 3 or 3.5.
No Pickit 4 here.
I am scratching my head and wonder what to order; 3 or 3.5?
...
The PICKit 4 is quite expensive, so I would get the PICKit 3.
Don't know what 3.5 is. Never heard of it.
Originally posted by ivconic View PostIf you read my "earlythismorningmad" rant; you'll notice that i mentioned strange behavior with 18F45K22 on board and +5v voltage drop.
Is it possible that this is only because of the 18F45K22 on the place instead 18F4520?
When both TL072 are in sockets; +5v drops to 0.3v. When one removed; 4.6V. When both removed; alright 5v.
It sounds like it's an issue with the PIC18F45K22. Most likely a configuration problem.
Comment
-
Originally posted by 6666 View PostHey Surfdetector or others, how warm to touch does your U6 the -5 reg get, I only have the pic and TX and preamp running and I am a bit surprised how warm its running already with more chips to plug in yet ? Its not easy to measure the current being drawn.
Comment
-
I have a request, but I myself do not have enough knowledge to modify the program. voila, would it be possible to make a new entry, to install a quick toggle trigger between the two modes? without going through the menu .. and validation. I like to go quickly on the beach, and switch from one mode to another quickly will be really appreciable .. if someone has an idea for that .. I am interested. thank you
Comment
-
Originally posted by Qiaozhi View Post
The PICKit 4 is quite expensive, so I would get the PICKit 3.
Don't know what 3.5 is. Never heard of it.
It sounds like it's an issue with the PIC18F45K22. Most likely a configuration problem.
I will order model 3. Seems like optimal one for my needs.
...
Yes, it must be. I made two voodoo's and i have exactly the same behavior on both.
...
I located one White's Spectra V3 coil and will obtain it for testing.
Other coils that i have are not suitable.
Comment
-
Originally posted by Qiaozhi View PostYes, these two PICs (18F4520 and 18F45K22) are upwards compatible pin-wise, but that's about it. The internal registers and config bits are quite different.
I've been comparing the two datasheets, and also found this migration document -> http://ww1.microchip.com/downloads/e...doc/39647a.pdf
The 18F45K20 is much more complicated than this project requires.
The 18F4520 ADCs are enabled in sequential blocks using ADCON1, whereas the 18F45K22 uses ADCON1 to set the positive and negative voltage references. The ADCs can also be enabled/disabled individually using the ANSEL registers (ANSELA to ANSELE).
The T0CON register appears to be unchanged, but T1CON is quite different. Timer1 has many more features than the the 18F4520.
I'm not certain from the datasheet, but it looks like writing to EEPROM is also affected.
I think there are too many differences between the two to just compile this blindly and hope for the best.
I was keeping this older post on my mind whole night long, last night.
Comment
-
-
Originally posted by lamoiz View Postfor info, here is the 5532 and with the same coil and all the same settings the 4562 ... choose your side ...[ATTACH]54032[/ATTACH]5532
[ATTACH]54033[/ATTACH] 4562
see you
Cheers
Comment
Comment