jakplugg / Typhoon

Clouds variant
29 stars 9 forks source link

BOM and firmware? #3

Open Pipstapee opened 4 years ago

Pipstapee commented 4 years ago

Any news on the BOM for the Typhoon (Supercell/Monsoon/Clouds) pcb on the pusherman website. Also, firmware, would it be released as a HEX?

TotalRefusal commented 4 years ago

Any news on the BOM for the Typhoon (Supercell/Monsoon/Clouds) pcb on the pusherman website. Also, firmware, would it be released as a HEX?

Wow, Pusherman did the wrong panel design. Time & Bank is labeled wrong way, at least if you follow pcb & schematics.

Pipstapee commented 4 years ago

Any news on the BOM for the Typhoon (Supercell/Monsoon/Clouds) pcb on the pusherman website. Also, firmware, would it be released as a HEX?

Wow, Pusherman did the wrong panel design. Time & Bank is labeled wrong way, at least if you follow pcb & schematics.

It's a good job I've not ordered any yet. Woops...I'll let him know, thanks for pointing that out.

forestcaver commented 4 years ago

You can build the fw yourself pretty easily - just follow the links in the microcell github to the superparasites fw. BOM can be exported from diptrace. Note that the export says it uses tle2172 (this is incorrect - it should be tlv2172 vssop package)

Tnunnery commented 4 years ago

What is the value of the 30mm slider pots? Did I miss it somewhere?

jakplugg commented 4 years ago

They are B10k, non detented. bourns PTL or compatible. [EDIT CORRECTION!] they are B10k, not A10k as originally posted, sorry!

On 2/11/20, Tnunnery notifications@github.com wrote:

What is the value of the 30mm slider pots? Did I miss it somewhere?

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jakplugg/Typhoon/issues/3#issuecomment-584953505

epijdemie commented 4 years ago

@jakplugg what are the voltage ratings of the capacitors in use for Typhoon?

jakplugg commented 4 years ago

Minimum 16v, but the higher the better.

On 2/24/20, epijdemie notifications@github.com wrote:

@jakplugg what are the voltage ratings of the capacitors in use for Typhoon?

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/jakplugg/Typhoon/issues/3#issuecomment-590264300

epijdemie commented 4 years ago

@jakplugg regarding firmware: can i upload the regular clouds via mutable vagrant and SWD (or even STLink util) so i have a bootloader and then user the superparasites.wav to upload the firmware? i can not get https://github.com/patrickdowling/superparasites compile in mutable's vagrant and i am too noob to configure it :/

forestcaver commented 4 years ago

No - cant upload regular clouds fw to typhoon To compile the superparasites - follow the instructions in the readme - see my comment above - you need to install a different arm toolchain into the mutable dev environment

epijdemie commented 4 years ago

No - cant upload regular clouds fw to typhoon To compile the superparasites - follow the instructions in the readme - see my comment above - you need to install a different arm toolchain into the mutable dev environment

damn, i am too stupid for linux stuff. i am using mutables vagrant on windows and literally copy/paste every command line from the mutable manual. is there maybe a vagrant around that has this toolchain installed? or a detailed tutorial for noobs like myself? :(

EDIT: or maybe just the HEX file so i can upload it via ST-Link utility

forestcaver commented 4 years ago

I dont know if anyone has setup the vagrantbox scripts for this box. It wouldnt be hard to do... I dont know of any detailed tutorials for setting up this exact configuration... You could just upload a compiled bootloader and main fw hex with ST-Link utility....

epijdemie commented 4 years ago

I dont know if anyone has setup the vagrantbox scripts for this box. It wouldnt be hard to do... I dont know of any detailed tutorials for setting up this exact configuration... You could just upload a compiled bootloader and main fw hex with ST-Link utility....

i managed to compile the supercell.hex within the MI vagrant with the src and toolchain @patrickdowling listed in the superparasites github.. however it fails to compile the bootloader, and without it the upload command wount work and i guess uploading the hex without the bootloader wount do any good. and i also guess i cannot just take the clouds bootloader. so if anyone could link a pre-compiled supercell_bootloader_combo.hex i would be very thankful :)

TotalRefusal commented 4 years ago

I took the Clouds bootloader & it works like a charm :)

epijdemie commented 4 years ago

i just got the bootloader to compile by NOT taking the stmlib from superparasites, but MI original one. having a combo file now and very curios if its gonna work :) (build not finished yet)

TotalRefusal commented 4 years ago

.... also use microcell.hex and guess what? It works like a charm :) Beside the slider leds (with opamps) it is pretty much the same hardware. Firmware does not care if there is a 10k pot or a 10k slider :)

frekkia commented 4 years ago

What dielectrics do ceramic capacitors use?

jakplugg commented 4 years ago

usually only C0G/NP0 capacitors are noted, default is X7R or X5R.

On 5/6/20, frekkia notifications@github.com wrote:

What dielectrics do ceramic capacitors use?

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/jakplugg/Typhoon/issues/3#issuecomment-624948480

frekkia commented 4 years ago

usually only C0G/NP0 capacitors are noted, default is X7R or X5R.

I have seen that the white pushbutton uses a minimum voltage of 3.5v and I would like to change it with a green one, but it has a maximum voltage of 2.5v, is it okay?

jakplugg commented 4 years ago

The circuit is designed with no LED resistor (because of the high voltage drop of the white LED) theoretically there should be a 43 ohm resistor in series if the LED only has 2.5 Voltage drop. it MAY be OK, but if it is not, it will destroy that output on the STM.

i should add the resistors back in, they were removed in the microcell which typhoon was adapted from, and i did not even notice.

On 5/7/20, frekkia notifications@github.com wrote:

usually only C0G/NP0 capacitors are noted, default is X7R or X5R.

I have seen that the white pushbutton uses a minimum voltage of 3.5v and I would like to change it with a green one, but it has a maximum voltage of 2.5v, is it okay?

--

You are receiving this because you were mentioned.

Reply to this email directly or view it on GitHub:

https://github.com/jakplugg/Typhoon/issues/3#issuecomment-625529699

frekkia commented 4 years ago

The circuit is designed with no LED resistor (because of the high voltage drop of the white LED) theoretically there should be a 43 ohm resistor in series if the LED only has 2.5 Voltage drop. it MAY be OK, but if it is not, it will destroy that output on the STM. i should add the resistors back in, they were removed in the microcell which typhoon was adapted from, and i did not even notice.

In fact I was comparing the pcb of clouds and that of typhoon, clouds adds two 68 ohm resistors in series, I could cut the track and add them manually in typhoon, what do you say?

TotalRefusal commented 4 years ago

I have a yellow LED running, with no problems so far :)

jakplugg commented 4 years ago

no reason you can't cut the trace and add a resistor if you are comfortable doing so.

frekkia commented 4 years ago

LM4040 the grade C or B doesn't make a difference right?

Pipstapee commented 4 years ago

LM4040 the grade C or B doesn't make a difference right? You buying from Mouser, B or C will be ok.

Faye108 commented 4 years ago

@jakplugg What are suggested Ferrite beads for FB1 and FB2 ? I have some in stock that I had used for other Mutable clones. Can I use one of these? If so, which one? Mouser no. 710-742792693 Mouser no. 710-742792642 Mouser no. 710-742792664

Another question regarding R28 and R36 : Both 49.9k placed between Aref-2.5 and U9 (SSI2146) : Mouser canceled it in my order. Can they be replaced by another value? A.e. 47k or something in the 51k range maybe?

thank you!

SatsumaAudio commented 4 years ago

Is it definitely A10k? The original clouds uses B10k for these, or is there a reason to switch from linear to audio pots?

They are A10k, non detented. bourns PTL or compatible. On 2/11/20, Tnunnery @.***> wrote: What is the value of the 30mm slider pots? Did I miss it somewhere? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: #3 (comment)

chmanie commented 4 years ago

If anyone still has problems with the firmware, here's how I compiled it:

https://chmanie.com/post/2020/08/11/flashing-superparasites-to-typhoon/

toneburst commented 4 years ago

Is this the slider part? PTL30-15G1-103B1

toneburst commented 4 years ago

I have a yellow LED running, with no problems so far :)

Is that yellow button LED still OK? How's the brightness?

I'm thinking of doing the same.

TotalRefusal commented 4 years ago

I have a yellow LED running, with no problems so far :)

Is that yellow button LED still OK? How's the brightness?

I'm thinking of doing the same.

Yep, still fine. Brightness is like perfect :)

Mesteves77 commented 4 years ago

Sourcing parts ahead of time, can anyone tell me what pots are these meant to be: POT_9MM_SNAP-IN__ (POT_9MMSNAP-IN)? TIA

toneburst commented 4 years ago

10K linear, 9mm, like

https://www.thonk.co.uk/shop/alpha-9mm-pots-vertical-t18/ https://www.thonk.co.uk/shop/alpha-9mm-pots/ or https://www.thonk.co.uk/shop/alpha-9mm-pots-dshaft/

Other brands are available, but I can recommend these Alpha ones. They have a lovely smooth feel when rotated.

Mesteves77 commented 4 years ago

10K linear, 9mm, like

https://www.thonk.co.uk/shop/alpha-9mm-pots-vertical-t18/ https://www.thonk.co.uk/shop/alpha-9mm-pots/ or https://www.thonk.co.uk/shop/alpha-9mm-pots-dshaft/

Other brands are available, but I can recommend these Alpha ones. They have a lovely smooth feel when rotated.

Thanks man. i am familiar with the pots they do indeed feel great, plus a lot of knob choices on Round shafts and T18. One more thing, should any of them have center detent? Like the 4 pots for MIX, PAN, FBK, RVB, or even any of the other main control ones (pitch, In, Out)? Looking forward to join this club, but Im yet merely a beginner coming into the intermediate level but thinking and buying ahead of time to minimize costs.

muziejus commented 3 years ago

All, I've made a Mouser BOM. I'd love an extra few set of eyes on it:

https://www.mouser.com/ProjectManager/ProjectDetail.aspx?AccessID=13c2ca3d6c

Couple of notes from a non-engineer like me who's still built over a dozen diff modules:

muziejus commented 3 years ago

I see I made mistakes on my own. My parts are coming in… once I confirm everything works (anyone have a spare WM8731SEDS/V?), I'll submit it as a PR to include a Mouserified BOM.

claesbert commented 3 years ago

Thanks, @muziejus , would appreciate that!

mnefstead commented 3 years ago

Hey @muziejus , have you had a chance to correct the mistakes you mentioned, or are there still some incorrect parts on that list?