Originally posted by moodz
View Post
Announcement
Collapse
No announcement yet.
Moodz' Awesome Gold Pulse Induction Version 3 - MAGPI V3 Project
Collapse
X
-
-
Originally posted by Dean Sarelius View PostHi Moodz,
Just curiours, which LCD and rotary encoder did you use, or were you considering to use..?
See the source code for references.
I have not finalised the menus ( keep changing my mind ) but if you attache the rotary you get volume control.
moodz
- Likes 1
Comment
-
Originally posted by eclipse View PostI really wished you'd picked NMOS like the previous design. This circuit would be awesome if it could be coupled with bipolar designsThe V3 is very sensitive but NMOS or SIC will allow more power to the TX without sacrificing damping speed. Working on a plan now.
moodz
- Likes 1
Comment
-
Originally posted by moodz View Post
Alps rotary encoder and 2004A generic 4 line LCD with serial / par module ( see ebay or alibaba ).
See the source code for references.
I have not finalised the menus ( keep changing my mind ) but if you attache the rotary you get volume control.
moodz
Just been reviewing your source code it is very neat and easy to read, I am sure you have written code once before right...just kidding.
Have a few questions re main.c
Q1 - PIN 25 = Not Used = 400kHz pwr sync clock << I gather there was no need to use the power sync option on pin25..?
Q2 - OpenTimer3 comments refer to OpenTimer5 but gather that these comments are applicable to Timer3 is that correct..?
Q3 - INT16 initialize() refers to PIC32MX250_setup_pins() but gather that both the 150 and the 250 are identical in their pin out so no problem to leave as is..?
FYI - I am planning to layout a 4 layer SMD version of your design and will make it available to the rest of the forum when completed.
Before I do however would prefer to base it on what you consider to be a final revision so will remain on standby.
Cheers
Comment
-
Originally posted by Dean Sarelius View Post
Hi Moodz,
Just been reviewing your source code it is very neat and easy to read, I am sure you have written code once before right...just kidding.
Have a few questions re main.c
Q1 - PIN 25 = Not Used = 400kHz pwr sync clock << I gather there was no need to use the power sync option on pin25..?
No power sync need for liner regs :-) .... however i have another version that uses a switchmode and then it is.
Q2 - OpenTimer3 comments refer to OpenTimer5 but gather that these comments are applicable to Timer3 is that correct..?
Yes .. I think I changed timers at one stage and maybe comments dont match now ... correct. ( i think )
Q3 - INT16 initialize() refers to PIC32MX250_setup_pins() but gather that both the 150 and the 250 are identical in their pin out so no problem to leave as is..?
same except for USB functionality. ( none on 150 )
FYI - I am planning to layout a 4 layer SMD version of your design and will make it available to the rest of the forum when completed.
Before I do however would prefer to base it on what you consider to be a final revision so will remain on standby.
not planning to change anything on the layout ... only the internal code dealing with serial / LCD / rotary ... so no schematic changes.
the only hardware change might be bring out the pins I didnt use on the CPU to the headers .. no biggie.
Cheers
Comment
-
Originally posted by Dean Sarelius View Post
Thanks Moodz - I will start laying out the schematic and if there are any changes or additions required it should be relativley minor.
Regarding the NMOS or SIC devices will this change need to be factored in..?
Comment
-
Originally posted by KingJL View Post
Paul, thank you for your answers... the rearranged diodes a great change. I think I will layout a compact pin pointer. is a great
Attached Files
- Likes 2
Comment
-
Originally posted by KingJL View Post
If an RL low pass is used then considerably more audio power will be delivered. ( ie louder ) I have used a 5.6 mH inductor with 10uF cap or 1 uF cap for higher freq response for 32 ohm headphones.
Might be worth allowing for the inductor or resistor option in the filters .... the inductor packages will generally take up a bit more space than a resistor.
moodz
Comment
-
Originally posted by Dean Sarelius View Post
Thanks Moodz - I will start laying out the schematic and if there are any changes or additions required it should be relativley minor.
Regarding the NMOS or SIC devices will this change need to be factored in..?
The biasing is setup for grounded coil and +positive TX supply ( ie PMOS ).
NMOS would require a negative TX voltage for grounded coil.
Supplies to the preamp loops would need changing.
Various diodes would need reversing.
The voltage mutliplier would need to be pos instead of neg.
If that was done then no problemo.
short answer .. prob save it for V4
moodz
Comment
Comment