Search found 30 matches

by simisv
Thu Feb 12, 2026 12:14 pm
Forum: General
Topic: BBCWeatherForecast
Replies: 5
Views: 731

Re: BBCWeatherForecast

Hi
Thank you Chipfryer27 for reply . In my case never works . Do you please have a simple demo that is working in simulation ?
I can't imagine what is wrong .
Thank you
by simisv
Thu Feb 12, 2026 11:51 am
Forum: General
Topic: BBCWeatherForecast
Replies: 5
Views: 731

Re: BBCWeatherForecast

Hi Thank you Steve . I tested this link "https://weather-broker-cdn.api.bbci.co.uk/en/observation/rss/2647632" yesterday before ,similar to yours in a Chrome browser and I receive data . If I replace the IP address in BBC component with this address "https://weather-broker-cdn.api.bbc...
by simisv
Wed Feb 11, 2026 8:55 pm
Forum: General
Topic: BBCWeatherForecast
Replies: 5
Views: 731

BBCWeatherForecast

Hi I'm testing the example "BBCWeatherForecastDemo" and is not working . The GET request sent is : GET /en/forecast/rss/3day/2643123 HTTP/1.1 Host: weather-broker-cdn.api.bbci.co.uk The result in Debug Console is : HTTP/1.0 400 Bad Request Server: AkamaiGHost Mime-Version: 1.0 Content-Type...
by simisv
Tue Feb 03, 2026 10:19 am
Forum: App Developer
Topic: Web App Button Click not firing from mobile browser.
Replies: 5
Views: 883

Re: Web App Button Click not firing from mobile browser.

Hi I used " Samsung Browser " from google play . Need to set this as Default browser . Save your WebApp on your Google drive and use "Open With "+ "Samsung Browser" option to open your WebApp . Google Drive is the only location on your phone allowed by Android to use fo...
by simisv
Mon Feb 02, 2026 5:58 pm
Forum: App Developer
Topic: Web App Button Click not firing from mobile browser.
Replies: 5
Views: 883

Re: Web App Button Click not firing from mobile browser.

Hi

Check this post . Was the only solution for me .
https://www.flowcode.co.uk/forums/viewt ... 6&start=10

Good luck
by simisv
Tue Jan 20, 2026 1:43 pm
Forum: General
Topic: Connecting and reading data from api.open-meteo.com
Replies: 6
Views: 1703

Re: Connecting and reading data from api.open-meteo.com

Hi There is no attempt from esp32 to connect to the server if I use "api.open-meteo.com" . After I used ping command to find out the ip address , witch at this time is "94.130.142.35" , the result is using port 80 and 443 : "HTTP/1.1 400 Bad Request Server: nginx" <html...
by simisv
Mon Jan 19, 2026 8:20 pm
Forum: General
Topic: Connecting and reading data from api.open-meteo.com
Replies: 6
Views: 1703

Re: Connecting and reading data from api.open-meteo.com

Hi Ben
Should be http and port 80 , unfortunately no luck . Don't know what Arduino does different .
This is definitely to much for my brain .
Thanks
by simisv
Mon Jan 19, 2026 2:27 pm
Forum: General
Topic: Connecting and reading data from api.open-meteo.com
Replies: 6
Views: 1703

Connecting and reading data from api.open-meteo.com

Hi guys I'm trying to read weather data from api.open-meteo.com . I know this should work , since I did it using Arduino IDE . When I try using Flowcode v10 and ESP32_wroom32 , can't connect to the server . Tested on local network using "TCP Terminal" as server on my laptop and esp32 it wi...
by simisv
Thu Jan 15, 2026 10:04 pm
Forum: General
Topic: xpt2046 read wrong coordinates
Replies: 2
Views: 760

Re: xpt2046 read wrong coordinates

Hi Thank you Ben . You are right . Software SPI solved the problem and changing Analogue Mode to Single Ended . Unfortunately the IRQ pin stopped working so I have to use Pressure data . Pressure data shouldn't it be almost the same over the entire surface of display ? Thank you for your help Simion
by simisv
Wed Jan 14, 2026 2:45 pm
Forum: General
Topic: xpt2046 read wrong coordinates
Replies: 2
Views: 760

xpt2046 read wrong coordinates

Hi I'm trying for first time resistive touch xpt2046 on a ESP32 CYD module using Flowcode 10 . This module was tested using Arduino IDE and is 100% ok . Display used is 320x240 ili9341 . Using Flowcode : X axis value is always 0 , y axis value is 39 when there is not touched and 2 to 36 when touched...