Search results

  1. Koekie

    Derestricting bosch smart system

    I think that the Bosch system internally knowns it right away that there is a modification but it will only show that after 1000 km. Just to make life difficult for the people that want to develop a modification.
  2. Koekie

    Derestricting bosch smart system

    Short update on my bike. I got a 524001 code 10 days ago (after 1000 km on the display, 2000 km in practice). I also got code 110000. At that point I removed by modification and replaced the rim magnet. The bike however did not show any speed indication anymore when I was cycling with it. Also...
  3. Koekie

    Derestricting bosch smart system

    Hi, before I posted two versions of my code, one with Bluetooth interface and one without all of this. Here I attach the second again. It is this code that I used for 2000 km. Not to play down on others people code, but I think the way the pulses are generated in my code is clean. The output...
  4. Koekie

    Derestricting bosch smart system

    On that German forum there is no talk on what to do with a rim magnet system.
  5. Koekie

    Derestricting bosch smart system

    Yes, the flow app was connected because I do have eBike Alarm enabled. I disabled the app access to my position, and I'm not using any navigation by Bosch.
  6. Koekie

    Derestricting bosch smart system

    I double checked my notes, and I got the 524001 error after riding 1145 km with the modification (as measured by the Bosch display).
  7. Koekie

    Derestricting bosch smart system

    For sure more advanced things can be done like controlling the output with a varying PWM signal that then simulates a more smoother magnetic field pulse. But the problem is that you only see after 2000 km if it is detected or not. Furthermore after 3 detections you have to go to a Bosch ebike...
  8. Koekie

    Derestricting bosch smart system

    The constant ms signal delay is not an idea from ChatGPT but what I measured (reverse engineered) on a commercial tuning product I had on my previous bike.
  9. Koekie

    Derestricting bosch smart system

    Here a Bosch patent: DE102017212903A1 - Method and device for monitoring the movement of a wheel of a bicycle - Google Patents Interesting read, not sure if this is implemented. Uses magnetometers in 3 axis.
  10. Koekie

    Derestricting bosch smart system

    I have no idea what the reason is but that detection system of Bosch could be rather advanced. I read some patents from Bosch that talk about that. I have to look that back up. I would recommend you to try and go over 1000 km before making any devices for other people. I just did a 10 day...
  11. Koekie

    Derestricting bosch smart system

    Unfortunately I got 524001 today. This was after 1030 km with the system installed. (1030 km as shown on the Bosch display, probably in reality close to 2000 km) @megabobra, how many km did you do with your system/code?
  12. Koekie

    Derestricting bosch smart system

    Indeed, you do not need much magnetic field to give a pulse to the motor. But it might be difficult to find the right spot. I used a simple program that generates a fixed pulse train to find the spot (see attached). Use this program and look at your speed display until it reads a fixed speed...
  13. Koekie

    Derestricting bosch smart system

    To avoid overheating the resistor should be in series with your coil. That is on the emiter of the transistor. I do not know if the resistor in on the base would cause overheating.
  14. Koekie

    Derestricting bosch smart system

    The 160 ms works well for me. I think the nice thing is at low speeds it is kind of x1. Also I'm not limiting myself at 35 km/h since sometimes I want to go faster that that. I'm just starting to use it. I hope it will not be detected by the motor, will only know that for sure after 1000 km...
  15. Koekie

    Derestricting bosch smart system

    I reworked my code to work on a Wemos D1 mini, that is a ESP8266 microcontroller. (see attached) Together with a DC/DC convertor and a Bosch power cable it is now nicely integrated in my bike. Bosch (HPP) cable: Bosch Additional Power Cable for Accessories - Smart System DC/DC convertor: 0.75£...
  16. Koekie

    Derestricting bosch smart system

    What system are you using? What coil and which Arduino code?
  17. Koekie

    Derestricting bosch smart system

    Maybe interesting is that the code I'm using was written by ChatGPT4. I explained that I want a speedometer and an output pulse that was slower. Code worked first time. Later I added variable pulse width, the RemoteXY interface and some logging on the screen of my Arduino. Please find the code...
  18. Koekie

    Derestricting bosch smart system

    I'm using an ESP32 Arduino (for now an M5Stack Core2) using Bluetooth Low Energy it updates a speed meter on my phone. This is a nice gimmick but it helped to develop the system. On the phone I'm using the free app RemoteXY and that finds my Arduino and shows the following interface. The...
  19. Koekie

    Derestricting bosch smart system

    Before I started to write my software I measured how my previous speedchip handled things. What I discovered is that it adds 160 ms to every wheel turn. This looks strange but it is a nice way to get good performance at low speeds and go up to 40 km/h. The effect is like a multiplier of 1 at...
  20. Koekie

    Derestricting bosch smart system

    I placed the resistor not to overload the transistor base. Probably better in the long run to do that. Maybe smaller resistor values will also do the job. Transistor Base Resistor Calculator
Top