Register
Page 3 of 25 FirstFirst 1234567813 ... LastLast
Results 31 to 45 of 361
  1. #31
    DK Veteran
    micromax's Avatar
    Join Date
    Dec 2009
    Location
    South Poland
    Posts
    650
    Thanks Thanks Given 
    118
    Thanks Thanks Received 
    351
    Thanked in
    177 Posts

    Default

    look this thread
    i post mod version of xprog 5.0
    http://www.digital-kaos.co.uk/forums...6/#post1083090

  2. #32
    DK Veteran
    Join Date
    Jul 2010
    Location
    ALGERIA
    Posts
    1,866
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    229
    Thanked in
    54 Posts

    Default

    Quote Originally Posted by bram380 View Post
    v5.3 need online activation.
    v5.0 can modify to v5.3 without online reg.
    but don't copy files *.exe *.xml
    thank you bram380
    i update my xprogm to V5.3 as you sayed and work fine without registration and i keeped all authorisations
    but not solved probleme of HC05
    same thinks as V5.0 :write with errors

  3. #33
    DK Veteran
    tehnosoftex's Avatar
    Join Date
    Oct 2009
    Location
    Romania
    Posts
    675
    Thanks Thanks Given 
    216
    Thanks Thanks Received 
    302
    Thanked in
    124 Posts

    Default

    Quote Originally Posted by grinovsky View Post
    thank you bram380
    i update my xprogm to V5.3 as you sayed and work fine without registration and i keeped all authorisations
    but not solved probleme of HC05
    same thinks as V5.0 :write with errors
    For repair hc05 issue look here http://www.digital-kaos.co.uk/forums...repair-205982/

  4. #34
    DK Veteran
    Join Date
    Jul 2010
    Location
    ALGERIA
    Posts
    1,866
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    229
    Thanked in
    54 Posts

    Default

    yes,but i checked VppR when the xprogm write the HC05 and i find 12v,during all programming time
    so i don't have to change transistor

  5. #35
    DK Veteran
    tehnosoftex's Avatar
    Join Date
    Oct 2009
    Location
    Romania
    Posts
    675
    Thanks Thanks Given 
    216
    Thanks Thanks Received 
    302
    Thanked in
    124 Posts

    Default

    Quote Originally Posted by grinovsky View Post
    yes,but i checked VppR when the xprogm write the HC05 and i find 12v,during all programming time
    so i don't have to change transistor
    This is your problem. You did not need 12V all the time. During the read did not need 12V. I quote Zmann: The blue PCB used wrong device by mosfet, when the Mega driver logic becomes low the mosfet gate causes 'gate floating effect' which not totally switch the circuit off. A bipolar transistor of digital type gets rid of this problem as does on the green PCB.

    Your board did not disconnect 12 when it needs to. I tested today on hc05 with transistor changed and it works.

  6. #36
    DK Veteran
    Join Date
    Jul 2010
    Location
    ALGERIA
    Posts
    1,866
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    229
    Thanked in
    54 Posts

    Default

    i have green PCB
    Attached Images Attached Images
    • File Type: jpg a.JPG (217.3 KB, 697 views)

  7. #37
    DK Veteran

    Join Date
    Dec 2009
    Posts
    1,933
    Thanks Thanks Given 
    155
    Thanks Thanks Received 
    642
    Thanked in
    486 Posts

    Default

    Quote Originally Posted by tehnosoftex View Post
    This is your problem. You did not need 12V all the time. During the read did not need 12V. I quote Zmann: The blue PCB used wrong device by mosfet, when the Mega driver logic becomes low the mosfet gate causes 'gate floating effect' which not totally switch the circuit off. A bipolar transistor of digital type gets rid of this problem as does on the green PCB.

    Your board did not disconnect 12 when it needs to. I tested today on hc05 with transistor changed and it works.
    If someone does not need to replace the transistor (mosfet) the other equivalent solution is to put a resistor of about 30-50 Kohm between gate and source (the two legs of the same side). This will eliminate gate floating effect when the Mega driver change the logic state from high to low.

    Xprog-m has a purpose of this circuit for discharge the high voltage from charge pump on Vpp1 pin, which internally generated by the MCU, to ground via the transitor (mosfet) during security bypassing (please don't ask for the theory ). If the Vpp1 is not discharged propery, bypassing may take hours or never. Somehow when the programming phase is just started this circuit is triggered on (Vpp1 to GND) in a very short period then off. But this will not be propery off due to gate floating effect on the blue PCB with a mosfet switch.

  8. The Following User Says Thank You to Zmann For This Useful Post:

    lannal (29th March, 2019)

  9. #38
    Top Poster RMCtech's Avatar
    Join Date
    Mar 2011
    Posts
    199
    Thanks Thanks Given 
    16
    Thanks Thanks Received 
    29
    Thanked in
    9 Posts

    Default

    Quote Originally Posted by Zmann View Post
    If someone does not need to replace the transistor (mosfet) the other equivalent solution is to put a resistor of about 30-50 Kohm between gate and source (the two legs of the same side). This will eliminate gate floating effect when the Mega driver change the logic state from high to low.

    Xprog-m has a purpose of this circuit for discharge the high voltage from charge pump on Vpp1 pin, which internally generated by the MCU, to ground via the transitor (mosfet) during security bypassing (please don't ask for the theory ). If the Vpp1 is not discharged propery, bypassing may take hours or never. Somehow when the programming phase is just started this circuit is triggered on (Vpp1 to GND) in a very short period then off. But this will not be propery off due to gate floating effect on the blue PCB with a mosfet switch.
    I found your post after I did exactly the same you said to fix mine.

    At least some X-prog with green PCB need the fix, mine is a late green pcb and had the same issue, i resolved with a 100kohm resistor between gate and source.

    Charging the transistor for a Bipolar NPN transistor is not a good fix, writing still is not stable, the correct fix is only add a resistor between gate and source as you said....and more easy!!!!

  10. The Following User Says Thank You to RMCtech For This Useful Post:

    lannal (29th March, 2019)

  11. #39
    DK Veteran

    Join Date
    Dec 2009
    Posts
    1,933
    Thanks Thanks Given 
    155
    Thanks Thanks Received 
    642
    Thanked in
    486 Posts

    Default

    The replaced bipolar transistor must be the right type, it must be a digital transitor but not a BC547 plus 100 ohm resistor on base. Consult 'DTC143EKA' (marking 23) datasheet, it has a 4.7Kohm on base.

  12. The Following User Says Thank You to Zmann For This Useful Post:

    mexanico1971 (4th September, 2016)

  13. #40
    DK Veteran
    micromax's Avatar
    Join Date
    Dec 2009
    Location
    South Poland
    Posts
    650
    Thanks Thanks Given 
    118
    Thanks Thanks Received 
    351
    Thanked in
    177 Posts

    Default

    transistor dtc have resistor inside. look in pdf.

  14. #41
    DK Veteran

    Join Date
    Jul 2009
    Location
    Jakarta, Indonesia
    Posts
    1,024
    Thanks Thanks Given 
    57
    Thanks Thanks Received 
    204
    Thanked in
    106 Posts

    Default

    my problem solved for hc05. after update xprog-box . no need change any thing on hardware.

  15. #42
    DK Veteran
    micromax's Avatar
    Join Date
    Dec 2009
    Location
    South Poland
    Posts
    650
    Thanks Thanks Given 
    118
    Thanks Thanks Received 
    351
    Thanked in
    177 Posts

    Default

    what colour pcb is your xprog?

  16. #43
    Top Poster
    Join Date
    May 2011
    Posts
    166
    Thanks Thanks Given 
    9
    Thanks Thanks Received 
    5
    Thanked in
    4 Posts

    Default ecu opel 1.7 DTI

    Hello, can someone explain to me by one of a virgin ecu opel corsa c 1.7 DTI 2003?
    What kind of programmer I have to use?

  17. #44
    DK Veteran

    Join Date
    Jul 2009
    Location
    Jakarta, Indonesia
    Posts
    1,024
    Thanks Thanks Given 
    57
    Thanks Thanks Received 
    204
    Thanked in
    106 Posts

    Default

    Quote Originally Posted by micromax View Post
    what colour pcb is your xprog?
    my xprog blue PCB

  18. #45
    DK Veteran
    micromax's Avatar
    Join Date
    Dec 2009
    Location
    South Poland
    Posts
    650
    Thanks Thanks Given 
    118
    Thanks Thanks Received 
    351
    Thanked in
    177 Posts

    Default

    reading/writing algo is in *.boo files not in atmega. boo files is same in xprog 5.0 and xprog box.
    in blue box yellow man mount bad quality elemnets and upgrade atmega not solved this problem.

  19. The Following User Says Thank You to micromax For This Useful Post:

    lannal (29th March, 2019)

 

 
Page 3 of 25 FirstFirst 1234567813 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.