2.4 Ghz MODULE

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
User avatar
achillis1
Posts: 347
Joined: Thu Oct 09, 2008 9:19 am
Has thanked: 91 times
Been thanked: 8 times
Contact:

2.4 Ghz MODULE

Post by achillis1 »

Hello,

I have the following 2.4 Ghz module RFM70D ( http://telefab.fr/lab/media/datasheet/RFM70.pdf ) which works with SPI.
I did not get it to work still but I guess that is a simple communication between the module and PIC through SPI - send receive bytes through the flowcode macros.

My question is, is there any macro or other way to program into the pic routine in order for the RFM70D module to be discoverable to phones or PCs as a WIFI device?

Thank you,

Best Regards,

Andreas Achilleos

User avatar
acestu
Posts: 1720
Joined: Thu Dec 01, 2011 9:36 pm
Location: Macclesfield UK
Has thanked: 783 times
Been thanked: 223 times
Contact:

Re: 2.4 Ghz MODULE

Post by acestu »

Hi Achillis1,

You may find this article interesting on the Matrix Blog :

https://www.matrixtsl.com/blog/internet ... led-relay/


These units are available for under £3


thanks
Stuart
Laptop Mac Book Pro i7 retina El Capitan //// Tower/Intel i7-Windows 7 64 Bit, Toshiba i5 Laptop Windows 10
Computers are like air conditioners. They work fine until you start opening windows.

User avatar
achillis1
Posts: 347
Joined: Thu Oct 09, 2008 9:19 am
Has thanked: 91 times
Been thanked: 8 times
Contact:

Re: 2.4 Ghz MODULE

Post by achillis1 »

hello,

I did not quite understood, which unit is under 3 pounds?

Thank you.

Best Regards,

Andreas Achilleos

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: 2.4 Ghz MODULE

Post by Benj »

Hello Andreas,
I did not quite understood, which unit is under 3 pounds?
I think Stuart is referring to the ESP8266 Wifi module. This is what we used on our IoT board and a few other Wifi related blogs.

http://www.matrixtsl.com/mmforums/viewt ... 54&t=15362

The RFM70 is also a fairly low cost module from the looks of it. However nowhere on the product page does it mention Wifi or 802.11 which makes me cautious that it may simply be a 2.4GHz RF module without a TCP/IP stack.

The nRF24L01 module has the same problem.

The ESP8266 does have the TCP/IP stack which makes it very attractive for the price.

User avatar
achillis1
Posts: 347
Joined: Thu Oct 09, 2008 9:19 am
Has thanked: 91 times
Been thanked: 8 times
Contact:

Re: 2.4 Ghz MODULE

Post by achillis1 »

Hello,

Ben you are right, the RFM70 , does not have TCP/IP stack.

However is the ESP8266 capable of being controlled by flowcode's wifi macros; but without the html part? I mean to send a byte through wifi macro(send byte) and then I would receive it to the android app that Ben created?


Thank you

Post Reply