This page hosts the source code written in the framework of the WAN4RP project. On the long term, this page will contain a link to the GiHub repository we are setting up. For now, please find below:
- Matlab code:
- The WAN4RP MATLAB library, enabling the use of the RFM73P/nRF24L01+ chips: WAN4RP_Library
- A simple example of communication scripts enabling simplex (one way) transfer of data: WAN4RP_Master_Slave
- A slightly more complex example of high level functions built on top of the WAN4RP library, showing the transfer of an image: WAN4RP_Image_Transfer
- Simulink models:
- The RFM73_video_surveillance model, implementing a TDMA network (see instructions on how to install, configure and run the model)
- Accessory code:
- The wiringPi library, required to support the SPi interface in simulink by means of S-functions