Search results

  1. Woosh

    Brexit, for once some facts.

    then why the Scottish study was stopped after the AZ vaccine effect reached 94%? If, as I surmised, the vaccine effect decreases at roughly the same speed that it went up, about 15% per week, it will be obvious that the over 70 will need their second jab after week 7 or the whole vaccine...
  2. Woosh

    How to add a throttle to a Carrera Vengeance E Spec

    I need the analog reading range as seen on A2, you did find it with the throttle, min-max (throttle 290-577). After that, modify the pedalon() to this: void pedalon() //Called when throttle is not used { int cadence_threshold = 290; analogWrite(A5, analogRead(A3)); // you need to...
  3. Woosh

    Brexit, for once some facts.

    Agreed. Results of Scottish study: Vaccine dose 1 (7- 13 days) Pfizer 38% AZ 70% Vaccine dose 1 (14-20 days) Pfizer 60% AZ 74% Vaccine dose 1 (21-27 days) Pfizer 72% AZ 84% Vaccine dose 1 (28-34 days) Pfizer 85% AZ 94% Vaccine dose 1 (35-41 days) Pfizer 68% AZ NA Vaccine dose 1 (42+ days)...
  4. Woosh

    How to add a throttle to a Carrera Vengeance E Spec

    that's where the problem lies. The signal is not high enough during pulse on to translate it correctly onto D13. Connect the green wire to an analog input pin and set up the debugger to read the input voltage while turning the cranks very slowly. You need to work out when to switch D13 to high.
  5. Woosh

    WhaTT for now

    you are more right than me. Perhaps they measure torque at the chainring rather than at the belt cog.
  6. Woosh

    WhaTT for now

    it's a middle motor alright: about the torque: the rear belt cog looks like 20cm in diameter, I reckon the front cog may be 5cm, so you have about 4 front to rear ratio. At max torque, you have at the rear 160NM/4 =40NM It climbs as well as my Camino. I said the bike was nice, not that it is...
  7. Woosh

    WhaTT for now

    it is arranged in the same way as a crank / middle motor.
  8. Woosh

    Brexit, for once some facts.

    Jesus, here is the data of the Scottish study...
  9. Woosh

    Brexit, for once some facts.

    it's the other way round.
  10. Woosh

    WhaTT for now

    not necessarily. The torque value for CD motors is measured at the chainring - or motor spindle in this case. The BBSHD for example has the same 160NM max torque.
  11. Woosh

    Brexit, for once some facts.

    it's a non-story though. Salmond said nothing new. Whether Surgeon knew about the allegations on the 29th March or 02nd April, or the contents of the meeting were recorded or not, did it have any bearing on the complaints and the outcome of Salmond Court case? Salmond is a capable politician...
  12. Woosh

    A future way to charge your e-bike

    I can see an indiegogo project about supercapacitor powered e-bike very soon... or not. The cost of supercapacitors is prohibitive for a very long time to come.
  13. Woosh

    How to add a throttle to a Carrera Vengeance E Spec

    they don't look right. A2: Put a 11kilo Ohm resistor between A2 and ground to see if the reading changes. D2: Turn the cranks very slowly to see if the voltage on D2 rises and falls. Until you get this signal D2 right, you will copy random value onto D13 and soon after get error 21 or 22.
  14. Woosh

    How to add a throttle to a Carrera Vengeance E Spec

    Motor stays at 15mph: that's built into the controller, you can't derestrict it with your code. when you release the throttle, it will switch over to pedalon(). Error 21 and error 22: they are caused by your pedalon() function. 1. measure the output voltage of the torque sensor at rest. 2...
  15. Woosh

    Brexit, for once some facts.

    sorry, I misheard. The BBC said the Supreme Court has rejected her claim.
  16. Woosh

    Brexit, for once some facts.

    we discussed briefly Shamima Bugum's Court case last year. The BBC has just briefly reported that the Supreme Court has allowed rejected her claim.
  17. Woosh

    A future way to charge your e-bike

    agreed. I'd like to see government support for using such facility as feed-in to the electricity distribution network when you don't need the car for the day.
  18. Woosh

    How to add a throttle to a Carrera Vengeance E Spec

    here is my suggested changes to your code. No warranty given whatsoever, use it at your own risks etc.. // Experimenting // PAS Cadence Input Pin - D2 (Digital) // PAS Torque Input Pin - A3 (Analog) // Throttle Input Pin - A0 (Analog) // Controller Cadence Output Pin - D13 (Digital) //...
  19. Woosh

    How to add a throttle to a Carrera Vengeance E Spec

    Post your code, I'll check it for you.
  20. Woosh

    Bikes available to buy now

    Hi Ruth, I wrote the Woosh Predictor many years ago. At that time, the Santana3 wasn't made yet. The Santana3 is 90% as powerful as the Big Bear and just as powerful as the Santana CD. I will update the Predictor over the weekend to include the Santana3. Best regards Tony