Search found 1741 matches

by BenR
Thu May 23, 2024 9:27 am
Forum: Feature Requests
Topic: Can you add a UHF RFID module?
Replies: 2
Views: 1602

Re: Can you add a UHF RFID module?

Hello, Is this the type of thing you're after? https://www.aliexpress.com/item/1005005296512846.html I can't see what the chip is and so not sure how to develop a component without first knowing the chip and the protocol it requires. If you could find out what chip is being used then that might help.
by BenR
Thu May 23, 2024 9:18 am
Forum: General
Topic: And ILI9341 also not compile!
Replies: 2
Views: 50

Re: And ILI9341 also not compile!

Hi Jorgen,

Sorry should be fixed again for you now.
by BenR
Thu May 23, 2024 9:17 am
Forum: General
Topic: GC9A01A_SPI1 after update!
Replies: 1
Views: 19

Re: GC9A01A_SPI1 after update!

Hi Jorgen,

Sorry I changed the SPI CAL layer slightly to get the S3 working better with IDF v5.1.

Should be fixed again for you now.
by BenR
Thu May 23, 2024 9:16 am
Forum: General
Topic: Same for ILI9488 display!
Replies: 1
Views: 23

Re: Same for ILI9488 display!

Hi Jorgen,

Sorry about that hopefully fixed for you now.
by BenR
Tue May 21, 2024 1:54 pm
Forum: Feature Requests
Topic: 4x8x8 7219 led matrix board i2c
Replies: 2
Views: 47

Re: 4x8x8 7219 led matrix board i2c

Hello, You could try the LED Matrix (Serial) component available under Outputs -> LEDs. You would only need to connect the DataIn and Clock signals to the dot matrix. You may also need to tie the CS pin to either GND or VCC depending on the wiring of the module. In the component properties set the r...
by BenR
Tue May 21, 2024 1:39 pm
Forum: General
Topic: PIC12F509 Compile Error
Replies: 8
Views: 102

Re: PIC12F509 Compile Error

Hopefully solved for you now with the latest library updates.

Please reload your project after applying the update and that should solve the compilation error for you. It basically takes the string library out of the compile process for limited memory devices.
by BenR
Tue May 21, 2024 1:25 pm
Forum: General
Topic: PIC12F509 Compile Error
Replies: 8
Views: 102

Re: PIC12F509 Compile Error

Hello, It's compiling correctly for me in v10. Do you have the latest library updates? Memory Summary: Program space used 95h ( 149) of 400h words ( 14.6%) Data space used 10h ( 16) of 29h bytes ( 39.0%) EEPROM space None available Data stack space used 0h ( 0) of 10h bytes ( 0.0%) Configuration bit...
by BenR
Tue May 14, 2024 9:51 am
Forum: App Developer
Topic: Worked examples HTTP via serial port
Replies: 9
Views: 1059

Re: Worked examples HTTP via serial port

There's an example here if that helps. I'll post it to the component wiki page too.
WebComApp.fcsx
(29.78 KiB) Downloaded 30 times

Lol Steve beat me to it :lol:
by BenR
Mon May 13, 2024 4:09 pm
Forum: General
Topic: ESP32 and LSM9DS1 not compiling
Replies: 21
Views: 6349

Re: ESP32 and LSM9DS1 not compiling

Hi Stefan,

Thanks for that, hopefully resolved now.
by BenR
Mon May 13, 2024 3:29 pm
Forum: App Developer
Topic: Worked examples HTTP via serial port
Replies: 9
Views: 1059

Re: Worked examples HTTP via serial port

Hello,

The Flowcode web developer now has a component to allow you to do serial communications from inside the web page. Hopefully that's what you're after but if not then let us know.