Search results

  1. Woosh

    Help needed on Bafang mid install problems!

    what happens is the on/off switch toggles a circuitry inside the BMS to enable the output. The BMS itself has a protection system which shuts down the output if the current exceeds certain preset level (over current protection) or flows in the wrong direction (reverse current protection) and...
  2. Woosh

    Brexit, for once some facts.

    well, the person who said it [in Markle's case] could/still can accept that it was offensive, apologize and make up for it or reversely, maintain the remark and accept the racist label.
  3. Woosh

    Brexit, for once some facts.

    We tend to neglect specious use of words. sprog: a young salmon or trout. I don't buy into the racism claim concerning a senior member of the family but that claim should be seen from a different angle. Why would someone calls Archie a sprog? Would that person call George, Louis and Charlotte...
  4. Woosh

    How to add a throttle to a Carrera Vengeance E Spec

    this is the oscilloscope trace by SR: You can zoom into a couple of cycles to see how T is sampled.
  5. Woosh

    How to add a throttle to a Carrera Vengeance E Spec

    if you have access to a dual trace oscilloscope, then it will make the debugging process much easier by pinpointing where the problems are. At the moment, I think we are still trying to make sure that the contact joins are 100% on Raj's board. Do you have the same error 22 on startup?
  6. Woosh

    Brexit, for once some facts.

    I can agree with you on this. I watched 'the Crown'. Is it it that you talked about?
  7. Woosh

    How to add a throttle to a Carrera Vengeance E Spec

    that's what the code does since the first version. The logic works like this: The voltage at D13 has a scale of 8-bit, 256 for 5V. The threshold is 75 of 356. if the throttle voltage threshold is 75*5/256 = 1.47V. If the throttle voltage drops below 1.47V, we switch to pedalling code. The...
  8. Woosh

    Brexit, for once some facts.

    The whole thing is a media circus, they are in it to make money. if more people take the tabloids to Court, perhaps there wouldn't be so many lives made miserable by them and families wrecked by them, all for money. My daughter did a week work experience at LBC when she was a student in...
  9. Woosh

    Brexit, for once some facts.

    Harry knew that for sure but as he said, the tabloids dragged his wife through mud and that did his head in. Did you see the headlines? they were cruel 'she came straight from Compton' (crimes ridden Los Angeles Compton) Factual perhaps but the insinuations will drive their victims insane. There...
  10. Woosh

    Brexit, for once some facts.

    Let me suggest something. The tabloids won't let her forget where she came from. To me, that's a form of cruel and unacceptable putdown and left her husband with an impossible dilemma. He's forced into spending millions to defend his wife and they were not as wealthy as the tabloids made out...
  11. Woosh

    Brexit, for once some facts.

    so they do or did their job well. Then why did they get attacked by the tabloids? did it have anything to do with the Royal Family? Did they hurt any of us here in the UK?
  12. Woosh

    Help needed on Bafang mid install problems!

    your problem is in the BMS which trips when you switch on the LCD. Where did you get your battery from?
  13. Woosh

    Brexit, for once some facts.

    let's start at the beginning. Did Harry and Meghan do their official job well enough for their money before they left the UK? Answer yes or no will do.
  14. Woosh

    How to add a throttle to a Carrera Vengeance E Spec

    there could be a voltage drop between VIN and the 5V pin. I suggest we should try joining both red wires at the VIN pin to avoid any drop in voltage to the sensor's 5V supply.
  15. Woosh

    Brexit, for once some facts.

    This country is beset for so long by the tabloids and the Court is the best place to deal with them.
  16. Woosh

    How to add a throttle to a Carrera Vengeance E Spec

    yes please. I can't explain why we still get error 22.
  17. Woosh

    How to add a throttle to a Carrera Vengeance E Spec

    can you join the green wires outside the arduino and repeat the experiment?
  18. Woosh

    How to add a throttle to a Carrera Vengeance E Spec

    Let's go back to the first step of the process, connecting one wire at a time and make sure there is no error 21 or error 22. Starting with the wiring diagram I posted earlier, the arduino outputs on pin D13, the builtin LED pin. There is no pulse width modulation there, just digital ON or OFF...
  19. Woosh

    Brexit, for once some facts.

    so he ends up with an even bigger problem. The first thing Charles should have done is to show the world which side he is on when the tabloids had a go at his children. In his place, I would have had a word with the owners of the Mail on Sunday and any other tabloids to tell them that trashing a...
  20. Woosh

    How to add a throttle to a Carrera Vengeance E Spec

    You can try moving the controller PAS wire to another pin to see if error 22 pops up again. For example move it to D1 and change the code: const byte TorqueOutputPin = D1;