Search found 1420 matches

by mnfisher
Sun Apr 30, 2023 9:22 am
Forum: General
Topic: upgrade to Version 10
Replies: 15
Views: 5358

Re: upgrade to Version 10

It looks like an issue in TCPIP_ENC28J60__MakeArpRequest

The arguments are declared as "MX_UINT8 **PFCL_SERVERIP"

but then used as "FCL_SERVERIP[FCL_IDX];"

Does the component need recompiling for v10? or has the way arrays get passed/named changed slightly?

Martin
by mnfisher
Wed Apr 26, 2023 9:02 pm
Forum: General
Topic: ESP32 IDF v5.0 Support
Replies: 31
Views: 77668

Re: ESP32 IDF v5.0 Support

Just testing this with some SPI code - I have the v5 toolchain installed and compiling from a command line 'works' (or at least attempts to compile) Compiling from FC - I get 'Can't find export.bat' In command line - I do 'idf.py set-target esp32-c3' then 'idf.py build' Then idf.py build - and I get...
by mnfisher
Sun Apr 23, 2023 7:08 pm
Forum: Projects - Embedded
Topic: ILI9341 & XPT2046 Touchscreen
Replies: 36
Views: 27886

Re: ILI9341 & XPT2046 Touchscreen

Yes - I have export.bat in c:\esp-idf Your setup is at c:\users\45505\.espressif - I'm not sure if there has been discussion of not liking '.' in the path (or maybe it was ' ' (space) ) Full directory list: test.txt Which version did you have installed - have you 'upgraded' to 5? (Which might not be...
by mnfisher
Sun Apr 23, 2023 6:02 pm
Forum: Projects - Embedded
Topic: ILI9341 & XPT2046 Touchscreen
Replies: 36
Views: 27886

Re: ILI9341 & XPT2046 Touchscreen

Hi Jorgen,

Looks like your esp installation has gone AWOL? Anything else changed - check the esp directory and run install.bat and check that FC still points to the right directory...

Martin
by mnfisher
Sun Apr 23, 2023 5:43 pm
Forum: Projects - Embedded
Topic: ILI9341 & XPT2046 Touchscreen
Replies: 36
Views: 27886

Re: ILI9341 & XPT2046 Touchscreen

The modified esp_cal_spi.c seems to work AOK. All looks good :D using hspi and vspi!

Thanks Ben.
by mnfisher
Sun Apr 23, 2023 2:58 pm
Forum: Projects - Embedded
Topic: ILI9341 & XPT2046 Touchscreen
Replies: 36
Views: 27886

Re: ILI9341 & XPT2046 Touchscreen

Hi Jorgen, - That compiles fine for me... Something awry - you are getting idf.py build Usage: idf.py [OPTIONS] COMMAND1 [ARGS]... [COMMAND2 [ARGS]...]... Try 'idf.py --help' for help. Error: No such option: --no-hints Did you mean --no-warnings? So giving up straight away with a compiler option err...
by mnfisher
Fri Apr 21, 2023 2:56 pm
Forum: Projects - Embedded
Topic: ILI9341 & XPT2046 Touchscreen
Replies: 36
Views: 27886

Re: ILI9341 & XPT2046 Touchscreen

Thanks Ben,

I'll have a play over the weekend...

Martin
by mnfisher
Wed Apr 19, 2023 8:58 am
Forum: General
Topic: Capacitive or resistive touch - FT6206?
Replies: 3
Views: 1682

Re: Capacitive or resistive touch - FT6206?

Hi Jan, The FT6206 is a capacitive touch controller. The source for the FT6X06 doesn't seem to occur in the Wiki - but it should work correctly? I've posted a bit about the XPT2046 (more to come :-) ) (https://www.flowcode.co.uk/forums/viewtopic.php?f=10&t=1854)- which isn't very accurate (resis...
by mnfisher
Sun Apr 16, 2023 11:10 am
Forum: Bug Reports
Topic: ESP32 RXINT2 error
Replies: 1
Views: 1019

Re: ESP32 RXINT2 error

This is a result of the slightly strange naming convention in FC. If you use channel 2 UART (note you seem to have it defined as using channel 1) - you need to use RxInt1 (similarly for channel 1 - use RxInt0) Because you haven't used the relevant channel - the interrupt can't be defined. I think it...
by mnfisher
Thu Apr 13, 2023 9:43 pm
Forum: General
Topic: VL53L0X component modification URGENT
Replies: 9
Views: 4665

Re: VL53L0X component modification URGENT

Well - finally got the range status to display some meaningful values (okay 91 was meaningful - reading okay!) So - embarrassingly - the sensor was picking up on the wires I'd used - the field of view and path of the jumpers just gave a enough of reflection... It first 'dawned' on me when I noticed ...