Search found 1717 matches

by BenR
Wed Apr 10, 2024 10:19 am
Forum: General
Topic: Modbus TCP Slave
Replies: 33
Views: 2257

Re: Modbus TCP Slave

Looks like the bug is in the library somewhere. Looking into it again for you today.
by BenR
Wed Apr 10, 2024 10:18 am
Forum: Bug Reports
Topic: ESP32-S3_Mini not compiling
Replies: 18
Views: 1092

Re: ESP32-S3_Mini not compiling

Hi Stefan,

That is very odd. I've just taken a look at your latest project file C3_24_1 but it's an empty project, is that the correct file?
by BenR
Wed Apr 10, 2024 10:04 am
Forum: Feature Requests
Topic: IPS display ST7735 80 X 160
Replies: 6
Views: 394

Re: IPS display ST7735 80 X 160

Hello,

There's now a tested working component available for you now if you do a full database library update.
by BenR
Tue Apr 09, 2024 5:16 pm
Forum: Bug Reports
Topic: ESP32 RTC: date when using UTC offset
Replies: 3
Views: 944

Re: ESP32 RTC: date when using UTC offset

Hello,

I've had a look and we seem to be doing things right. What value are you using for yout UTCOffset?
by BenR
Wed Apr 03, 2024 3:41 pm
Forum: Feature Requests
Topic: ISO7816 T=0 Com Protocol
Replies: 1
Views: 165

Re: ISO7816 T=0 Com Protocol

Hi Alan, There's some code here which looks simple enough for us to port across into Flowcode. http://www.tobiasfeigl.de/2015/12/23/arduino-atmel32u4-smart-card-reader-iso-7816-protocol-t1/ What worries me slightly is that parts of the schematic have been blanked out. I wonder if there is a licensin...
by BenR
Thu Mar 28, 2024 2:18 pm
Forum: General
Topic: Modbus TCP Slave
Replies: 33
Views: 2257

Re: Modbus TCP Slave

Hello,

I've replicated the problem and am working on a fix for you.
by BenR
Mon Mar 25, 2024 4:06 pm
Forum: General
Topic: RTC_ESP32_NTP returns a byte with "GetYear"?
Replies: 2
Views: 747

Re: RTC_ESP32_NTP returns a byte with "GetYear"?

Hello,

It seems to be buried in the time library for the ESP IDF. I've had a quick dig in to try and find out more but haven't made much progress. Looks to be being truncated to 2 digits somewhere.
by BenR
Mon Mar 25, 2024 2:40 pm
Forum: Feature Requests
Topic: Can you provide a component for the "Matrix Keypad Module V3.0" keyboard?
Replies: 4
Views: 882

Re: Can you provide a component for the "Matrix Keypad Module V3.0" keyboard?

Hello, Looks like this board and the chip is potentially pretty niche and so writing a component around it at the moment probably isn't that appealing. I say this mainly because I can't find them for sale anywhere. However the I2C interface looks simple enough so I've put together an example for you...
by BenR
Fri Mar 22, 2024 10:29 am
Forum: Bug Reports
Topic: ESP32-S3_Mini not compiling
Replies: 18
Views: 1092

Re: ESP32-S3_Mini not compiling

Hello, This is the error you're getting. C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_SPI.c:156:52: error: 'HSPI_HOST' undeclared (first use in this function); did you mean 'SPI3_HOST'? Did you add the code snippet to the top window of the Supplementary Code? Could you please attach your lat...
by BenR
Fri Mar 22, 2024 10:25 am
Forum: General
Topic: Programs cannot be loaded to some clone Arduino nanos
Replies: 6
Views: 862

Re: Programs cannot be loaded to some clone Arduino nanos

Hello, From my experience with Clone Nanos and they are brilliant for the price but usually come with either no firmware or wrong firmware. If you have a working Uno handy then you can load this with the ISP firmware and then use it as a tool to load the bootloader onto the Nano devices. https://sup...