arduino / arduino-alvik-mpy

Alvik Robot library
Mozilla Public License 2.0
9 stars 2 forks source link

Requiring #34

Closed murilopolese closed 1 day ago

murilopolese commented 1 day ago

I have just updated the Alvik firmware:

Alvik MicroPython Library Version: 1.1.1
Alvik Firmware Version: 1.1.0
Arduino Runtime Version: 0.4.0

And when I tried to call begin on the Alvik library I get the following error:

MPY: soft reboot
MicroPython v1.22.2 on 2024-02-22; Arduino Nano ESP32 with ESP32S3
Type "help()" for more information.
>>> from arduino_alvik import ArduinoAlvik
>>> alvik = ArduinoAlvik()
>>> alvik.begin()

********** PLEASE UPDATE ALVIK FIRMWARE (required: 1.1.0)! Check documentation **********

>>> 

Am I missing something or is this a bug?

gbr1 commented 1 day ago

hi @murilopolese ! Is your robot with a green light only on right side?

murilopolese commented 1 day ago

Where is this green light? There are a few green lights on right now.

murilopolese commented 1 day ago

There is a green light on the nano itself and on the back of the robot there is a green light next to the power switch.

murilopolese commented 1 day ago

It somehow failed the first attempt but on the second try it worked!