Search found 886 matches
- 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...
- 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-...
- 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
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
- 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?
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?
- 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...
- 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:
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:
- 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
try these settings. Works for me on PC and Android
Classic Bluetooth SPP Protocol
- 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:
with while: no wait 1Mhz:
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:
with while: no wait 1Mhz:
- 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...
- 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?
That should work with the smartphone.
You have to start the menuconfig.bat
Can You try to start this?