Search found 886 matches

by stefan.erni
Fri Mar 21, 2025 7:57 am
Forum: General
Topic: ESP32 read I2C speed increase
Replies: 38
Views: 8126

Re: ESP32 read I2C speed increase

Hi Martin I will continue to use the ESP32 in my project with slow sample rate and also because of the SD-Card which is perfect for slow sampling rates. Bluetooth and USB also work great with the ESP32. But the fact that the interrupt hangs on most commands bothers me. And so everything together, it...
by stefan.erni
Wed Mar 19, 2025 1:57 pm
Forum: Feature Requests
Topic: STM32F405 no pin for sd-card
Replies: 0
Views: 239

STM32F405 no pin for sd-card

I would also like to use this board ,but I found the same problem with the sd-card. 2025-03-19_14-54-13.PNG on board is a sd-card but I can not choose the pin for the sd-card this is for: SDI=D2 SDO=C8 CLK=C12 CS=C11 is ok :) maybe you could use the 4Bit mode right away? here the schematic: 2025-03-...
by stefan.erni
Wed Mar 19, 2025 1:27 pm
Forum: Feature Requests
Topic: STM32F469I-DISCO board SD-Card Pin not available
Replies: 0
Views: 58

STM32F469I-DISCO board SD-Card Pin not available

On my STM32F469I-DISCO board is a sd-card but I can not choose the pin for the sd-card
this is for:
SDI=D12
SDO=G14
CLK=A12

CS=B14 is ok :)

maybe you could use the 4Bit mode right away?
here the schematic
2025-03-19_13-38-45.PNG
2025-03-19_13-38-45.PNG (197.26 KiB) Viewed 58 times
by stefan.erni
Tue Mar 18, 2025 10:17 am
Forum: Bug Reports
Topic: ESP32 4Bit SD-Mode Init problem
Replies: 15
Views: 7211

Re: ESP32 4Bit SD-Mode Init problem

Hi Martin

I can write sectors with the old SD component, is this also possible with the 4bit SD component?
And can the 4Bit Sd component also work on an STM32?
by stefan.erni
Thu Mar 13, 2025 5:14 pm
Forum: Bug Reports
Topic: ESP32 4Bit SD-Mode Init problem
Replies: 15
Views: 7211

Re: ESP32 4Bit SD-Mode Init problem

Hi Martin I made a second version of my programme. I have used the normal SD card component and am testing it now with this I have replaced all commands. i guess it is slow but i can maybe write sectoren with 512byte like by the PIC32 The pins are like this: 2025-03-13_17-16-30.PNG config the Sd com...
by stefan.erni
Wed Mar 12, 2025 3:42 pm
Forum: Bug Reports
Topic: ESP32 4Bit SD-Mode Init problem
Replies: 15
Views: 7211

Re: ESP32 4Bit SD-Mode Init problem

Hi Martin

1. change to the next sector much faster

It would already help if this time was reduced by half. It's just a change to the next sector

reduce the "orange" time:
2025-03-12_16-36-12.PNG
2025-03-12_16-36-12.PNG (150.42 KiB) Viewed 468 times
by stefan.erni
Thu Mar 06, 2025 8:39 am
Forum: General
Topic: ESP32 Bluetooth update please?
Replies: 4
Views: 1071

Re: ESP32 Bluetooth update please?

Hi MJU20

try these settings. Works for me on PC and Android
Classic Bluetooth SPP Protocol
Bluetooth ESP32 SPP 2025_03_06.pdf
(75.67 KiB) Downloaded 16 times
by stefan.erni
Wed Mar 05, 2025 3:05 pm
Forum: General
Topic: ESP32 read I2C speed increase
Replies: 38
Views: 8126

Re: ESP32 read I2C speed increase

Hi Martin

Yes, that works. For a 1Mhz clock I don't need a wait.

I have not yet tested the values I am reading, but it is fast and in the interrupt macro! That is very good!

no delay ist the best:
2025-03-05_15-58-13.PNG
2025-03-05_15-58-13.PNG (121.6 KiB) Viewed 854 times

with while:
scope_109.png
scope_109.png (38.67 KiB) Viewed 854 times
no wait 1Mhz:
scope_114.png
scope_114.png (32.71 KiB) Viewed 854 times
by stefan.erni
Wed Mar 05, 2025 8:27 am
Forum: General
Topic: Clock setting Help!!
Replies: 11
Views: 1542

Re: Clock setting Help!!

Hi seokgi , Hi Martin It is also possible to change the BRG register without the clock. The number 216 works for me for 115200. You can calculate this for your configuration or try it out. For very slow baud rates you should also look at bit3 in the U2MODE register Insert after Monitor init: 2025-03...
by stefan.erni
Wed Mar 05, 2025 7:57 am
Forum: General
Topic: ESP32 Bluetooth update please?
Replies: 4
Views: 1071

Re: ESP32 Bluetooth update please?

Hi MJU20

That should work with the smartphone.

You have to start the menuconfig.bat
Can You try to start this?
2025-03-05_08-52-57.PNG
2025-03-05_08-52-57.PNG (160.82 KiB) Viewed 1004 times