I'm new to embedded systems and wireless sensor networks. I want to make a wireless sensor network which is based on 6LoWPAN protocol for monitoring application. As stated on Wikipedia, 6LoWPAN runs over IEEE 802.15.4 protocol. What I want to know are:
- Is it possible to use NRF24L01 transceiver for IEEE 802.15.4 protocol? If it is possible, how can I achieve it?
- If NRF24L01 can be used for 802.15.4, can I use for 6LoWPAN protocol?
By the way, I plan to use STM32 for the nodes and Raspberry Pi 2 for the gateway.