Page 1 of 1

Wireless module!

Posted: Mon Jan 13, 2025 9:26 am
by jgu1
Hi Team!

A whish :D Could it be possible to add a component to FC10 for these ASK module. I know Ben have for a while ago started make a component, but we never hear from him again ;)

Thanks in advance.

Br Jorgen.

Re: Wireless module!

Posted: Thu Jul 02, 2026 9:19 am
by jgu1
Hi Team!

Dare to ask again ;)

I was wondering if it would be possible to create a Flowcode component macro for these small modules, both the TX and RX versions. Or is that simply not practical, and should I just forget about the idea?

I think these modules could be useful in many different projects, so having them as Flowcode components would be a great addition.

Thank you very much in advance. :)

Br Jorgen

Re: Wireless module!

Posted: Fri Jul 03, 2026 3:20 am
by chipfryer27
Hi Jorgen

They look similar those cheap (really cheap) modules available from all the usual places and if so, they are truly terrible. They may not be the same though so I'm not going to put you off.

The ones I looked at a few years back were probably OK-ish for simple On/Off over short distances but if sending any data then it quickly got lost. Very simple to use as basically whatever you feed at the input to Tx will appear at the output of the Rx (so sending 1010 at the Tx input should see 1010 at the Rx output).

The ones I used basically were On/Off, in that the output was High for as long as the input was High. ISM has rules prohibiting the time something can transmit, so be careful. If I remember correctly my receive circuit waited for a coded signal. If it detected a high then it waited x-mS to see if the next bit in sequence was present, repeating until it received all "bits" and if valid did something.

There are many better alternatives for not much more cost, including LoRa options that will do up to a few Km.

Regards

Re: Wireless module!

Posted: Fri Jul 03, 2026 11:31 am
by jgu1
Hi Laim!

Thank“s for answer.

I'm not entirely in agreement with you. I've seen many projects using these small, inexpensive RF modules that work very well, especially when used with the RadioHead library in the Arduino IDE, which takes care of noise handling and other communication issues (have a look on the Web ;) ).

I'm well aware that there are many other modules available, like the ones you mentioned, with much greater range. I've also used HC-12 modules in several UART-based projects.

The projects I have in mind only require a very short communication range, for displaying data inside a car and for a few other applications. One of the reasons I like these modules is that they are very small :) .

I could probably use the Arduino IDE (with some help from others), but I'm a dedicated Flowcode user and, whenever possible, I prefer to stay with Flowcode because that's the environment I'm most comfortable with :D ;) .

As far as I know, Ben was at one point working on developing a component macro for these ASK modules. However, if it's too much work or there simply isn't enough interest in creating a macro for these cheap tiny module in Flowcode, I'll have to look for another solution.

Most of the component macros in Flowcode are easy enough for someone like me to understand, even though I'm not a hardcore programmer.

It was just a suggestion and a wish. :lol:

Br Jorgen