Merge pull request #12 from kratz00/micropython

MicroPython clarifications + minor README.md improvements
master
Zvonimir Haramustek 2022-02-10 11:24:35 +01:00 committed by GitHub
commit 57f6c5001a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -17,8 +17,7 @@ Original effort done by [tve](https://github.com/tve/micropython-inkplate6).
### Getting started with micropython on Inkplate
- Flash MicroPython firmware supplied, or from http://micropython.org/download/esp32/ .
- Flash MicroPython firmware for **ESP32 with SPIRAM** from https://micropython.org/download/esp32spiram/
- Port name/number vary on different devices
- Run
```
@ -31,12 +30,13 @@ Original effort done by [tve](https://github.com/tve/micropython-inkplate6).
to erase esp32 flash and then
```
//Linux/Mac
esptool.py --chip esp32 --port /dev/cu.usbserial-1420 write_flash -z 0x1000 esp32spiram-20220117-v1.18.bin
//Windows
esptool.py --chip esp32 --port COM5 write_flash -z 0x1000 esp32spiram-20220117-v1.18.bin
```
to flash supplied firmware. Use esp flash from this repository since its tested with Inkplate.
to flash supplied firmware. Use esp flash from this repository since it's tested with Inkplate.
If you don't have esptool.py installed, install it from here: https://github.com/espressif/esptool, at minimum use version 1.15.
@ -64,9 +64,9 @@ Original effort done by [tve](https://github.com/tve/micropython-inkplate6).
### Examples
The repo contains many examples which can demonstrate the Inkplate capabilites.
- basicBW.py -> demonstrates basic drawing capabilites, as well as drawing some images.
- basicGrayscale.py -> demonstrates basic drawing capabilites, as well as drawing some images.
The repo contains many examples which can demonstrate the Inkplate capabilities.
- basicBW.py -> demonstrates basic drawing capabilities, as well as drawing some images.
- basicGrayscale.py -> demonstrates basic drawing capabilities, as well as drawing some images.
- exampleNetwork.py -> demonstrates connection to WiFi network while drawing the HTTP request response on the screen.
- exampleSd.py -> demonstrates reading files and images from SD card.
- batteryAndTemperatureRead.py -> demonstrates how to read temperature and voltage from internal sensors.
@ -101,5 +101,5 @@ Inkplate is available for purchase via:
Inkplate is open-source. If you are looking for hardware design of the board, check the [Hardware repo for Inkplate 6](https://github.com/e-radionicacom/Inkplate-6-hardware) and [Hardware repo for Inkplate 10](https://github.com/e-radionicacom/Inkplate-10-hardware). You will find 3D printable [enclosure](https://github.com/e-radionicacom/Inkplate-6-hardware/tree/master/3D%20printable%20case) there, as well as [detailed dimensions](https://github.com/e-radionicacom/Inkplate-6-hardware/tree/master/Technical%20drawings). In this repo you will find code for driving the ED060SC7 e-paper display used by Inkplate.
For all questions and issues, please use our [forum](http://forum.e-radionica.com/en) to ask an question.
For all questions and issues, please use our [forum](https://forum.e-radionica.com/en/) to ask a question.
For sales & collaboration, please reach us via [e-mail](mailto:kontakt@e-radionica.com).