- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 3 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 3 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 5 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 7 months ago
- Building a 3D Digital Clock with ArduinoPosted 12 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 1 year ago
- Snowflake with ArduinoPosted 1 year ago
- Holographic Christmas TreePosted 1 year ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
Compact Electric Vehicles Welcome Pacer With Open Arms
With Pacer, Faraday Motion wants to provide a set of standard, modular components paired with open-source software for developers and makers to create affordable and simple electric vehicles.
Pacer is build on top of the Arduino core for ESP8266 and is running on the NODEMCU ESP8266 WiFi module. Their open-source software allows the chip to connect to a smartphone or WiFi enabled controller.
Riders can control their speed via their phone’s tilt sensor or the controller’s joystick.
The Berlin-based startup develops open source hardware kits for the mainstream formats.
In order to have a running vehicle in its simplest form you require the following components:
- BLDC Motor
- Motor Controller (for now we only support VESC)
- Battery for power supply (max: 12S configuration)
- NodeMCU
- nRF24 module (optional)
- MPU9150 module (optional)
- Wired Controller (optional)
You can find more information on Pacer’s Github page.