Neucrack

Results 350 comments of Neucrack

[pack them to `*.kfpkg` file](http://blog.sipeed.com/p/390.html), and download to flash with [kflash](https://github.com/sipeed/kflash_gui)

maybe these links can help you? http://blog.sipeed.com/p/category/maix-software https://www.youtube.com/watch?v=fZ4QbtAjKXo&t=30s https://www.instructables.com/id/Transfer-Learning-With-Sipeed-MaiX-and-Arduino-IDE/

it's pretty strange, which version of maixpy? Get the latest and try again : https://dl.sipeed.com/MAIX/MaixPy/release/master

Specify pins here: https://github.com/sipeed/MaixPy_scripts/blob/639e9dded8139b51f1e2457406462e8cde9e0bdc/hardware/demo_touchscreen.py#L11 if you use go, that should be like this: ![2109762902](https://user-images.githubusercontent.com/8625829/58538923-c6601880-8228-11e9-9ef3-7c6c8a7355cf.jpg) ![image](https://user-images.githubusercontent.com/8625829/58538959-e0016000-8228-11e9-9b6e-18d82b4d3fa9.png)

the touchscreen device is `ns2009`, communicate with i2c, you can use `i2c.scan()` to find device: ``` from machine import I2C i2c= I2C(I2C.I2C0, freq=200000, scl=30, sda=31) devices = i2c.scan() print(devices) ```...

http://dl.sipeed.com/MAIX/HDK/Maix-GO/Maix-GO_2.20/Maix_GO_2.20%28Schematic%29.pdf http://dl.sipeed.com/MAIX/HDK/Maix-LCD/Maix_LCD_12.07/Maix_LCD_12.07%28Schematic%29.pdf https://github.com/sipeed/LicheeDan_K210_examples/tree/master/src/lvgl try this firmware, download it with kflash_gui: https://github.com/sipeed/LicheeDan_K210_examples/blob/master/src/lvgl/lvgl.bin

we are preparing code, open source a few later @vamoosebbf

make sure esp32's firmware is the latest, and if you use the master's firmware, you should change anothor resources instead of Alice.jpg, because it now become a `https` url, you...

https://github.com/sipeed/MaixPy/issues/82 model: http://dl.sipeed.com/MAIX/MaixPy/model/face_model_at_0x300000.kfpkg burn tool: https://github.com/sipeed/kflash_gui pack `*,kfpkg` file : http://blog.sipeed.com/p/390.html

sipeed/kflash_gui#1