1
Show Posts
This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.
Messages - modoran
2
Project logs / Re: Really universal soldering controller
3
Project logs / Re: Really universal soldering controller
I don't think D5 has anything to do with this fault. It will work without it if needed.
In your measurements there is no way to have 35,6V base voltage and 3,6V emiter voltage in a working transistor. Replace it without thinking.
4
Project logs / Re: Really universal soldering controller
5
Project logs / Re: Really universal soldering controller
6
Project logs / Re: Really universal soldering controller
Code: [Select]
if(!B1){BTicks[0].n = 0;BTicks[0].d = 0;}
if(!B2){BTicks[1].n = 0;BTicks[1].d = 0;}
if(!B3){BTicks[2].n = 0;BTicks[2].d = 0;}with:
Code: [Select]
if(!B3){BTicks[0].n = 0;BTicks[0].d = 0;}
if(!B2){BTicks[1].n = 0;BTicks[1].d = 0;}
if(!B1){BTicks[2].n = 0;BTicks[2].d = 0;}I done that change some time ago.
7
Project logs / Re: Really universal soldering controller
8
Project logs / Re: Really universal soldering controller
9
Project logs / Re: Really universal soldering controller
10
Project logs / Re: Really universal soldering controller
11
Project logs / Re: Really universal soldering controller
12
Project logs / Re: Really universal soldering controller
https://www.arrow.com/en/support/contac ... t/shipping
I dont think is available free shipping. Maybe is like mouser.com, free shipping above 50€ orders ?
13
Project logs / Re: Really universal soldering controller
1) If I can load firmware successfully (that is what eeprom U8 for - right?) - that means eeprom is OK.
[/quote]
No, it is not. Firmware is loaded inside PIC32 microcontroller, not inside U8. You can load firmware successfully even without U8 at all.