Search found 1707 matches

by BenR
Tue Mar 19, 2024 11:54 am
Forum: General
Topic: ESP32 _ESP32_SDMode (4Bit) OpenFile return
Replies: 19
Views: 1132

Re: ESP32 _ESP32_SDMode (4Bit) OpenFile return

Aha right the SD initial rate in v10 was being ignored if the SPI channel was already initialised by something else e.g. the display. So I've hopefully solved this now in the latest version and the low speed mode should be imposed. So this will now happen. Display starts up and sets the SPI clock to...
by BenR
Tue Mar 19, 2024 11:45 am
Forum: General
Topic: ESP32 _ESP32_SDMode (4Bit) OpenFile return
Replies: 19
Views: 1132

Re: ESP32 _ESP32_SDMode (4Bit) OpenFile return

As for your SPI speed issue the difference between v9 and v10 could just be the order of the components in the project. There was a change for v10 which meant that shared peripherals like the SPI now only produce one set of code instead of having two or more sets of code that essentially did the sam...
by BenR
Tue Mar 19, 2024 10:15 am
Forum: General
Topic: ESP32 _ESP32_SDMode (4Bit) OpenFile return
Replies: 19
Views: 1132

Re: ESP32 _ESP32_SDMode (4Bit) OpenFile return

Many thanks for that, it helped. I've found the problem, I'm using the type conversion to get the bytes but this is then being used again inside the append byte and so the value gets corrupted. I've put a new version on the library updates for you now that should solve the problem by reloading the t...
by BenR
Mon Mar 18, 2024 3:32 pm
Forum: General
Topic: ESP32 _ESP32_SDMode (4Bit) OpenFile return
Replies: 19
Views: 1132

Re: ESP32 _ESP32_SDMode (4Bit) OpenFile return

This one is odd, I can't see anything obviously wrong and I exported and imported the macro for the SD mode component so it's very odd. Please can you just double check your array your passing in is a INT type array.
by BenR
Mon Mar 18, 2024 10:32 am
Forum: General
Topic: Modbus TCP Slave
Replies: 32
Views: 1059

Re: Modbus TCP Slave

Hello,

I'm doing some work with the W5500 at the moment so I'll see if I can replicate the problem and find a solution for you.
by BenR
Mon Mar 18, 2024 10:30 am
Forum: Feature Requests
Topic: IPS display ST7735 80 X 160
Replies: 3
Views: 182

Re: IPS display ST7735 80 X 160

I've bought one for you so I can develop a component. Should hopefully arrive later this week.

https://www.ebay.co.uk/itm/386858565278
by BenR
Mon Mar 18, 2024 10:09 am
Forum: Bug Reports
Topic: Macro file sd/sdhc bug
Replies: 8
Views: 253

Re: Macro file sd/sdhc bug

Hello,

Please change the CS pin of the SD component to pin D10 / PORTB.2, this should solve the problem.
CS_Pin.jpg
CS_Pin.jpg (26.7 KiB) Viewed 165 times

Please see my first post for an explaination.
by BenR
Mon Mar 18, 2024 10:01 am
Forum: General
Topic: ESP32 _ESP32_SDMode (4Bit) OpenFile return
Replies: 19
Views: 1132

Re: ESP32 _ESP32_SDMode (4Bit) OpenFile return

Hi Stefan, Right ok that is odd, looks to be something deep within the fputc function which is returning an error when it gets those characters. It writes both bytes in the INT before checking the error return. I can't look at the library itself to see what it's doing because it's precompiled. I've ...
by BenR
Fri Mar 15, 2024 10:36 am
Forum: General
Topic: esp and git 2.44
Replies: 3
Views: 186

Re: esp and git 2.44

Thanks for letting us know and glad you've now got it resolved. Could be a bug in the latest version of Git that will likely get ironed out again in a later version.
by BenR
Fri Mar 15, 2024 10:31 am
Forum: General
Topic: ESP32 _ESP32_SDMode (4Bit) OpenFile return
Replies: 19
Views: 1132

Re: ESP32 _ESP32_SDMode (4Bit) OpenFile return

Excellent glad it's working correctly for you now, I've now added the INT, Long and Float array read/write functions so hopefully that will help.

Please let me know if you have any issues.