Close
0%
0%

Hoverboards for Assistive Devices

Want to motorize a wheeled assistive device? What better than a hacked hoverboard with brushless motors, electronics and power.

Public Chat
Similar projects worth following
Cerebral Palsy (CP) is a disorder that affect a person’s ability to move and maintain balance and posture. CP is the most common motor disability in childhood.

Commercial motorized devices for children with CP (and other motor disorders) are very expensive, and are outgrown quickly. Groups like "Go Baby Go" take motorized toy cars and adapt them for kids by adding button and joysticks.

But, what I wanted to do was find an inexpensive way to motorize any Assistive Devices that is already wheeled, but not power driven. This would allow a new level of independence for the user.

As a robotics coach I know how to make things move. You build a drive chassis, and then add power systems and software. But, a hoverboard (HB) already has all the right elements built into a compact chassis for a very low price.

I took the challenge to create a generic Hoverboard drive system that could be adapted to most wheeled devices, and be run by a joystick.

Overview

My ultimate goal for this project is to develop an open framework for adding low cost power systems to unpowered mobility devices used by children.  I like brining "structure" to a range of existing solutions, so my plan was to choose a suitable mobility platform (in this case, the ubiquitous Hoverboard) and devise a strategy whereby tech-savvy hobbyists could add a power drive to just about any wheeled device.

Here is the current status: as a 5 min video Log.

I've teamed up with a Occupational Therapist who's function is to focus my goals and provide real-world challenges for me to base my solutions around.

I will develop and evolve requirements and interface spec's as I explore the world of assistive devices.  I will document the project progress here, and publish code on Github.

Here's an easy way to absorb this project in nice chunks:

My goal here is to show that the concept of using a Hoverboard to motorize an adaptive transport system has a WIDE range of applications.  Adding a power drive provides the user with new independence.  No longer will they be at the mercy of someone to push them around.  

I want the formulae to be simple.  1) Beg, borrow or make a basic wheeled device. 2) Reprogram a Hoverboard to accept joystick commands. 3) Pick the best joystick for the user, and 4) combine all three items together.

I am creating simple and inexpensive solutions for 2) and 3).  Along the way, I'll build some examples of how you can solve steps 1 and 4 on a case by case basis.

Currently I have two different prototypes.  One is based on an expensive  Jenx Multi-Stander , and the other is my own home-brew DIY concept.  Both demonstrate using a hacked Hoverboard as their "drive" system.  I used a hard-wired joystick for the stander, but then I developed a bluetooth Joystick interface for the newer DIY version.

Some teaser tech details:

Both prototypes uses a HOVER-1 ULTRA hoverboard, running custom firmware on the 2 original Hoverboard Motor controllers.  The first prototype has an additional embedded ESP32 based controller that interfaces with an external joystick, and generates motion profiles.   The second prototype has a bluetooth module added to the hoverboard, which takes commands from a custom wireless Joystick controller.

My next task is to get some user feedback on the joystick motion profiles.  I expect that I may have to play with acceleration rates, and time/velocity profiles for driving and turning.  

I'm currently only using about 20% of the full velocity available, but the HOVER-1 ULTRA is still very controllable.  I have implemented a simple P(ID) speed control to enable accurate speed across the full range of motion.  

Layout.png

Layout for the ESP32 Controller board. V1.1

Portable Network Graphics (PNG) - 53.25 kB - 01/05/2021 at 20:31

Preview
Download

Schematic.png

Schematic for ESP32 controller board. Connects to both Motor controllers using two cables that each plug into the existing 4-pin ribbon crossover cable.

Portable Network Graphics (PNG) - 34.33 kB - 01/05/2021 at 20:29

Preview
Download

HUGS Protocol Doc.pdf

This is the specification for the HUGS Communications Protocol.

Adobe Portable Document Format - 412.99 kB - 04/17/2020 at 15:44

Preview
Download

  • Log #15 New Joystick PCB testing.

    Phil Malone10/05/2020 at 13:14 0 comments

    In Log #12, I shows the latest updates to my BluJoy Hoverboard controller.  After the initial tests using the HM-11 Bluetooth interface, I decided to try using the newer HM-19 module that supports Bluetooth 5.0 BLE.

    Suffice it to say this was not a very satisfying experience.  Yes, it did cut the power demand on the controller battery, but it was fraught with other issues.  Despite being touted as fully compatible with the HM-11, it had several very key differences in the AT command structure which caused no end of problems with my code, and the reliability of my hoverboard control strategy.

    Simple areas where they could have maintained backward compatibility, they did not.  Such things as changing the codes for Baud rate selection, and minor changes in the wording of responses.

    So...  I am currently sticking with the HM-11 which seems to do a fine job of wirelessly transmitting joystick commands to the Hoverboard.

    I also enhanced the PCB board design to reduce it's size, and provide some additional LED system status.

    In the picture above, you can see the original PCB below, and the new one above.  By reducing the width, it's possible to fit this new board inside the shell of a gamepad controller.  The pads across the bottom can be used for a switch based joystick, or a potentiometer based joystick.

    The current PCB, Schematic and PIC firmware for this board are all available in the Github Repo linked in this project's main page.

    Below you can see this new PB integrated with a potentiometer joystick.  Two AAA cells are located below the board for power.  Wires run to the two Pots, and an E-Stop button.

    There are two buttons on the PCB labeled TYPE and SPEED.  The TYPE button is used to set the type of joystick interface required.  Currently this can be either Button or Potentiometer.  As more adaptive interfaces are created, these choices can be expanded.  The SPEED button lets you choose between nine (9) different max speed ranges.  These span from snail-pace to super-fast.  The last chosen settings are saved in FLASH memory and automatically recalled next time the unit is powered up.

    The firmware uses several power saving features to extend battery life.  The CPU is normally in Deep Sleep mode with the Bluetooth module and joystick powered down.  When the E-STOP button is clicked, the unit wakes up and looks for it's matching Bluetooth device on the hoverboard.  If it's not seen in a short while, the unit powers back down again.  If it sees the Hoverboard, it connects and starts sending joystick data.

    If the Hoverboard is no longer communicating (because it's been powered down, or gone out of range) the joystick powers back down into deep sleep mode.

    The matching HUGs firmware on the hoverboard also monitors the Joystick communications and immediately stops driving if the joystick data is missing for more than 0.5 seconds.  It can also be commanded to shutdown completely if the user presses the E-STOP button for a second or more.

    As an aside, I'm eager to try adapting some other joysticks.  In particular I'd like to interface the Byte mouse described on another Hackaday project.

  • Log #14 Next Gen DIY Mobility Device.

    Phil Malone10/05/2020 at 01:52 0 comments

    In Log #11 I created a low cost child mobility device using my adapted hoverboard, a child car-seat and a pile of PVC.  In this log I'll show the second generation version of this concept.

    The original PVC design worked, but it was hardly robust.  The hoverboard was attached to the seat and the PVC via luggage straps which were not particularly effective.  In addition, having the single caster wheel at the rear of the vehicle made it longer, and prone to tip forward when stopping.

    I decided to redesign the PVC frame using larger PVC, and incorporate a much more rugged attachment for the car seat.

    Since I planned to try this version out with some young volunteers, I wanted to improve the aesthetic, so I used 3/4" furniture grade PVC from www.FormUFit.com .  I love their PVC because it's available in cool colors, had lots of different fittings and all the edges are beveled for a smooth person-friendly finish.

    Here you can see the basic PVC frame attached to the Hoverboard using the 1/4" bolts and top-plate.  The black triangle is the base of the Car Seat that would normally fit in the crease between the base and back of the automobile back seat.

    The seat was attached to the frame by punching holes in the back of the base and fitting it over two lengths of PVC as shown below.  

    The front of the seat is anchored to two short uprights using metal screws.  It's not going anywhere !!!

    Since the seat is located above and in front of the hoverboard, the casters needed to be placed at the front of the device.  Two skateboard style casters were added to an aluminum plate which was bolted to the frame.  A pair of foot pegs were also added for comfort.  The final version is shown below.

    My final challenge is to use the "Cup Holder" mounts to allow me to adapt the chair to a range of different joystick types.  These could be traditional joysticks, or something made from large buttons for a small child.

    To test this mobile device, I used my wireless BluJoy circuit and hacked an old game controller for the housing (see later log).  I rans some tests with a range of increasing control speeds from snail-pace to something akin to Elon Musk's Ludacris-Mode (not shown in video :).

  • 2020 Hackaday Prize review.

    Phil Malone08/16/2020 at 02:47 0 comments

    Since I've entered this project in the 2020 Hackaday Prize (UCPLA non-profit category), It's worth reviewing the judging criteria to make sure I've got everything covered.

    First, here's a link to the actual Competition Submission video:   

    According to the rules, the first step is to be included in the Entry round.  

    Entry Round: At the close of the Entry Round Period, a panel of qualified judges
    appointed by Sponsor will select up to one hundred (100) submissions to advance to the
    Final Round based on the following four (4) evenly-weighted judging criteria:

    1. How effective of a solution is the entry to the challenge it is responding to?
    2. How thoroughly documented were the design process & design decisions?
    3. How ready is this design to be manufactured?
    4. How complete is the project?


    In my case I've submitted my project for:
    The Best Nonprofit Solution, sponsored by United Cerebral Palsy Los Angeles (UCPLA).  

    Their open challenge is for High Quality Tools and Devices For Creative Expression:

    Cerebral Palsy is a group of disorders that affects movement, muscle tone, or posture.
    Generalized symptoms appear during infancy or in early childhood and include impaired movement, abnormal reflexes, involuntary movements, unsteady walking, trouble swallowing, or eye muscle imbalance, which makes it difficult for both eyes to focus on the same thing.

    This challenge seeks new designs for adaptive tools like tripods, workstations, trackballs, or joysticks that can be made affordable and open source. The purpose of these designs is to give individuals with cerebral palsy and/or other physical challenges greater independence in their lives. 

    So.. It's time to self-evaluate, and see if I'm covering the goals of the evaluation criteria.

    Read more »

  • Log #12 The "BluJoy" Bluetooth Joystick interface.

    Phil Malone08/14/2020 at 19:53 0 comments

    In Log #10 I experimented with Bluetooth modules to see if I could make a low cost wireless Joystick controller for my hacked hoverboards.  My early success led me to design a custom PCB that could satisfy several requirements:

    1) The board must be able to interface to either a micro-switch, or potentiometer based Joystick.

    2) It must be able to generate smooth (trapezoid profile) velocity commands .

    3) It must provide a fool-proof Bluetooth interface from the joystick to the hoverboard. 

    4) It must run on batteries, but have a long operational life (> 50 hours) and standby time (> 30 days).

    My first prototype is shown below.

    It may not be immediately obvious, but the board is pretty small.  It's just 1 1/4" x 3 1/4".   

    What you may find interesting, are the two slots on the board.  These are designed to enable me to snap the board into two pieces (see the top of the photo).  The piece on the left is the Joystick interface and Bluetooth (BT) module.  The piece on the right is the matching bluetooth (BT) module that will plug onto the header strip on the hoverboard motor controller.  You also can't tell from the photo, but there is a battery holder on the back of the larger board, that holds two AAA batteries.  You can see the large rectangle outline on the top silk screen.

    The part of this design that I'm most proud of is the way that the two bluetooth modules are set up to automatically pair with each other.  The HM-11 bluetooth modules can be configured using "AT" commands, which is a command style invented with the first analog MODEMS back in the late seventy's, but has been adopted by serial bluetooth modules.

    Each module has a unique address (like a MAC address), and if you know one BT module's address, you can configure another BT module to connect to it on startup.  The trick is reading each module's address and assigning the matching module to connect to it.  This can be done manually with a serial terminal, but the BluJoy program has a dedicated setup mode to do this automatically.  If you look at the reverse side of the board, you will see that there are some power and data traces that pass between the two sides.  

    Each board will come from the manufacturer with blank HM-11 BT modules installed.  To set up the boards, the BluJoy.X program is loaded, and then the two buttons are pressed and held for 4 seconds.  This will trigger the pairing mode where the PIC processor will read each BT module's address, and then configure the opposite module to connect to that address.  The program also sets each BT module's baud rate, Master/Slave relationship and any other parameters.  The code then sends "HELLO" messages into the Slave module on the Joystick side, and verifies that they are received on the Hoverboard side.

    Once the setup and verification is complete, the board can be snapped in two, ready for installation in a hoverboard and joystick.

    This module uses a PIC16LF18446 microprocessor which I chose because it had some key features I required, plus is was available in a relatively small 20 pin SOP package.  In particular, it's the smallest PIC processor with a serial USART (for talking to a BT module) and and EEPROM for storing non- volatile parameters, type of joystick and speed ranges.

    Although the PIC16LF18446 only has one serial port, it also has a PPS (Peripheral Pin Select module) which lets you dynamically switch I/O functions between different pins on the chip.  This let me switch the Serial RX and TX pins between the two BT modules to read and write different parameters.  This was the first time I used a PIC PPS module, and now that I have seen what it can do I don't think I'll ever use a PIC processor that doesn't have one.  

    As an example of how useful the PPS is, in my first PCB I got my RX and TX pins confused when routing between the PIC and BT modules. ...

    Read more »

  • Log #11 DIY Mobility Device.

    Phil Malone07/30/2020 at 20:12 0 comments

    Starting in Log #7, I detailed the process of using my hacked hoverboard to add a power drive to a commercial "Stander".

    In this log, I want to shift to the other end of the spectrum: a complete DIY Mobility device, based on the same Hoverboard Hack.   I'm trying to develop ideas that can be implemented without a large outlay of cash, so this one is based on hardware that the family of the impaired child should already have:  An automotive car seat.

    My idea was to build a simple frame that would allow a car seat to be mounted to a hover-board, and add a caster to provide a third balance point.  I would use small cargo straps to attaching the hover-board to the frame and the seat, so it would just take a bit of creativity to adapt to a specific seat.

    I'm still working on my bluetooth joystick design, so I tested out my prototype HoverChair with my Prototype BluJoy joystick.

  • Log #10 Wireless Control. Take 2

    Phil Malone07/26/2020 at 22:42 0 comments

    My first attempt at adding a wireless remote controller to the Hoverboard wasn't really successful (see Log #5).  Using the ESP32 controller's WiFI capabilities increased the current demand by enough to  overload the Hover-Board's 5V regulator.

    So, for my drive testing, I just switched to a wired joystick.

    However, after some live testing, I really wanted to try wirless again, so I started researching some lower power alternatives.  I ran though a whole range of analog and digital "garage door remote control" style chip sets, but I really couldn't find any I was happy with.

    Then I started researching various Bluetooth serial link modules.  I started with the HC-05 which is a master/slave device that can be used to establish an automatic connection between two serial ports.  This was pretty easy to setup, but it seemed a bit dated.  The next version I discovered was the HM-10 which is newer, and uses less power.  

    To create a Joystick that could be used with either of these devices, I'd need to put some sort of microcontroller in the Joystick, and then have it talk to a serial port on the Hoverboard.  The Hover-Board motor controllers have several serial ports onboard, but I'd been trying to ONLY use the ones that were normally used for Master/Slave communications.  This had required me to add a Micro-Controller inside the Hover-Board case, and have it plug into each of the motor controller boards.  In this way, both controllers were acting as "SLAVES".

    After much soul searching, I decided to abandon this approach, and use one of the "debug" serial ports on the Master Motor Controller.  This mean that I could go back to using a single flipped cable to connect between the Master and Slave controllers.  My HUGS protocol was still compatible with  passing commands between the two controllers, and I could ALSO use it to pass commands from the Joystick to the Master controller.

    This new approach has some key benefits:

    1) I could remove most of the extra wiring I had added to the Hover-Board.  This would make it easier for other hackers to replicate my setup.

    2) The only electronics that needed to be added to the Hover-Board was an HC-05 Bluetooth module which could be connected directly to the REMOTE port on the Master Motor Controller board.  This reduced the 5V power load to only 8mA

    The downsides to this approach were:

    1) I had to solder a set of header pins to the Master Motor Controller board.  This was easy enough for me, but it does require some decent tools and some reasonable skill.  I had been trying to avoid anyone else having to mod the controller boards because they use high voltage and current, so bad soldering can be disastrous.  

    2) The joystick also now needs a HC-05 module, PIC (or other) processor and a battery that needs to be managed to get a reasonable run life.  I did some testing with a Blink-Master board I had on hand.  It gave me a convenient way to try out some PIC code with the HM-10 carrier board.

    My plan is now to produce a custom PCB that can be used for the Joystick, with a snap-off segment that forms a smaller PCB to be used inside the Hover-Board.  Instead of using the full sized module on it's carrier, I'll probably just use the minimal surface-mount module.  Here is the HM-10 and it's little brother, the HM-11.  Note: Those are 1/4" grid squares they are sitting on.

    I'll open-source the PIC software and protocol so anyone can create their own joystick/controller using a pic, arduino or other smart controller.  You could even use a Raspberry PI, and do image processing for a visual controller.

  • Log #9 BLDC Hybrid drive with "2-speed Shifter"

    Phil Malone07/22/2020 at 19:25 0 comments

    While I was experimenting with controlling the speed of the H/B drive wheels, I realized that really slow speed control was difficult to achieve with reasonable torque.  This is unfortunate, because I'm anticipating needing slow (safe) speeds, but I still want to be able to drag a heavy device and child around.

    The mainstream control method is to look at the hall effect sensors to determine the current phase, and then drive the desired (next) phase with a PWM signal.  The duty cycle of the PWM signal controls the "strength" of the rotational torque which effects the speed of rotation.  So to get a very slow speed, the PWM duty cycle must be very low, and then so is the torque.

    I started researching other brushless drive strategies, and came across several articled that described how to run a BLDC (Brush Less DC) motor like a stepper motor.  Anyone who has used a stepper motor knows that the torque is very high, and you can move them slowly, but they are very "cog-y".

    The speed of a stepper motor is set by manually stepping the drive phases through their sequence at the desired rate.  This essentially ignores the normal system of letting the motor free-run, and holds each step for the desired duration.

    Since you are effectively holding the motor in stall, you do need to worry about heating.  But you can still use the PWM to vary the amount of current/torque available.  Unfortunately, this type of drive strategy produces a very noisy and "shaky" wheel motion.  This is because the hoverboard wheel is divided into 90 "steps", so each phase jump corresponds to about 1/4" of forward motion.  

    I finally came upon a more elegant way to run the motors in Stepper Mode.  If you have the processing power available, you can switch from square waves to sine waves for driving the phase coils.  Technically this is called micro-stepping.  

    In this mode, instead of jumping from one phase to the next, the wheel does a smooth transfer (in micro steps).  It's not perfect, but it's much quieter.  I also discovered that instead of using a pure sinusoid, you can use a different curve (called a constant power curve) which is apparently smoother.  I tried both methods and eventually decided on the constant power curve.  To implement this, I used a spreadsheet to determine the curve values, and then I coded them as a lookup table with 1 degree steps.  Since my PWM values go from 0-1000 that's how I scaled the table, but eventually I decided to scale these values down to 1/8th of this to limit self-heating of the motor.

    Having discovered and implemented this new drive strategy, I ran some tests.  I discovered:

    1) I could accelerate very slowly a stop to a preset velocity with a substantial amount of torque.

    2) Rather than using a pure sinusoid, there is a modified "constant power" cure that can provide a smoother motion.

    3) If you are not careful you can overheat the wheel (and probably the drive FETs) if you don't scale down the overall voltage when applying the drive curve.

    4) Once the rotational speed reaches a certain point (about 5% of full speed for me) the motor will start to jump and skip steps if it's put under load.  I suspect this is because I'm not able to run through the Sine wave power curve fast enough.

    So, I had a dilemma.  The classic drive method works great for high speeds but lousy at slow speeds, and the new stepper method is great for slow speeds but lousy at high speeds.  

    My solution was to create a hybrid mode that switches between the two drive methods at a certain drive speed.  The chosen "shifting" speed is the top speed that the stepper method works well.   The final implementation of this strategy can be found in my hoverboard repo.  Check out the bldc.c code.

    My code can run the drive in several modes:

    0) Open loop constant power (traditional)

    1) Closed loop...

    Read more »

  • Log #8 Mechanical Interface. 2nd Gen.

    Phil Malone04/18/2020 at 13:10 0 comments

    In Log #7 I showed my first attempt at pairing the hoverboard with the Jenx Stander.

    It was OK, but not optimal.  I really wanted to find a method that still used the Caster mounts, but one that provided a better turning radius, was very robust, and did not require major mods to the hoverboard itself.  This meant I had to disassemble the hoverboard and really look at it's internal structure.  I wanted to find a way to design an external mounting plate that could be attached to the hoverboard using existing mounting holes, surfaces etc.

    The HOVER-1 ULTRA uses a very strong cast aluminum frame with plastic clamshell covers to shield the electronics.  (See this gallery pic).  What was interesting is that there are opening in the aluminum underneath the electronics to allow the "foot detect" switch actuators pass through.  These are beam-break sensors on the bottom of the PCB that are actuated by rubber mounted pressure plates on the outside of the hoverboard.  After completely disassembling the hoverboard I could investigate my options.`

    The underside is on the left, and the topside is on the right.

    The one thing I was most concerned with, when designing the mounting method, was keeping the attach-point as close as possible to the wheels.  The further away these two points were, the greater the buckling force would be on the board and the mounting plate.  Greater forces mean heavier plates and bigger bolts etc.  

    In the end I think I came up with a clever solution.  I would form a hoverboard "sandwich" by placing a small aluminum plate on either side of the board, and tie them together with bolts that went through the large openings.  I would use an oversized bolt, which would also form the mounting point.  The "bread" plates on the underside of the board would actually be small disks that bolted to the chassis using the holes that were used to hold the rubber beam breakers in place.  On the topside I would use a single plate, with two matching holes, that fit snugly inside a depression in the casting.

    Each side of the hoverboard only really needed one mounting point, so the other bolt was just used to firmly anchor the top plate in place, and help spread the load.  The bolt that is going to be a mounting point is attached to it's disk with a locknut, so once it's screwed in place it won't move. The other shorter bolt was inserted through the top plate and just attached to the mounted disk with a nut.  

    Note: My plan is to change this method by adding captive rivet nuts to the disks so all the bolts are just inserted from the top once everything is assembled.

    I made my first prototypes by hand, but getting the hole spacing and location correct was a pain.  Since I knew I would need more I did a quick CAD design and order a few sets from  sendcutsend.com  You should never discount the time it takes to make a part, and the benefit gained from paying a service to fab it accurately for you.

    Since the resulting bolt spacing did not match the caster wheel spacing, I had to remove the connecting pivot bar from between the two hoverboard halves.  This was actually the most difficult mechanical part of the project, because the ring-clips used to hold the bar in place was a PAIN to get off.  I then mounted the two halves to the frame to see how strong everything was.  Since the caster mounting holes were inside 1" steel tubes, when everything was bolted together, the resulting structure was immensely strong.  With the 3/8" bolt snugged (not cranked) down there was absolutely no wobble or deflection when I placed a load on the Stander.

    The only issue was that I could rotate the hoverboard due to it's single point of attachment.  So I decided I just needed to replace the central pivot tube with something else to keep the two sides aligned.  This posed a bit of a problem since...

    Read more »

  • Log #7 Mechanical Interface. 1st Gen.

    Phil Malone04/17/2020 at 23:47 0 comments

    In Log #6 I showed how I had gotten the Hoverboard driving, but now I had to consider how I was going to mechanically link it with specific assistive platforms.

    When I contacted a local Occupational Therapist, she showed me two "Standers" that were used by her children clients.  These were marvelous mechanical structures designed to support a child with limited, or no muscular strength or stability (my non-medical description).  

    The two specific devices I reviewed were the Jenx Multi-Stander and the Jenx Standz: Abduction stander.  The smaller Multi-Stander is shown below in green, and the larger Abduction stander is shown in yellow.

    I had initially thought I would be trying to add a power drive to a lower cost plastic structure, like a toy ride-in car, but these much heavier structures posed a different challenge.

    With a cheap toy, there would be no issues making major mechanical mods to incorporate the Hoverboard drive, but these medical devices range in price from $2-5K so any addition of an external power drive needs to be non invasive. Translation: no drilling holes or bending parts.

    The good news was that in both cases the casters are removable with a socket wrench, and so I decided to look for ways to use the existing caster mount-points to attached to the hoverboard.  The smaller Multi-Stander was available for me to "play with" so I decided to make this my test case.

    The tubular caster supports each has a 3/8" hole so as long as I could use a 3/8" bolt, I was golden.

    My first approach was to make brackets that could bolt to the Stander (in place of the casters), and then clip on top of the hoverboard (fitting around the wheel guards).   Since the hoverboard was too wide to fit inside the caster mounts, it would need to be slung out further back/forward than the casters.  This would impose a considerable torque on any mount.  I made some aluminum brackets out of 1/8" thick L-channel.  I used the L shape to prevent bending.

    The brackets worked reasonably well, but they had some issues:

    I was hoping that the weight of the Stander resting on the brackets would anchor them to the hoverboard, but this wasn't the case.  The rotational torque of the drive when trying to spin the Stander was quite large, and so the hoverboard would lift up and try to spin.  As a temporary fix, I used Gorilla Tape to hold the brackets to the hoverboard.

    The other issues was that the Stander tended to rotate around the center of the hoverboard, and this caused it to traverse a very wide arc.  This made it difficult to navigate in tight spaces.  

    Ideally, I wanted to move the drive closer to the center of the Standar, without obstructing any of the mechanisms.

  • Log #6 Motion Control

    Phil Malone04/17/2020 at 20:52 0 comments

    In Log #5 I discussed wireless vs wired control input, and eventually decided on a simpler wired input system.

    I have now assembled all the mechanical and electrical components to produce a working Joystick controlled hoverboard.  Next I needed to decide on an initial motion control strategy.

    My first concern was that if a fragile child would be directing the drive system, the resulting motions needed to gentle yet responsive.  My first thoughts were that I needed to control acceleration and deceleration, more so than just speed or power.  I also felt that the drive needed to stop more quickly than it started simply to prevent running into things.

    My initial code established a strategy for applying an acceleration limit, based on target speed and elapsed cycle time.  I tweaked this strategy to allow for a larger acceleration when starting movement than for stopping (eg, if the desired speed was zero, then a larger acceleration limit would be applied).

    I then chose different speed and acceleration constants for the axial (fwd/rev) and yaw (left and right) motions.

    Needless to say I did a lot of testing with my "make-shift" adaptive platform to get my best "initial" values.

    As I was experimenting with the drive, I realized that the final version was probably going to need to be a lot slower, so I would be using a pretty small portion of the full speed range.  From my experience with youth robotics teams I know that once you start dropping the voltage on motors using Pulse Width Modulation (PWM), you also reduce the torque available to the motor to overcome things like friction and inertia.  So starting to move from a stopped position smoothly can be tough.

    So I decided to implement closed loop control for the motor drive.  This essentially means that instead of requesting a certain Power for the drive, you are actually requesting a speed (or velocity if you consider moving forward and backwards).  Then, it's up to the controller to measure the speed, compare it with the requested speed, and then automatically adjust the power to make the actual match the requested.  Thus the control loop is "Closed" using feedback.

    I had already implemented speed measurement in the hoverboard code, but I stepped it up a notch by counting individual phase steps, rather than full phases.  This gave me 90 "encoder" counts per revolution.  

    I then implemented a simple Proportional controller with Feed-Forward added.  Testing showed that this method ensures that even if I only ask for 1% speed,  I get a solid motion.

    I was finally ready to try adding the Hoverboard to a REAL assistive device.  The challenge was now going to be combining two mechanical systems that were never meant to be combined.

View all 15 project logs

  • 1
    Mobility prototype, and illustration of Hoverboard modification.

    The following video shows the basic operation of a DIY mobility device (using a hacked hoverboard running the HUGS protocol) and then shows how the components were built or modified.  The narrated description starts at time 0:50.

View all instructions

Enjoy this project?

Share

Discussions

Craig wrote 06/15/2021 at 23:07 point

FYI, I was able to get V3.2 to compile by modifying a couple of calls but... later I found that somehow it interfered with the hall sensor pin. Everything else worked okay which confused me.

  Are you sure? yes | no

Phil Malone wrote 06/15/2021 at 23:37 point

OH.  I didn't connect your comment about 3.2 fixing the issue with your Hall pin problem.  That's very weird.  Thanks for the specific issue.  I guess 3.2 tried to run but the hall issue made the wheel timing be off.

  Are you sure? yes | no

Phil Malone wrote 06/19/2021 at 00:28 point

So I'm building with the 3.1 libraries, but my code seems to be running very slowly.  It's as if a timer constant has changed to make the startup beep about 10 seconds long.  And then when it shuts down the cascade is also very drawn out.  I had to disable the WDT to just get the code to run.  Were there any other issues you found when reverting back to the 3.1 libraries and the latest keil.

  Are you sure? yes | no

Phil Malone wrote 06/19/2021 at 00:57 point

Hey.  I figured this one out for my self.  The stock library file has a different clock selected.  The only difference between the device files I WAS using, and the new device files was these lines in the system_gd32f1x0.c code

//#define __SYSTEM_CLOCK_72M_PLL_HXTAL         (uint32_t)(72000000)
#define __SYSTEM_CLOCK_72M_PLL_IRC8M_DIV2    (uint32_t)(72000000)  

In the generic lib __SYSTEM_CLOCK_72M_PLL_HXTAL  was being used.  Buy the hoverboard code needed to use __SYSTEM_CLOCK_72M_PLL_IRC8M_DIV2

  Are you sure? yes | no

Craig wrote 05/04/2021 at 18:24 point

I am powering the pi with a 3amp output DC-DC converter connected directly to the battery. Works well.

  Are you sure? yes | no

Craig wrote 05/04/2021 at 13:26 point

Phil, I have a new question.  BTW, I resolved the issue below by compiling with firmware version 3.1. I had been using version 3.2 but there is obviously an incompatibility.     I am going down the path of using the Master/Slave UART on both boards to communicate with a RaspberryPi.  On the master board you apply power and need to press the button to startup.  How does the slave board powerup?   Temporarily I added a button to its button connector.  I was thinking the the Master/Slave connector might initiate power up on the slave when the master powers up.  Do you have an insight?

  Are you sure? yes | no

Phil Malone wrote 05/04/2021 at 13:42 point

Hi.   If you interconnect the two 5V lines (that are present on the master/slave USART ports),  when the master board powers up, it will supply 5V across to the slave board which will power up the controller.  This is how the boards power up under normal operation as a hoverboard.   This does require that you then tell both controllers to "power down" when you are done, otherwise the slave board will keep the master board alive via the 5V line.   I found that the 5V regulators on the controller boards can not supply much extra current.  eg: there wasn't enough extra current to power an ESP32 doing WiFi data transfers.  Hopefully you are powering your raspberry pie from another power source?

  Are you sure? yes | no

Phil Malone wrote 06/13/2021 at 20:01 point

Hi

I'm reinstalling the tools on a new machine, and having the same problem.  What software did you need to use older version (3.1), and where did you get it?  Thanks.

  Are you sure? yes | no

Craig wrote 06/14/2021 at 00:14 point

get GD32F1x0_Addon_V3.1.0.rar from http://www.gd32mcu.com/en/download/7/p/2 Use the pack installer.. it might be accessible right from the installer. Keill ide when compiling. Look at GitHub comments.

  Are you sure? yes | no

Phil Malone wrote 06/14/2021 at 01:57 point

Thanks.  I got it compiling with the new library, but I haven't tested it on the board yet.  If it doesn't work, I'll need to use the old library.    It's a messy process though....  

  Are you sure? yes | no

Craig wrote 03/29/2021 at 21:40 point

I bought a used 24volt Hoverboard with two controllers.  This is the link from eBay. https://www.ebay.com/itm/Taotao-Twin-Autobalance-Motherboards-Temp-Monitoring-for-24V-UL-Balance-Scooter/114361178933?_trkparms=aid%3D111001%26algo%3DREC.SEED%26ao%3D1%26asc%3D20160908105057%26meid%3D63668ee794914819b06f1647859f0394%26pid%3D100675%26rk%3D4%26rkt%3D15%26mehot%3Dnone%26sd%3D324288651500%26itm%3D114361178933%26pmt%3D0%26noa%3D1%26pg%3D2380057&_trksid=p2380057.c100675.m4236&_trkparms=pageci%3A50819541-90d7-11eb-b05a-1219e2e8ead3%7Cparentrq%3A7fede6641780a4b686f8c749ff9eca18%7Ciid%3A1

  Are you sure? yes | no

Craig wrote 03/08/2021 at 22:20 point

@Phil   I have a problem with Hall sensor SB.  The high voltage reading is 2 volts not 3.3 volts.  It is not the sensor.  It is the circuit board.   Both of my boards read the low voltage.  Would you have any idea why?   Since both boards have the same issue, I am making the assumption that it is the software.

  Are you sure? yes | no

Phil Malone wrote 03/26/2021 at 02:58 point

Sorry for the late reply, I just saw this.  I don't understand the question..  What is "Hall Sensor SB?"  Are these the wheel position sensors?  Where are you reading the voltage?  Which circuit board?  What software are you assuming is wrong....  

  Are you sure? yes | no

Craig wrote 03/26/2021 at 13:31 point

There are three Hall sensor wires coming from the wheel. They are connected on the circuit board to X4.SA SB SC as shown on schematic.  When I read the voltage on the board at SA and SC as I turn the wheel, the high voltage goes to about 3.3 volts but on SB the high voltage goes to 2 volts.   Both boards exhibit the problem. I am guessing either the boards are bad or there is some software configuration that does not match my boards.   I ordered 2 boards from China so I will check these before I make any changes.

  Are you sure? yes | no

Phil Malone wrote 03/26/2021 at 17:27 point

I don't see anything in the code that would imply that it is having any effect on these input voltages.  They are being treated as digital inputs, so in theory 2V is as good as 3v for a digital 1.   Setup and usage code is identical..

  // Init HAL input
  gpio_mode_set(HALL_A_PORT , GPIO_MODE_INPUT, GPIO_PUPD_NONE, HALL_A_PIN);
  gpio_mode_set(HALL_B_PORT , GPIO_MODE_INPUT, GPIO_PUPD_NONE, HALL_B_PIN);
  gpio_mode_set(HALL_C_PORT , GPIO_MODE_INPUT, GPIO_PUPD_NONE, HALL_C_PIN);
  
  ......
  
  // Read hall sensors
  uint8_t hall_a = gpio_input_bit_get(HALL_A_PORT, HALL_A_PIN);
  uint8_t hall_b = gpio_input_bit_get(HALL_B_PORT, HALL_B_PIN);
  uint8_t hall_c = gpio_input_bit_get(HALL_C_PORT, HALL_C_PIN);

I am interested to know exactly which boards you purchased from china.  Do you have a link?

  Are you sure? yes | no

Felix wrote 02/12/2021 at 20:20 point

Hello, we bought a new hoverboard and wanted to load it with new firmware. The problem is we have connected it to our PC with the STM32-Link-V2 and we are unable to connect to the target. can someone help us?

  Are you sure? yes | no

Phil Malone wrote 06/18/2021 at 21:27 point

You may need to download drivers for the ST-LINK module.  https://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-utilities/stsw-link009.html

  Are you sure? yes | no

Craig wrote 12/22/2020 at 15:31 point

Thanks you gave me the answer and a bit more. 

  Are you sure? yes | no

Craig wrote 12/22/2020 at 14:47 point

Phil, can you explain how the power button is connected to the microcontroller? I see in the code how the button turns off the device.   How does the device turn on? 

  Are you sure? yes | no

Phil Malone wrote 12/22/2020 at 15:18 point

Hi.  None of my add-ons are able to turn on the hoverboard remotely.  The power setup on the board that I used was "Interesting".  Each motor controller board has a pair of contacts that can be used to turn that side on or off.  This is a combined mechanical switch, and digital input/output.  When you connect the two terminals it pulls a FET gate up to 36V and turns the board's power on.  This also generates a 5V supply which (if the two controllers are connected by the serial cable) power up the other side.  At this point the master CPU is watching the power button.  If it sees you press the button, it grounds the FET gate which kills the power.    However, the other side is still powered up, so before it shuts down the master has to tell the slave to power down as well.

So, in my case, whatever type of controller I have connected to one of both sides of the hoverboard must do the same thing.  (there is a Shutdown() method in the main.c code that actually twiddles the digital bit to kill power).

If I have the ESP32 connected to both sides, when the ESP sees that I'm pressing the ESTOP button, it sends the shutdown command to both sides via the two serial cables.  If I have a Bluetooth controller only connected to the Master, then the master must relay the shutdown command to the slave.

Unfortunately I don't have a way to turn the hoverboard on, just using the microcontroller, because once the board is turned off, here is no power.  

On my ESP32 solution (which I ultimately abandoned) I just plugged a remote switch into the same two terminals on the motor controller and 

A smart thing to so might be to tap into the raw 36V and run a very low power PIC processor that could close an opto-isolator (or relay) to turn the unit on remotely.

If I missed your specific question, ask me again, but tell me exact scenario.

  Are you sure? yes | no

biskuit4070 wrote 10/27/2020 at 03:49 point

I have downloaded the zip file on Github containing the firmware source code Hoverboard hack

how to compile it in keil? because there is no file uvprojk  in it

  Are you sure? yes | no

Phil Malone wrote 10/27/2020 at 14:12 point

I don't have a uvprojk file in my project folder either, and it builds OK.  But I do have a HUGS.uvprojx file in there (which is also in the repo).  Are these equivalent?    

  Are you sure? yes | no

Craig wrote 10/19/2020 at 22:03 point

Well I successfully built and flashed the board with Florian software.  I am struggling to verify that it is working.   Is it possible to use the Kiel program with the ST-Link 32 to DEBUG (step through the program)?   Do I need all of the cable connected?  BTW, the ADC change appears to me to just be for clarity; no change in meaning.

  Are you sure? yes | no

Phil Malone wrote 10/20/2020 at 14:47 point

I can tell that the code is working if it sounds the tone on the master board.  There should be a short tone when you press the power button to turn the board on, and then when you turn it off, there are a series of descending tones.    Note: I use this  code on a Hover-1 ULTRA hoverboard (as detailed in my readme).  I found that the same code did not work on one of their other "similar looking" controller boards from HOVER-1.  So, basic hardware compatibility may be a problem.

  Are you sure? yes | no

Phil Malone wrote 10/20/2020 at 14:48 point

To do the "tone" test you only need the battery connected and the power switch.  I've never used the debugger capability.  Early on, I sent text messages out one of the serial ports to debug my code.

  Are you sure? yes | no

[deleted]

[this comment has been deleted]

Phil Malone wrote 10/18/2020 at 20:33 point

I don't touch the DMA at all, so all that code must be part of the original repo that mine is based on...   What repo are you starting with?

  Are you sure? yes | no

Craig wrote 10/18/2020 at 20:53 point

I need the latest release of uVision with updated libraries.   I created a new project with new libraries.  Copied the new libraries into the old project and made a mod to setup.c  line 367 adc_external_trigger_source_config(ADC_REGULAR_CHANNEL, ADC_EXTTRIG_REGULAR_NONE); Builds correctly

  Are you sure? yes | no

Phil Malone wrote 10/19/2020 at 18:35 point

Will that change enable the ADC to be triggered?.  ie: TriggerNone vs TriggerSWRCST.  This may compile, but will the ADC run?  ADC is used for battery voltage and current monitoring. 

  Are you sure? yes | no

Phil Malone wrote 10/19/2020 at 18:37 point

Oh, I see now.  It means there is no External ADC trigger.  Internal SW only...

  Are you sure? yes | no

Arjun Gopkumar wrote 10/17/2020 at 14:42 point

Is it maybe possible to take advantage of the control systems which come with the hoverboard and have some sort servo mechanism and tilt to control it more precisely?

  Are you sure? yes | no

Phil Malone wrote 10/18/2020 at 20:31 point

You can only use the existing control software if you want to manually tilt the hoverboard.  There are simple go-cart mechanisms that do this, but they relay on the person to do the tilting.  It seems a bit clunky to me to take a joystick control signal to move a servo which tilts the hoverboard which then needs to measure the tilt to turn it into motor controls.  It's mechanically much more complicated, and mechanics are less reliable.  Much more direct to go straight from joystick to motor controls.    Now, if you cannot get access to the Hoverboard firmware then yes, you would have to resort to mechanically tilting it.

  Are you sure? yes | no

Craig wrote 10/13/2020 at 21:18 point

Great job.  I freaked when I found that I did not have the main controller board.  When downloading the code, what standard hover board connections are necessary?  Can I disconnect all the cables except for the power?

  Are you sure? yes | no

Phil Malone wrote 10/14/2020 at 15:47 point

Hi Craig.  I'll try to answer your questions, but they are a bit unclear to me.  I'm not sure which parts you are talking about...  

You say you did not have the main controller board.  Do you mean one of my designs, or the main Hoverboard control board?  In my early designs I added a ESP32 controller that talked to both boards directly, but later on I just went back to talking to the master controller directly from the joystick, and let it relay commands to the other (slave) side using the existing serial interface.  The latest code supports both methods.

When downloading the code to the hoverboard, you don't need any of the hoverboard connections.  I actually disconnect the battery as well, just in case my latest code change tries to spin the wheels by mistake.  You only need the 4-pin connection that the programmer uses to talk to the board's processor.  In my #2 Log (https://hackaday.io/project/170932-hoverboards-for-assistive-devices/log/176096-log-2-researching-firmware) I have both the programmer and the debug terminal attached, but you just need the programmer.

  Are you sure? yes | no

Craig wrote 10/14/2020 at 17:40 point

Thanks, I was referring to the older style hover board with the large main board. New question: The docs say to depress the power switch while downloading but as you recommend that would be disconnected.  Is it necessary to use the switch?

On first connect, I was trying to unlock the Flash: using ST-Link Utility here is the response.

Can not read memory!

Disable Read Out Protection

Could not set Option bytes

Please reset the target and retry

Tips?

  Are you sure? yes | no

Phil Malone wrote 10/14/2020 at 22:36 point

Sounds like you are doing the correct thing, but There are a couple of different protection bits.  But just to verify, have you watched my video where I show the programming procedure?  It's here at 2:45 https://youtu.be/ktBcFVM4q_k?t=165

On the HOVER-1 controller it is not required to press the power switch or anything like that.  The programming cable powers the processor regardless of the battery state. 

  Are you sure? yes | no

Phil Malone wrote 10/14/2020 at 22:38 point

Also note that you want to use the 3.3V power line from the dongle (not the 5V) for programming.

  Are you sure? yes | no

crispind wrote 09/02/2020 at 19:50 point

Impressive work,
Regarding your joystick; I have used my phone together with the Dabble app and successfully managed to control a motorised stroller (equipped with a hoverboard and ESP32 wroom). This was fairly easy implemented since there’s an Arduino library specially for the ESP32 board (https://github.com/STEMpedia/DabbleESP32).

I had to modify the library slightly though since I couldn’t find a built in command that would stop the stroller if the connection was lost...

No need for extra peripheral hardware which simplified the setup for me at least.

C

  Are you sure? yes | no

Phil Malone wrote 09/23/2020 at 02:26 point

Thanks for the info.  Yes, stopping on a lost connection is pretty essential :)  

  Are you sure? yes | no

Phil Malone wrote 08/14/2020 at 16:35 point

I've just updated my Github Repository link to point to a new "all in one" repo for this project.    https://github.com/gearsincorg/Hoverboards-for-assistive-devices

This repo. includes the Hoverboard firmware,  Bluetooth joystick code & PCB design as well as CAD files.

  Are you sure? yes | no

William Jacoby wrote 08/12/2020 at 03:56 point

From a wheel chair users perspective this is definitely interesting. Is it simple to up the speed.

  Are you sure? yes | no

Phil Malone wrote 08/14/2020 at 15:54 point

Yes.  I'm having to work hard to get good performance at super-slow speeds for a child's unit.  Going fast is much easier.  My current design strategy is that the actual speed range is set IN the controller that's attached to the Joystick.  The Hoverboard itself will accept speeds up to 5 meters per second (darn fast).  My latest Joystick controller will have several selectable speed ranges, with associated trapezoid (smooth) speed profiles.  Buttons on the board can be used to set the speed ranges, and these settings are remembered.   I'm updating my online repo to include the new joystick controller (called BluJoy).  

  Are you sure? yes | no

John Opsahl wrote 07/27/2020 at 02:15 point

I always learn at least one new thing when reading your project logs. Thanks for sharing. After the hacks, do you expect the typical 3 to 4 hours of operarion between battery charges? 

  Are you sure? yes | no

Phil Malone wrote 07/27/2020 at 12:13 point

Thanks, I'll keep adding as much detail as I can on each log... I have a few more pending.  I keep focussing in on the HOVER-1 ULTRA as my platform of choice, and it has a decent 4AH, 36V battery, so it's good for a long haul.  I can't imagine these devices being used for long continuous runs (like a typical hoverboard) so it's hard to predict time between charges.  I suspect most use would be stop and go, with periods of nothing in between. I've maintained the automatic power down logic to minimize unnecessary discharge.  When it's on and idle, the unit pulls about 150mA, so that would set an upper battery limit of about a day if it was kept alive with minimal movement.  Once my PT contact can get back to working with kids, I'll get to do some real tests on battery usage.

  Are you sure? yes | no

Harsh wrote 06/17/2020 at 15:31 point

Hello Phil,

I was wondering if you could provide the schematic diagram of the connections of the ESP module along with the code used for it.
Thanks!

  Are you sure? yes | no

Phil Malone wrote 07/22/2020 at 19:12 point

The ESP32 code is located in the HUGs Github repo that's lined as a resource for this project:  https://github.com/gearsincorg/HUGs.  I have a prototype schematic to go with it, but I've hacked it a bit since then.  I'll add it to the resource list.

  Are you sure? yes | no

Phil Malone wrote 04/16/2020 at 13:02 point

I'm in early prototyping mode.  I've only just started adding this project to Hackaday so it's slow going as I figure out the process.  The project is way ahead of what's currently shown here.  It will take a few days to get logs online in some reasonable form.  If you click on my "Hoverboard Firmware" link it will take you to my GITHUB repo.  Then, click on the number next to the "FORK" box at the top of the page, and it will show you the original repo that I forked from.

  Are you sure? yes | no

KenSamson wrote 04/16/2020 at 02:15 point

Is this still active?    Would you share your code, and point to the github that you found?

  Are you sure? yes | no

Phil Malone wrote 07/22/2020 at 19:13 point

My code, and the repo that I based it on are linked in Log #2.

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates