Search found 1062 matches

by chipfryer27
Wed Apr 17, 2024 7:44 pm
Forum: Feature Requests
Topic: can you add an LoRa SX1278 module?
Replies: 17
Views: 2060

Re: can you add an LoRa SX1278 module?

Hi

It would be nice if FC provided support for LoRaWAN and as Kersing kindly informs, such a component is in development.

Regards
by chipfryer27
Wed Apr 17, 2024 6:09 pm
Forum: Feature Requests
Topic: can you add an LoRa SX1278 module?
Replies: 17
Views: 2060

Re: can you add an LoRa SX1278 module?

Hi I remember the E32 project MJU20 did. Plenty of info posted. Following on from MJU20, my "goto" is RF Solutions for pretty much anything RF and they offer modules (as others do) that are pretty much "plug-and-play". You can achieve in excess of 10Km with very little in the way of config, communic...
by chipfryer27
Fri Apr 12, 2024 10:50 am
Forum: Bug Reports
Topic: Because it doesn't respect the delay
Replies: 7
Views: 571

Re: Because it doesn't respect the delay

Hi Can't download your file until later in the day, but it sounds as though it could be a setting in configuration. You will see a setting for:- Speed (delay related timings) This tells FC what speed your clock is running at so it can calculate the appropriate delays. If this doesn't match your actu...
by chipfryer27
Wed Apr 10, 2024 4:27 am
Forum: Projects - Embedded
Topic: SPI_ Master SendByteArray only sending once in loop
Replies: 5
Views: 437

Re: SPI_ Master SendByteArray only sending once in loop

Hi Without seeing your chart it is difficult to guess how you are sending. As Leigh indicates, SPI is always bidirectional (even if you have nothing to receive). At the Master, after you fill the buffer with data to send, it "clocks" the data out and the Slave clocks this data in. At the same time a...
by chipfryer27
Tue Apr 09, 2024 9:07 pm
Forum: General
Topic: Compra de Flowcode
Replies: 24
Views: 1263

Re: Compra de Flowcode

Hi

I will try on W10 when I next get a chance.

Regards
by chipfryer27
Tue Apr 09, 2024 8:30 pm
Forum: General
Topic: Compra de Flowcode
Replies: 24
Views: 1263

Re: Compra de Flowcode

Hi

What OS are you using?

Regards
by chipfryer27
Tue Apr 09, 2024 7:45 pm
Forum: General
Topic: Compra de Flowcode
Replies: 24
Views: 1263

Re: Compra de Flowcode

Hi

In Global Options
Screenshot 2024-04-09 193910.png
Screenshot 2024-04-09 193910.png (66.5 KiB) Viewed 382 times

In Library Updates
Screenshot 2024-04-09 194105.png
Screenshot 2024-04-09 194105.png (52.62 KiB) Viewed 382 times

New components and updates are constantly being added so a difference of a few days can mean many new updates so it is a good idea to check frequently.

Hope this helps
by chipfryer27
Tue Apr 09, 2024 7:13 pm
Forum: General
Topic: Compra de Flowcode
Replies: 24
Views: 1263

Re: Compra de Flowcode

Hi I've just created a test file containing a W5500, and as expected the "*" was present. Saved and it disappeared. Compiled to Hex and it reappeared also informing that it needed to be saved when I tried to close. This is on a W8.1 machine running 10.0.4.33 (which is the latest that supports that O...
by chipfryer27
Tue Apr 09, 2024 6:58 pm
Forum: Projects - Embedded
Topic: Changing W5500 Networking Parameters
Replies: 4
Views: 266

Re: Changing W5500 Networking Parameters

Hi All sounds quite "doable" with nothing to suggest you will have problems. Obviously IP addresses need to be correct to actually connect, but reassigning an address etc doesn't necessary require resetting the uC, it can be done on the fly. Changing the parameters in the component macro before conn...
by chipfryer27
Mon Apr 08, 2024 7:35 pm
Forum: Projects - Embedded
Topic: Changing W5500 Networking Parameters
Replies: 4
Views: 266

Re: Changing W5500 Networking Parameters

Hi From what I take, you want something that allows your users to enter the required parameters and save, then when next run it uses these parameters? Will the "project" be delivered with empty fields or preset to a known that may change at some point? One possible way which may not suit your partic...