-
I've tried to run below script at my Sipeed MAix Dan Dock(M1w model).
https://github.com/sipeed/MaixPy_scripts/blob/master/network/demo_wifi_ap_scan.py
but got the following error.
```
Tracebac…
-
I've tried to run /network/demo_wifi_ap_scan.py but I got the following error.
![image](https://user-images.githubusercontent.com/1331349/61595728-e4993200-ac35-11e9-924a-4f4f82bd8503.png)
That …
-
I'm trying to get started with my Maixduino Kit by running some examples from the Arduino IDE, such as Blink, but I'm stuck. When I try and upload I get the error:
Cannot run program "/usr/loca…
-
I see you added debugging configuration for all boards. Do they really have FTDI + JLink on-board debugging probes?
-
On both my Maixduino and maix-bit boards, I flashed maixpy_v0.4.0_30_g0fc8098 and maixpy_v0.4.0_17_g1212f5d firmwares. Supposedly, the flashing was successfull, but nothing on the screen, and impossib…
-
hi, I'm Bits from sipeed, we made the MAIX board, port micropython and arduino to MAIX, called MaixPy and Maixduino.
We have port basic littlevGL to both of them, and very glad to see you create this …
bitsk updated
5 years ago
-
https://github.com/sipeed/Maixduino/blob/master/libraries/Maix_Speech_Recognition/examples/voice_control_led_en/voice_model.h
-
Install maxiduino, the serial port name will always be Sipeed "Maix One Dock...", even if connect Arduino Uno Board
![Screenshot from 2019-04-23 13-41-06](https://user-images.githubusercontent.com/1…
-
Try this simple code directly in console and it works fine
`from Maix import GPIO`
`fm.register(board_info.LED_B, fm.fpioa.GPIO0)`
`led_r=GPIO(GPIO.GPIO0,GPIO.OUT)`
`led_r.value(0)`
But when …
-
Thanks for making this repository. I think the arduino compatibility could be more important for large scale adoption of the k210 boards of Sipeed than micropython is.
However, there are some issue…