diff --git a/Home.md b/Home.md index 09c09d1..e9327bc 100644 --- a/Home.md +++ b/Home.md @@ -2,23 +2,22 @@ ## Universal wireless communication library for Arduino -Radio Shield - RadioLib allows its users to integrate all sorts of different wireless communication modules into a single consistent system. Want to add a Bluetooth interface to your ZigBee network? Sure thing! Need to connect LoRa network to the Internet with a GSM module? RadioLib has got your back! -RadioLib was originally created as a driver for [**RadioShield**](https://github.com/jgromes/RadioShield), but it can be used to control any of the following modules. Click the module drawing for more information! +RadioLib was originally created as a driver for [**RadioShield**](https://github.com/jgromes/RadioShield), but it can be used to control a whole bunch of various wireless modules. Check the [Modules](https://github.com/jgromes/RadioLib/wiki/Modules) page for more information. Not sure where to start? How about [Basics](https://github.com/jgromes/RadioLib/wiki/Basics) and the examples? -[CC1101 Breakout](https://github.com/jgromes/RadioLib/wiki/Modules#cc1101) -[ESP-07 Breakout](https://github.com/jgromes/RadioLib/wiki/Modules#esp-07) -[HC-05 Breakout](https://github.com/jgromes/RadioLib/wiki/Modules#hc-05) -[JDY-08 Breakout](https://github.com/jgromes/RadioLib/wiki/Modules#jdy-08) -[nRF24 Breakout](https://github.com/jgromes/RadioLib/wiki/Modules#nRF24) -[RF69 Breakout](https://github.com/jgromes/RadioLib/wiki/Modules#rf-69) -[SIM800C Breakout](https://github.com/jgromes/RadioLib/wiki/Modules#sim800c) -[SX1272 Breakout](https://github.com/jgromes/RadioLib/wiki/Modules#sx127xrfm9x) -[SX1278 Breakout](https://github.com/jgromes/RadioLib/wiki/Modules#sx127xrfm9x) +## Some cool open-source projects which use RadioLib - check them out! +* ### [RFQuack](https://github.com/trendmicro/RFQuack) - "The only versatile RF-analysis tool that quacks!" + [RFQuack logo](https://github.com/trendmicro/RFQuack) -## Not sure where to start? How about [Basics](https://github.com/jgromes/RadioLib/wiki/Basics) and the examples? +* ### [Meshtasticâ„¢](https://www.meshtastic.org/) - "An opensource hiking, pilot, skiing, Signal-App-extending GPS mesh communicator" + [Meshtastic logo](https://github.com/meshtastic/Meshtastic-device) + +* ### [disaster.radio](https://disaster.radio/) - "A disaster-resilient communications network powered by the sun" + [disaster.radio logo](https://github.com/meshtastic/Meshtastic-device) + +* ### [FOSSASAT picosatellites](https://fossa.systems/) - "Series of PocketQube satellites designed to create a global low-cost IoT network using spread spectrum modulation technology. " + [FOSSA Systems logo](https://github.com/FOSSASystems/) **Work in progress warning!** This library is still early in developement. New core features might be added and the ones that are implemented might be changed at any moment! Watch this repository for progress updates.