Skip to main content

Russian eBike Goes Everywhere, Possibly Legal

Electric bikes may be taking the world by storm, but the world itself doesn’t have a single way of regulating ebikes’ use on public roads. Whether or not your ebike is legal to ride on the street or sidewalk where you live depends mostly on… where you live. If you’re lucky enough to live in a place where a bicycle is legally defined as having fewer than four wheels and capable of being powered by a human, though, this interesting bike from Russia might be the best homemade ebike we’ve ever seen. (Video embedded below the break.)

While some of the details of this build might be lost on those of us who do not know any Slavic languages, the video itself shows off the features of this electric vehicle build quite well. It has a custom built frame with two wheels up front, each with its own independent suspension, allowing it to traverse extremely rough terrain with ease even a mountain bike might not be able to achieve. It seems to be powered by a relatively simple rear hub in the single rear wheel, and can probably achieve speeds in the 20 km/h range while holding one passenger and possibly some cargo.

The impressive part of this build isn’t so much the electrification, but rather the suspension components. Anyone looking for an offroad vehicle may be able to take a bit of inspiration from this build. If you’re more interested in the drivetrain, there are plenty of other vehicles that use unique electric drivetrains to check out like this electric boat. And, if you happen to know Russian and see some other interesting details in this build that the native English speakers around here may have missed, leave them in the comments for us.



from Hackaday https://ift.tt/2K7t0Db

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...