-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from arduino-libraries/devel
0.4.0
- Loading branch information
Showing
7 changed files
with
98 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,42 @@ | ||
# Arduino_Alvik | ||
Arduino Alvik library, code with your Alvik | ||
Arduino Alvik library, code your Alvik | ||
|
||
<br> | ||
|
||
To use this library, you need an [Arduino® Alvik](https://store.arduino.cc/pages/alvik) robot. | ||
|
||
Once the Arduino® Nano ESP32 of the robot is attached to the computer, select `Arduino Nano ESP32` from Arduino IDE 2 to program it. | ||
|
||
<br> | ||
|
||
## Color Calibration | ||
|
||
Flash `color_calibration` sketch into Arduino Nano ESP32 mounted on Alvik and follow the instructions on serial monitor. | ||
|
||
The white and black values will be written into ESP32 EEPROM. | ||
|
||
<br> | ||
|
||
## How to update firmware of Arduino Alvik Carrier | ||
|
||
Since this [issue](https://github.com/stm32duino/Arduino_Core_STM32/issues/2292), Arduino® Alvik Carrier is not integrated yet into STM32duino's boards. | ||
|
||
<br> | ||
|
||
At the moment, it is possible to: | ||
- flash `bridge_firmware_updater` example into Arduino Nano ESP32 mounted on Alvik | ||
- use [STM32CubeProgrammer](https://www.st.com/en/development-tools/stm32cubeprog.html) to flash the new firmware. | ||
|
||
<br> | ||
|
||
|
||
In particular these settings are needed: | ||
- UART communication with DTR setted to 1 in STM32CubeProgrammer | ||
- robot must be turned on. | ||
|
||
|
||
## Useful links | ||
|
||
- [arduino-alvik-mpy](https://github.com/arduino/arduino-alvik-mpy), micropython version of the library | ||
- [Arduino_AlvikCarrier](https://github.com/arduino-libraries/Arduino_AlvikCarrier), arduino library required to build the firmware | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=Arduino_Alvik | ||
version=0.3.0 | ||
version=0.4.0 | ||
author=Arduino, Giovanni di Dio Bruno, Lucio Rossi | ||
maintainer=Arduino <[email protected]> | ||
sentence=Library to code Arduino Alvik robot | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters