Hello from France

jclaudej
Posts: 2
Joined: Sun Dec 10, 2023 1:30 pm

Hello from France

Postby jclaudej » Sun Dec 10, 2023 1:44 pm

I am a new user of ESP32 and I need your help to understand this fantastic product ;)

Sorry for my English language who isn't perfect and top of taht my 68 years aren't an advantage :)

I have some experience with industrial automation but you can considere that I am a newbies

I had already used Arduino Uno and my inteerest for ESP32 is the communication WiFi.

My firts question is about version of my ESP32 (normaly Expressif) =>
https://www.amazon.fr/dp/B0B4DPKJTQ?ref ... tails&th=1

I don't find if it's C2, C3 ... ?

Seconde question about the message of serial communication IDE Arduino :
  • 14:26:43.567 ->
    14:26:43.567 -> rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
    14:26:43.567 -> configsip: 0, SPIWP:0xee
    14:26:43.567 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
    14:26:43.567 -> mode:DIO, clock div:1
    14:26:43.567 -> load:0x3fff0030,len:1344
    14:26:43.567 -> load:0x40078000,len:13964
    14:26:43.567 -> load:0x40080400,len:3600
    14:26:43.717 -> entry 0x400805f0
    14:26:43.843 -> E (179) psram: PSRAM ID read error: 0xffffffff
    14:26:46.076 -> Connecting to WiFi
    14:26:46.076 -> ....
    14:26:50.078 -> WiFi connecté
    14:26:50.078 -> 192.168.1.2 : 192.168.1.198
What's this read error ?

I hope your understanding and your help.

jclaudej

ESP_Sprite
Posts: 9729
Joined: Thu Nov 26, 2015 4:08 am

Re: Hello from France

Postby ESP_Sprite » Mon Dec 11, 2023 12:42 am

jclaudej wrote:
Sun Dec 10, 2023 1:44 pm
Sorry for my English language who isn't perfect and top of taht my 68 years aren't an advantage :)
No worries, your English is better than my French :)
My firts question is about version of my ESP32 (normaly Expressif) =>
https://www.amazon.fr/dp/B0B4DPKJTQ?ref ... tails&th=1

I don't find if it's C2, C3 ... ?
That board has a (clone of an) ESP-Wroom-32 on board, which contains the 'classic' ESP32.
14:26:43.843 -> E (179) psram: PSRAM ID read error: 0xffffffff
What's this read error ?
ESP32 chips can have external PSRAM attached, which enables you to use more memory than the 500'ish K of internal RAM. Your module does not have that, and the read error is the Arduino environment trying to probe that chip. You can ignore it.

jclaudej
Posts: 2
Joined: Sun Dec 10, 2023 1:30 pm

Re: Hello from France

Postby jclaudej » Mon Dec 11, 2023 12:53 pm

Thank a lot for your help but I need your help beacause when I try to load the following program inside my esp32

Code: Select all

esphome:
  name: esphome-web-e36494
  friendly_name: ESPHome Web e36494

esp32:
  board: esp32dev
  framework:
    type: arduino

# Enable logging
logger:

# Enable Home Assistant API
api:
  encryption:
    key: "souR3/tpme3dh3z4Dg5hsQy476J1kxf+U0jCPpXLg6Y="

ota:


wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "Esphome-Web-E36494"
    password: "mg4kfyu9qmtC"

captive_portal:

web_server :
  port: 80

  # Example configuration entry
dallas:
  - pin: GPIO14

# Individual sensors
sensor:
  - platform: dallas
    address: 0x1C0000031EDD2A28
    name: "Temperature Piscine"
    
I get the following message :

Code: Select all

NFO ESPHome 2023.11.6
INFO Reading configuration /config/esphome/esphome-web-e36494.yaml...
INFO Generating C++ source...
INFO Compiling app...
Processing esphome-web-e36494 (board: esp32dev; framework: arduino; platform: platformio/espressif32@5.4.0)
--------------------------------------------------------------------------------
HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
 - toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch5
Dependency Graph
|-- AsyncTCP-esphome @ 2.0.1
|-- WiFi @ 2.0.0
|-- FS @ 2.0.0
|-- Update @ 2.0.0
|-- ESPAsyncWebServer-esphome @ 3.1.0
|-- DNSServer @ 2.0.0
|-- ESPmDNS @ 2.0.0
|-- noise-c @ 0.1.4
|-- ArduinoJson @ 6.18.5
Compiling .pioenvs/esphome-web-e36494/src/esphome/components/api/api_connection.cpp.o
sh: 1: xtensa-esp32-elf-g++: Permission denied
*** [.pioenvs/esphome-web-e36494/src/esphome/components/api/api_connection.cpp.o] Error 127
Compiling .pioenvs/esphome-web-e36494/src/esphome/components/api/api_frame_helper.cpp.o
sh: 1: xtensa-esp32-elf-g++: Permission denied
*** [.pioenvs/esphome-web-e36494/src/esphome/components/api/api_frame_helper.cpp.o] Error 127
========================== [FAILED] Took 4.54 seconds ==========================
Do you have an idea about this problem ?

ESP_Sprite
Posts: 9729
Joined: Thu Nov 26, 2015 4:08 am

Re: Hello from France

Postby ESP_Sprite » Tue Dec 12, 2023 7:57 am

Sorry, I have no experience with esphome.

Who is online

Users browsing this forum: akasaka_spk and 71 guests