Search found 1737 matches

by BenR
Tue May 21, 2024 1:54 pm
Forum: Feature Requests
Topic: 4x8x8 7219 led matrix board i2c
Replies: 2
Views: 22

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: 82

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: 82

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: 1039

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 29 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: 6261

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: 1039

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.
by BenR
Mon May 13, 2024 2:05 pm
Forum: General
Topic: ESP32 and LSM9DS1 not compiling
Replies: 21
Views: 6261

Re: ESP32 and LSM9DS1 not compiling

Hi Stefan, Sorry for the delay and many thanks for reporting your findings on the various issues. I beleive I have now fixed all of the following... 1.After saving and opening the project, the information about the channel of the LSM9ds1 is lost. This is not pleasant, especially with several LSM9ds1...
by BenR
Thu May 09, 2024 2:23 pm
Forum: User Components
Topic: SPI version of the ST 7920 GLCD
Replies: 7
Views: 575

Re: SPI version of the ST 7920 GLCD

Ok sounds like the write is maybe working but the read back isn't. I'll have another look at the code.
by BenR
Wed May 08, 2024 11:19 am
Forum: General
Topic: 5 VL53L0X sensors on one I2C line. [SOLVED]
Replies: 4
Views: 323

Re: 5 VL53L0X sensors on one I2C line.

Hi Sasi, Aha thanks for the information. I've now added a new ChangeI2CAddress macro to the component which should do the address change for you. You will have to manage the XSHUT pins yourself using output icons to ensure you're only talking to a single device. The latest version of the component i...
by BenR
Wed May 08, 2024 9:28 am
Forum: General
Topic: WIKI ESP32 example (WLAN)
Replies: 2
Views: 161

Re: WIKI ESP32 example (WLAN)

Hello,

Try using the IP 192.168.4.1 this is usually the IP for the ESP32 host.