Changes between Initial Version and Version 1 of ESP32Hacking


Ignore:
Timestamp:
08/06/19 09:54:32 (5 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ESP32Hacking

    v1 v1  
     1Wemos LoLin32 clone with OLED
     2https://projetsdiy.fr/deballage-clone-wemos-esp32-lolin-ecran-oled-monochrome-ssd1306/
     3
     4
     5https://docs.espressif.com/projects/esp-idf/en/latest/security/secure-boot.html#signed-app-verify
     6https://docs.espressif.com/projects/esp-idf/en/latest/security/secure-boot.html#secure-boot-generate-key
     7https://docs.espressif.com/projects/esp-idf/en/latest/security/secure-boot.html#remote-sign-image
     8
     9Board details:
     10  - Adruino 'Tools -> Board': WEMOS LOLIN32
     11  - OLED display wired differently use: SSD1306Wire  display(0x3c, 5, 4)
     12
     13In Arduino preferences:
     14  - Additional Boards Manager URLs: https://dl.espressif.com/dl/package_esp32_index.json
     15
     16Add extra libraries:
     17    $ cd /home/rick/Arduino/libraries
     18    $ git clone https://github.com/ThingPulse/esp8266-oled-ssd1306.git
     19    $ git clone https://github.com/arduino-libraries/NTPClient.git
     20
     21
     22Interesting cross-platform implementation
     23=========================================
     24  - https://freertos.org/index.html
     25  - https://aws.amazon.com/freertos/
     26
     27
     28ESP32 own toolchain has support for more resent features:
     29    https://dl.espressif.com/doc/esp-idf/latest/get-started/index.html#build-and-flash
     30
     31https://exploreembedded.com/wiki/Overview_of_ESP32_features._What_do_they_practically_mean%3F
     32https://www.espressif.com/sites/default/files/documentation/esp32_technical_reference_manual_en.pdf
     33http://esp-idf.readthedocs.io/en/latest/api-guides/ulp_instruction_set.html
     34
     35
     36Issues
     37======
     38Onboard temperature sensor not working
     39--------------------------------------
     40    https://github.com/espressif/esp-idf/issues/146
     41    http://wiki.jackslab.org/ESP32_Onchip_Sensor
     42
     43
     44https://sigmdel.ca/michel/ha/rpi/add_mqtt_en.html
     45https://sigmdel.ca/michel/ha/domoticz/domoticz_add_mqtt_en.html