vortistep.blogg.se

Hover board
Hover board




  1. Hover board code#
  2. Hover board Bluetooth#

There are 11 variants, including the original.Ĭomplete the 2021 Christmas Event quests. (Cat Hoverboard is fast due to it only being obtained by completing all skill levels, being difficult to complete.) However, the steampunk hoverboard and sleigh hoverboard are slow due to them being free. It can be purchased for 250 as a Gamepass or unlocked with certain requirements for free.Ĭertain Hoverboard has different speed, Like the Sleigh hoverboard, Cat hoverboard, Flame Hoverboard, Steampunk Hoverboard and Bling Hoverboard. The Hoverboard is a feature that increases movement speed and a cosmetic. This will no longer be obtainable on Jan 22, 2022. BiPropellant - fork which focusses on reliable machine control, but also retains HoverBoard functionality if desired.This page includes content in-game that can only be accessed or obtained during a certain period.TranspOtterNG TranspOtter is an open source semi self driving transportation platform based on hoverboard hardware.

Hover board Bluetooth#

  • wheel chair controlled with a joystick or using a CC2650 sensortag to control it over bluetooth with pitch/roll.
  • bobbycar-optimized firmware based on this one with driving modes, acceleration ramps and some other features.
  • Hover board code#

    Bidirectional UART communication with Arduino example code.breakout/interconnect boards Breakout/Interconnection boards for hoverboard hacking.If you need additional features like a boost button, have a look at the while(1) loop in the main.c Hoverboardhack for AT32F403RCT6 based mainboards from an Arduino or raspberryPi, can be found here: That's where you configure to firmware to match your project.Ĭurrently supported: Wii Nunchuck, analog potentiometer and PPM-Sum signal from a RC remote.Ī good example of control via UART, eg. Have a look at the config.h in the Inc directory. Solder ~100k Ohm resistors between ADC-inputs and gnd directly on the mainboard. It works well even on 1m unshielded cable. Most robust way for input is to use the ADC and potis. To many errors leads to very high accelerations which triggers the protection board within the battery to shut everything down. Keep cables short, use shielded cable, use ferrits, stabilize voltage in nunchuck or reviever, add i2c pullups. Nunchuck or PPM working bad: The i2c bus and PPM signal are very sensitive to emv distortions of the motor controller. Nunchuck not working: Use the right one of the 2 types of nunchucks. However, some hoverboards have a different layout then others, and this might be the reason your motor isn't spinning. Usually, color-correct mapping (blue to blue, green to green, yellow to yellow) works fine.

    hover board

    If the motors do something, but don't rotate smooth and quietly, try to use an alternative phase mapping. If the board draws more than 100mA in idle, it's probably broken. Openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c flash "write_image erase build/hover.bin 0x8000000"įirst, check that power is connected and voltage is >36V while flashing. To unlock the flash, use the following OpenOCD command: If you never flashed your mainboard before, the STM is probably locked. To flash the STM32, use the ST-Flash utility ( ). Battery > 36V have to be connected while flashing. Make sure you hold the powerbutton or connect a jumper to the power button pins while flashing the firmware, as the STM might release the power latch and switches itself off during flashing. Connect GND, SWDIO and SWCLK to your SWD programmer, like the ST-Link found on many STM devboards.ĭo not power the mainboard from the 3.3V of your programmer! This has already killed multiple mainboards. Right to the STM32, there is a debugging header with GND, 3V3, SWDIO and SWCLK. ") (version 7 works, there is a version that does not!) (if the ons in linux repos do not work, use the official version: ). Make sure you have specified your gcc-arm-none-eabi binary location in the Makefile ("PREFIX =. The reverse-engineered schematics of the mainboard can be found here: They break out GND, 12/15V and USART2&3 of the Hoverboard mainboard.īoth USART2 & 3 can be used for UART and I2C, PA2&3 can be used as 12bit ADCs.

    hover board

    The original Hardware supports two 4-pin cables that originally were connected to the two sensor boards. If possible, a prebuild firmware release is available for these usecases, so you don't need to compile the firmware yourself Here are detailed build instructions for some finished projects. If you want an overview of what you can do with this firmware, here is a ~40min video of a talk about this project: The firmware you can find here allows you to use your Hoverboard Hardware (like the Mainboard, Motors and Battery) for cool projects like driving armchairs, person-tracking transportation robots and every other application you can imagine that requires controlling the Motors. This repo contains open source firmware for generic Hoverboard Mainboards.






    Hover board