SHFW-Walkthrough

Simple guide to get familiar with the basics.

View on GitHub

Quick SHFW Configuration Walkthrough

SHFW 3.7.0 is out, go test it out!

For a detailed list of new features and improvements in SHFW 3.7.0, see the 3.7.0 Changelog.

SHFW is a custom firmware available for flashing via the Scooterhacking Utility app. Configuring it might be challenging for new users. This guide aims to provide a quick and easy way to apply the important basics. The understanding aspect of all this can be overwhelming, but it will come as a side effect of your own testing and thinking as we can’t do that for you.

Installation

To install SHFW, follow these steps:

  1. Download the flashing app from https://utility.cfw.sh/.

  2. Supported Scooter Models:

    • Ninebot G30: You can flash this firmware if the DRV version is at 1.7.0 or below. If your DRV is above 1.7.0 and not higher than 1.7.3, you need to select “Attempt Downgrade”. For DRV versions above 1.7.3, you’ll need an ST-link. Refer to this for more information.

    • Xiaomi Scooters: If the BLE version is at or above 1.5.0, you’ll need an ST-link for the dashboard. There are online guides available for this process.

    • Ninebot EsX and Ex Series: You can flash this firmware if the DRV version is below 2.7.0. Else you will need to use a st-link. There are online guides available for this process.

    • Ninebot F-Series: You can flash this firmware if the DRV version is below 5.7.0. Else you will need to use a st-link. There are online guides available for this process.

    • Ninebot D-Series: There is an experimental support for D-Series using the F-Series firmware. It’s not known at which DRV version you will need a St-link. The guides should be identical to the F-Series.

  3. Flash Procedure:

    • Ensure you have the correct scooter model.
    • Open the utility app, connect to the scooter.
    • Press “Load Custom” and select SHFW.
      • If you have the new G30 motor then select the new motor option under the system config tab as well.
      • Enable “expert view” on the top right.

    Note: The number in the firmware name indicates the base DRV.

Usage

Please be aware that the information provided below is intended for practical use, but it should be used with caution. Remember, field weakening, because of its nature, will not be efficient.

Peak Current Draw Calculator Features

To customize these phase limits, check out the Iq and Id sliders under “Field Weakening”.

Try the Peak Current Draw Calculator - A user-friendly tool designed for clarity and efficiency in calculating electrical parameters. Keep in mind, this is peak, not showing actual real life battery draw, but it helps visualize it.

I_total graph

Graph showing Torque 30A, initial 5A flux, with 100mA increments of variable flux, from the speeds 15 km/h and 25 km/h.

3.7.0 changelog

PWM Frequency Adjustment

Acceleration Boost

Brake Boost

Amps Display on Dash

Id/Iq Control Sliders

For further details and troubleshooting, refer to the subsequent sections of this guide or contact support.

Ninebot G30

To achieve the top speed for Ninebot G30, follow these configurations:

  1. Set sport DPC curve to 30A with a flat curve (0.5 quadratic).
    • Configure the other modes as desired, preferably lower than sport for logical reasons.
    • Keep the speed limit to off / 0.
    • Acceleration boost, 100%.
    • Brake boost, 50%.
  2. Go to the field weakening tab and:
    • Enable field weakening for sport mode.
    • Configure as follows: 20 km/h, 0A, 1500.
  3. Default tire size for G30 models are 10”, but set 9.3” to get the dash speed to match GPS speed.

  4. Under Motor Settings, select 20 or 24khz.

Additional information: Newer G30 BMS models might run firmware limited to 28A total battery current. These, will have worse performance compared to the older 40A current models.

Xiaomi Pro 2, 3

For Xiaomi Pro 2 and mi3, use the following configurations:

  1. Sport mode, DPC, 25A, flat curve (0.5 quadratic).
    • Acceleration boost, 100%.
    • Brake boost, 0-100%, up to you, be aware that it’s stong.
  2. Go to the field weakening tab and:
    • Enable field weakening for sport mode.
    • Configure as follows: 20 km/h, 0A, 1500.
  3. Under Motor Settings, select 20 or 24khz.

Xiaomi Essential, Lite, 1S

For Xiaomi Essential Lite, use these configurations:

  1. Sport mode, DPC, 18A, flat curve (0.5 quadratic).
    • Acceleration boost, 100%.
    • Brake boost, 0-100%, up to you, be aware that it’s stong.
  2. Go to the field weakening tab and:
    • Enable field weakening for sport mode.
    • Configure as follows: 15 km/h, 0A, 1500.
  3. Under Motor Settings, select 20 or 24khz.

Field Weakening Calculations and Logic

What is Field Weakening?

Field weakening is a technique commonly used with 3-phase electric motors to achieve higher speeds in electric vehicles like scooters. It allows the motor to operate beyond its rated voltage and rpm, which can result in increased top speed. However, implementing field weakening comes with trade-offs, including increased battery usage, higher motor temperatures, and potential additional expenses.

Field Weakening Flux Calculation

The calculation for field weakening flux is as follows:

field weakening flux = initial + (“current speed” - “field weakening start speed”) * (variable / 1000)

Here’s a graph of the flux current applied at various speeds comparing the following 2 setups:

Field weakening graph

Custom batteries and BMS emulation

After installing a custom battery in specific scooter models, you might notice that the display no longer shows the battery charge percentage. This occurs because the scooter’s original Battery Management System (BMS) uses a communication cable to provide this information, among other functions. As a workaround, BMS emulation can be employed. This method calculates the battery’s charge level based purely on the system’s voltage, a viable approach due to the linear relationship between voltage and charge state.

For configuration, access the Utility app and navigate to the ‘Config’ tab. Here, you will find the BMS emulation option towards the bottom. In this section, enter the details of your battery, including the number of series groups and the total capacity. It’s crucial to ensure the minimum and maximum cell group voltages are set correctly, ideally matching or being more conservative than those specified by your BMS. The voltage range for a Li-Ion cell typically spans from 3 to 4.2V, but your BMS may have specific cutoff limits for charging and discharging. Adjust these settings according to your BMS’s limits or opt for the default if uncertain.

Note, BMS emulation is necessary only if you’ve completely replaced the original battery. If you’ve added an additional pack in series with matching or higher capacity, or if you have another battery in parallel, BMS emulation is not required. In cases of parallel battery configurations, the primary adjustment needed is to disable the charging mode, which can be found in the system settings. This guide aims to facilitate a seamless transition to custom battery usage, ensuring optimal performance and compatibility.

Given:

The formula to calculate the battery percentage (Battery_%) is:

Battery_% = ((V_current - V_min) / (V_max - V_min)) * 100

Where:

Ant bms gif showing current use

Example of what I_total of 42A actually looks on a flat road while requesting 30A torque, 30A flux.

ADC modding info (G30)

Special thanks to BXLR for providing valuable information on the R_adc logic.

Open Calculator

Note1: Make sure to adjust R_adc, as it plays a significant role in ADC modding. Note2: You can also measure your battery voltage and then increase the divider voltage until the system voltage reading matches your previous meassuring. Note3: You only need to touch this setting once you changed the resistors on the esc.

Contributors to this repo

A big thank you to everyone who has contributed to making this project a success!

License

This project is licensed under the MIT License.

Please review the LICENSE file for detailed terms and conditions.

Note: The MIT License is applied to this project. While it allows for wide use and modification, it comes with no warranties or guarantees. The project contributors and maintainers are not responsible for any issues, damages, or liabilities that may arise from the use of this software.

Author Information

This guide has been written by lekrsu, who can be reached on Discord with the tag lekrsu and on Telegram with the username lekrsu. You’re welcome to send a pull request if you feel like the information needs correction.