Search found 1034 matches

by chipfryer27
Wed Apr 17, 2024 8:11 pm
Forum: General
Topic: RS232 Wireless help!
Replies: 4
Views: 20

Re: RS232 Wireless help!

Hi

In this post I used BT modules but as they use the UART too, the principals are the same. If the CB receives the required string then a LED toggles.

https://www.matrixtsl.com/mmforums/view ... 17#p107317

Hope this helps.

Regards
by chipfryer27
Wed Apr 17, 2024 8:05 pm
Forum: General
Topic: RS232 Wireless help!
Replies: 4
Views: 20

Re: RS232 Wireless help!

Hi Jorgen Need to check up on HC12, but assuming you have it working you could setup an interrupt (RxINT) to capture the received information and store in a Circular Buffer. Once in the buffer it's very easy to either search for the required info (parse) or "LookFor / WaitFor" the required info. I'v...
by chipfryer27
Wed Apr 17, 2024 7:44 pm
Forum: Feature Requests
Topic: can you add an LoRa SX1278 module?
Replies: 12
Views: 697

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: 12
Views: 697

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

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

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

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

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

Re: Compra de Flowcode

Hi

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

In Library Updates
Screenshot 2024-04-09 194105.png
Screenshot 2024-04-09 194105.png (52.62 KiB) Viewed 45 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: 332

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...