Search found 1049 matches

by chipfryer27
Sat Mar 09, 2024 2:17 pm
Forum: App Developer
Topic: Worked examples for Serial, HTTP and MQTT
Replies: 21
Views: 1078

Re: Worked examples for Serial, HTTP and MQTT

Hi First time playing with HW in a while :) Opened Embedded Project 01 and changed target to an esp32-lolin-lite, modifying parameters to suit. I included a couple of loops that flashed onboard LED a few times depending on connection status. Saved to target without issue using Python 3.11.2 Git 2.39...
by chipfryer27
Fri Mar 08, 2024 2:46 pm
Forum: App Developer
Topic: Worked examples for Serial, HTTP and MQTT
Replies: 21
Views: 1078

Re: Worked examples for Serial, HTTP and MQTT

Hi

Created a simple chart that would serve the standard Flowcode page in a browser. Works fine when I simulate using Network component set to Simulation DLL but not Component Simulation (which should then simulate via the esp).

It's not a big issue for me really.

Regards
by chipfryer27
Fri Mar 08, 2024 1:57 pm
Forum: App Developer
Topic: Worked examples for Serial, HTTP and MQTT
Replies: 21
Views: 1078

Re: Worked examples for Serial, HTTP and MQTT

Hi

I've never simulated the esp32 comms before either (but have with the RPi) and have successfully used 32's in projects, so I'm not really expecting much trouble with HW.

I'll update over the weekend.

Regards
by chipfryer27
Fri Mar 08, 2024 12:18 pm
Forum: App Developer
Topic: Worked examples for Serial, HTTP and MQTT
Replies: 21
Views: 1078

Re: Worked examples for Serial, HTTP and MQTT

Hi For me, it was the very first example. Just a quick play before leaving this morning. When simulating, browser couldn't connect using the 32 but could just using Network Component (both used correct comms). Maybe an issue with the 32 simulation? I'm hoping to get to play this weekend so will upda...
by chipfryer27
Fri Mar 08, 2024 9:08 am
Forum: App Developer
Topic: Worked examples for Serial, HTTP and MQTT
Replies: 21
Views: 1078

Re: Worked examples for Serial, HTTP and MQTT

Hi

Created a chart based on example. When simulating the esp32 component wouldn't allow connection, but if I changed so the Network component provided connection I could connect.

Didn't get any further as I had to leave.

Regards
by chipfryer27
Fri Mar 08, 2024 6:19 am
Forum: App Developer
Topic: Worked examples for Serial, HTTP and MQTT
Replies: 21
Views: 1078

Re: Worked examples for Serial, HTTP and MQTT

Hi

I'm hoping to try these at the weekend. I'll let you know how I get on.

Regards
by chipfryer27
Wed Mar 06, 2024 5:30 pm
Forum: App Developer
Topic: Worked examples for Serial, HTTP and MQTT
Replies: 21
Views: 1078

Re: Worked examples for Serial, HTTP and MQTT

Hi Steve

Only now with a new laptop running W11 can I "play" with the Web Developer and your first example is what I was going to do straight away :) Well once I finish setting it up the way I want.

Eager to try but work keeping me away. I'll let you know how I get on though.

Regards
by chipfryer27
Tue Mar 05, 2024 5:13 pm
Forum: Bug Reports
Topic: Problems ILI9341 SPI after update
Replies: 6
Views: 407

Re: Problems ILI9341 SPI after update

Hi Did you try rolling back the component to a previous version? Library Updates / Full Database / Show up to date files. You can then select a previous version by selecting your component and clicking New Revision and selecting the previous version you wish to try. Do note that the next time you ru...
by chipfryer27
Mon Mar 04, 2024 5:58 pm
Forum: Feature Requests
Topic: 3 ideas for FC
Replies: 6
Views: 425

Re: 3 ideas for FC

Hi Usually I just save a copy at key points with a brief description. However as FC can automatically create a backup every x-seconds (Global Settings > Application), which overwrites previous, maybe an option to overwrite and if not checked it creates a "new" timestamped backup file ? Obviously you...
by chipfryer27
Sun Mar 03, 2024 9:27 pm
Forum: General
Topic: PIC18F25K22 UART ERROR
Replies: 183
Views: 63747

Re: PIC18F25K22 UART ERROR

Hi First I'd follow Martins's suggestion (as always) regarding the calculations. Do you really need (for example) 123.xyz if 123.x could do instead? Reducing these times will result in significant savings. Increase comms speeds to all sensors / modules to maximum that allows reliable communications ...