Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ts5h/esp32_mkz4
A customized MKZ4 firmware for ESP32
https://github.com/ts5h/esp32_mkz4
arduino esp32 esp32-arduino mkz4
Last synced: 6 days ago
JSON representation
A customized MKZ4 firmware for ESP32
- Host: GitHub
- URL: https://github.com/ts5h/esp32_mkz4
- Owner: ts5h
- License: bsd-3-clause
- Created: 2022-04-02T20:08:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T00:09:56.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T15:19:36.266Z (over 1 year ago)
- Topics: arduino, esp32, esp32-arduino, mkz4
- Language: C++
- Homepage:
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32 MKZ4
Customized MKZ4 Firmware for ESP32 (**NOT** for ESP8266).
Based on `cerevo/MKZ4`.
https://github.com/cerevo/MKZ4### TAMIYA Wild Mini 4WD
https://www.ebay.com/itm/113952018901### MKZ4 Customize Kit
https://cerevo.shop-pro.jp/?pid=104131889
(Official Shop Link, but may be only in Japan...)![from_right](https://user-images.githubusercontent.com/1344010/216854289-d87a9485-c47a-454f-ab21-436ccbc3e555.jpg)
*My machine works by these codes for now, but I don't expect them to work universally for all your DIY products, so I recommend customizing them as you like.
## Schematic
See below or `schematic/schematic.pdf`
![image](./schematic/schematic.png)## ESP32-Arduino / Installing using Arduino IDE
https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html
## Dependencies
- Servo Library for ESP32
https://www.arduino.cc/reference/en/libraries/esp32servo/
https://github.com/madhephaestus/ESP32Servo## Ex) VS Code / c_cpp_properties.json
Add ESP32 libraries path to "includePath" like below:
```.vscode/c_cpp_properties.json
"includePath": [
"C:\\Users\\your_name\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.2\\libraries",
"${workspaceFolder}/**",
"..\\libraries"
],
```## License
[BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause)