Search found 44 matches

by Sasi
Mon Jan 01, 2024 8:16 pm
Forum: Bug Reports
Topic: PIC24FJ1024GB610 SPI bus problem
Replies: 0
Views: 2632

PIC24FJ1024GB610 SPI bus problem

Hello, I am using ST7789 display with PIC24FJ1024GB610 MCU. The attached project only works if the SPI channel is emulated by software. If I select channel 1, 2, or 3 in the Component Properties window, the program seems to hang during the initialization phase of the SPI interface. (After the reset,...
by Sasi
Mon Jan 01, 2024 7:34 pm
Forum: Bug Reports
Topic: PIC24FJ1024GB610 I2C Channel3 problem
Replies: 2
Views: 711

PIC24FJ1024GB610 I2C Channel3 problem

Hello, Happy New Year to everyone! I tried the SHT-31 sensor on the Clicker2 panel. The MCU type is PIC24FJ1024GB610. If I select Channel 3 in the "Grove Component SHT31" Component Properties window, I get the attached error message from the compiler. Regards, Sasi PIC24FJ1024GB610 I2C_test.fcfx Com...
by Sasi
Thu Nov 16, 2023 4:34 pm
Forum: General
Topic: Flowcode10 reacts very slowly when I want to edit Variables [SOLVED]
Replies: 5
Views: 7229

Re: Flowcode10 reacts very slowly when I want to edit Variables

Thanks for the quick response.
I think it would also be useful if the one-time execution of this check could be triggered by a button.
Is there a way to temporarily disable continuous monitoring?
by Sasi
Thu Nov 16, 2023 11:55 am
Forum: General
Topic: Flowcode10 reacts very slowly when I want to edit Variables [SOLVED]
Replies: 5
Views: 7229

Flowcode10 reacts very slowly when I want to edit Variables [SOLVED]

Hello, I would like to ask for some help because Flowcode10 reacts very slowly when I want to edit Variables. I opened a project file in Flowcode10 which I previously made with Flowcode8. The image to be displayed on the Legacy 2D panel was a bit disjointed, but it was fixable. The opened project us...
by Sasi
Thu Oct 26, 2023 12:32 pm
Forum: General
Topic: HTML display problem when connecting to Web Server.
Replies: 7
Views: 1764

Re: HTML display problem when connecting to Web Server.

I tried your suggestion and now it's perfect.
Thank you very much for your help

Sasi
by Sasi
Thu Oct 26, 2023 11:46 am
Forum: General
Topic: HTML display problem when connecting to Web Server.
Replies: 7
Views: 1764

Re: HTML display problem when connecting to Web Server.

I tried it on Chrome and Firefox, the result is the same. I made a complete web page backup from the web server and the original file from Firefox. Original: <!DOCTYPE html> <html><head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"></head><body> <div style="position:relative;">...
by Sasi
Thu Oct 26, 2023 10:53 am
Forum: General
Topic: HTML display problem when connecting to Web Server.
Replies: 7
Views: 1764

Re: HTML display problem when connecting to Web Server.

Hi Steve, Content of index.htm : <!DOCTYPE html> <html> <body> <div style="position:relative;"> <div style="opacity:0.5;position:absolute;left:50px;top:-30px;width:300px;height:150px;background-color:#40B3DF"></div> <div style="opacity:0.3;position:absolute;left:120px;top:20px;width:100px;height:170...
by Sasi
Thu Oct 26, 2023 9:36 am
Forum: General
Topic: HTML display problem when connecting to Web Server.
Replies: 7
Views: 1764

HTML display problem when connecting to Web Server.

Hello, I would like to ask for a little help. I put together a web server using ESP32 and an SD card. I used Flowcode 10. The problem is that the content to be displayed is incorrect in the browser when I connect to the web server. The components of the page slide apart and are displayed in the wron...
by Sasi
Fri Aug 25, 2023 8:09 am
Forum: General
Topic: Global Settings is not available (Solved)
Replies: 3
Views: 566

Re: Global Settings is not available (Solved)

Hello,
Wow, I didn't see that.
Thank you very much for your help.

Regards