Search found 692 matches

by stefan.erni
Thu Mar 21, 2024 11:55 am
Forum: Bug Reports
Topic: ESP32-S3_Mini not compiling
Replies: 18
Views: 1107

Re: ESP32-S3_Mini not compiling

Yes here...
S3_24_1.msg - Copy.txt
(27.76 KiB) Downloaded 24 times
by stefan.erni
Thu Mar 21, 2024 11:15 am
Forum: Bug Reports
Topic: ESP32-S3_Mini not compiling
Replies: 18
Views: 1107

Re: ESP32-S3_Mini not compiling

Hi Ben Perfect it's compiling with Led on/off ! So i connented the display and it's compiling only if I use the SPI in software mode. The display works fine in software mode. Maybe you can take a look at why it doesn't work with the hardware SPI Softwaremode ok: Snag_c2b21a.png Program: S3_24_1.fcfx
by stefan.erni
Thu Mar 21, 2024 9:16 am
Forum: Bug Reports
Topic: ESP32-S3_Mini not compiling
Replies: 18
Views: 1107

ESP32-S3_Mini not compiling

Hi Ben

I use a simple Led on/off program

ESP32-S3_DeviceKitC is ok
ESP32-S3_Mini is not compiling.
A fatal error occurred: This chip is ESP32-S3 not ESP32-S2. Wrong --chip argument?
CMake Error at run_serial_tool.cmake:56 (message):
by stefan.erni
Wed Mar 20, 2024 10:12 am
Forum: General
Topic: ESP32 _ESP32_SDMode (4Bit) OpenFile return
Replies: 19
Views: 1506

Re: ESP32 _ESP32_SDMode (4Bit) OpenFile return

Hi Ben The card is working in ESP32_SD_Mode 4Bit perfect with the maximal speed I can choose 40Mhz . So this is a very good solution with Flowcode. The same type of card is working in my hardware with a PIC32MZ on 50Mhz. I'm recording a lot and most time 8 hours nonstop. This is a very stable and re...
by stefan.erni
Tue Mar 19, 2024 1:15 pm
Forum: General
Topic: ESP32 _ESP32_SDMode (4Bit) OpenFile return
Replies: 19
Views: 1506

Re: ESP32 _ESP32_SDMode (4Bit) OpenFile return

Hi Ben Yes the display is working with 32Mhz (with 35Mhz not anymore) so I set to 30Mhz. That's great! The card still init. If i set the Initial 1Mhz and Highspeed to 8Mhz, the card init is ok. But if I set Initial 1Mhz and Highspeed to 10Mhz the cards does not init anymore. Actually I'm only testin...
by stefan.erni
Tue Mar 19, 2024 10:44 am
Forum: General
Topic: ESP32 _ESP32_SDMode (4Bit) OpenFile return
Replies: 19
Views: 1506

Re: ESP32 _ESP32_SDMode (4Bit) OpenFile return

Hi Ben Perfect! It's working fine. Now I just have one small problem left, with this hardware. I have already written a post that something is wrong with the SPI clock. Display and SD-Card are on the same Spi- Bus and I have to set the clock to the slowest clock from the SD-Card initial. That makes ...
by stefan.erni
Tue Mar 19, 2024 8:27 am
Forum: General
Topic: ESP32 _ESP32_SDMode (4Bit) OpenFile return
Replies: 19
Views: 1506

Re: ESP32 _ESP32_SDMode (4Bit) OpenFile return

Hi Ben Yes This one is odd. Variable a have used: Snag_556b0ae.png Command a have used: Snag_5573d9c.png I get the same as yesterday so I made a new test and used Byte Array, Int Array and Long Aarray Also I reduced to 16 numbers so it' easy to read in the file later Snag_566ed0d.png Snag_5587bd9.pn...
by stefan.erni
Mon Mar 18, 2024 1:24 pm
Forum: General
Topic: ESP32 _ESP32_SDMode (4Bit) OpenFile return
Replies: 19
Views: 1506

Re: ESP32 _ESP32_SDMode (4Bit) OpenFile return

Hi Ben SD_Component: ESP32_SDMode (4Bit): Snag_1500405.png It's working perfect ESP32_SD Mode (4Bit) AppendIntAarayToFile. SD_Component:File SD/SDHC Snag_14e35bd.png So I tested the "normal SD-component" as well. Something is not working properly there. One part of the integer is always dec 61 an "a...
by stefan.erni
Mon Mar 18, 2024 10:49 am
Forum: General
Topic: ESP32 _ESP32_SDMode (4Bit) OpenFile return
Replies: 19
Views: 1506

Re: ESP32 _ESP32_SDMode (4Bit) OpenFile return

Hi Ben

It's working perfect! Thank you.

I checked it and created the array a little more elegantly.
Snag_c1bac9.png
Snag_c1bac9.png (75.98 KiB) Viewed 337 times
Snag_c1ea94.png
Snag_c1ea94.png (14.56 KiB) Viewed 337 times
by stefan.erni
Fri Mar 15, 2024 2:04 pm
Forum: General
Topic: ESP32 _ESP32_SDMode (4Bit) OpenFile return
Replies: 19
Views: 1506

Re: ESP32 _ESP32_SDMode (4Bit) OpenFile return

Hi Ben If i append an array with number 0-19 in a loop, it's working fine. But if i change value 10 and 11 to a special value like "\r\n" and "\n\r" in hex value its not append the rest of the array anymore. Set the array: Snag_53ff7a.png result is perfect: Snag_54988e.png Set the array with special...