

They can also cause interference with routers and cordless phones if you aren’t careful.

And they can communicate over a considerable distance with the right antennas.īut the nRF24L01 can be a bit tricky to implement and if you don’t need 2-way communications they are a bit excessive. In many ways they are the ideal solution to many wireless design problems. The nRF24L01 modules are popular choices, they don’t cost a lot and can provide reliable 2-way communications between two Arduinos. And of course it will only work if you actually have an existing WiFi network. For an IoT (Internet of Things) device it is the perfect choice.īut WiFi can be an overkill if you only have basic requirements, it can cost a bit of money and also needs to be authenticated onto your network properly or it can become a security risk. WiFi is another good choice, using WiFi will allow your project to interact with all of the devices on your existing network. You’ll also need to pair it with your device, although that isn’t particularly difficult. It also requires you to build an app which may be more than you want to take upon yourself. You can create a custom app to give your project a real professional look, equivalent to anything you can buy commercially.īut Bluetooth can also be an overkill if you just want to send a bit of data from a sensor or keypad. It is popular and will allow your Arduino project to be controlled with the aid of your phone, tablet or computer. Each of them has its own advantage and disadvantage and as adding wireless communications will add to the cost of your product you need to think carefully before implementing anything.īluetooth is often the first choice that comes to mind. There are many methods a designer can employ to add wireless capability to their creations. Learn how inexpensive 433MHz modules may be all you need to cut the cord on your next Arduino design. Regulations ( about frequency ) differ from one country to another one.Today we will examine a low-cost method of sending wireless data between two Arduinos without using wifi or bluetooth. Note : before using your modules, make sure that they can be use in your country. In addition, VW Library isn't the good Library if you want to send a message to a specific recipient.

It can be dangerous to use it in robotics or aeromodelism. The problem with VW Library, it's that the message sent isn't sure to arrive at destination. They're massively used in system like garage door, wireless doorbell, etc.Ĥ33MHz modules use the VirtualWire Library.

It work like any wireless system : a system using these modules is composed of an transmitter and a receiver. 433MHz radio modules are modules which can communicate using the 433MHz frequency band.
