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
-
-
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?
-[
](https://github.com/jgromes/RadioLib/wiki/Modules#cc1101)
-[
](https://github.com/jgromes/RadioLib/wiki/Modules#esp-07)
-[
](https://github.com/jgromes/RadioLib/wiki/Modules#hc-05)
-[
](https://github.com/jgromes/RadioLib/wiki/Modules#jdy-08)
-[
](https://github.com/jgromes/RadioLib/wiki/Modules#nRF24)
-[
](https://github.com/jgromes/RadioLib/wiki/Modules#rf-69)
-[
](https://github.com/jgromes/RadioLib/wiki/Modules#sim800c)
-[
](https://github.com/jgromes/RadioLib/wiki/Modules#sx127xrfm9x)
-[
](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!"
+ [
](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"
+ [
](https://github.com/meshtastic/Meshtastic-device)
+
+* ### [disaster.radio](https://disaster.radio/) - "A disaster-resilient communications network powered by the sun"
+ [
](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. "
+ [
](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.