Added a new Use case for the library in the project AutoSense : Collecting Road quality data easily
Using the humble nrf24L01+ modules as BLE beacons to send and receive BLE advertisements .
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
Added a new Use case for the library in the project AutoSense : Collecting Road quality data easily
changed the description to highlight the project as the development of a library rather than a one-off project
this is the removed part just to serve as a history of the project
" this beacon shall be put on every public transport and shall broadcast its time of departure to other public transports in the vicinity. those public transports log this packet and advertise this openly while travelling on the route.
At any point in time whenever a bus crosses a passenger waiting on the bus stop, he can receive the relevant packets to estimate the time after which his desired bus will reach his stop."
this will make the public transportation system much more predictable and reliable.
recently added the receiving of advertisement packets by the nrf to the library. now the module can listen to these 32 byte advertisements too.
this will come in extremely handy to control your devices in the instead of using the power sucking ESP8266.
next up : will integrate the transmitter and receiver in a single sketch and then implement caching of valid packets for retransmit but i think the retransmit and caching should be left out of the library since the library should focus on what it needs to do
Connect the nrf24L01+ to the SPI pins of your specific arduino.
Choose and change the Chip enable (CE) and Chip select (CS) in the code corresponding to your connections
clone the repo and paste the RF24BLE folder in the folder "libraries" in the sketchbook area. e.g "Arduino/libraries/RF24BLE"
open the arduino ide and choose an example from the file->examples menu and upload any example
Create an account to leave a comment. Already have an account? Log In.
@fool is right, putting a cap across the power and gnd helps.
Also thanks a lot @fool :-D
Wanted to let you know that in part because of this project, we made the header on our circuit board (whoaboard.com) compatible with the nrf24L01!
One thing that might be useful to tell people is that it can help to put a capacitor between power and ground on these chips! We did this for people on our board, but if you are using it with an arduino it can cause issues if you don't!
BLE "advertisements" are a totally technical term from the perspective of how the BLE protocol writers wanted it. They coined the term "advertisement" probably because when something is advertised the viewer may not engage with the advertisement based on their choice, and in the BLE sense too when the advertisement (beaconing perhaps??) occurs if the device doesnt want to listen to advertisements it can just turn off its bluetooth radio.
just to answer your question, yes the incoming transmissions can always be blocked / filtered and hackers can abuse just about anything anyway so well...
Like it or not beacons for advertisements are going to happen very soon ( Google eddystone or physical web) and i just want to play my part making it accessible to the community ;-)
We live in a world where people are just fed up with yet more "advertisement". It gets associated with even more privacy invasion and spyware. That is creepy.
May I suggest that you avoid the word "advertisement" and use a different word to describe your project?
The other thing is can you actually filter/block incoming transmissions? If you don't then you risk that hackers abuse it.
Become a member to follow this project and never miss any updates
Hi, I'm doing my final course work and I'm wanting to use beacons to control the presence of residents of the building where I live. I would like to know if it is possible to use a beacons together with the security system of the building (cameras and alarms) to locate a tag and with that the person who is using the tag can enter and leave the building without problems, however, if a person who does not have the tag entering the building without permission for a time of 5 min, an alarm will be triggered informing that there is a stranger in the building. Can someone help me with this topic? Note: This idea came about because the building where I live has been robbed twice. If possible send a email with information marcos_pfa@yahoo.com.br.
"Im usign google translate"
Thanks.