Updated Home (markdown)

master
Jan Gromeš 2020-06-09 10:09:27 +02:00
rodzic d6f961896c
commit 8ea4597ea9
1 zmienionych plików z 12 dodań i 13 usunięć

25
Home.md

@ -2,23 +2,22 @@
## Universal wireless communication library for Arduino
<img src="https://github.com/jgromes/RadioShield/blob/master/doc/revC/png/shield.png" alt="Radio Shield" height="60%" width="60%">
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?
[<img src="https://github.com/jgromes/RadioShield/blob/master/doc/revC/png/module_CC1101.png" alt="CC1101 Breakout" height="19%" width="19%">](https://github.com/jgromes/RadioLib/wiki/Modules#cc1101)
[<img src="https://github.com/jgromes/RadioShield/blob/master/doc/revC/png/module_ESP07.png" alt="ESP-07 Breakout" height="19%" width="19%">](https://github.com/jgromes/RadioLib/wiki/Modules#esp-07)
[<img src="https://github.com/jgromes/RadioShield/blob/master/doc/revC/png/module_HC05.png" alt="HC-05 Breakout" height="19%" width="19%">](https://github.com/jgromes/RadioLib/wiki/Modules#hc-05)
[<img src="https://github.com/jgromes/RadioShield/blob/master/doc/revC/png/module_JDY08.png" alt="JDY-08 Breakout" height="19%" width="19%">](https://github.com/jgromes/RadioLib/wiki/Modules#jdy-08)
[<img src="https://github.com/jgromes/RadioShield/blob/master/doc/revC/png/module_nRF24.png" alt="nRF24 Breakout" height="19%" width="19%">](https://github.com/jgromes/RadioLib/wiki/Modules#nRF24)
[<img src="https://github.com/jgromes/RadioShield/blob/master/doc/revC/png/module_RF69.png" alt="RF69 Breakout" height="19%" width="19%">](https://github.com/jgromes/RadioLib/wiki/Modules#rf-69)
[<img src="https://github.com/jgromes/RadioShield/blob/master/doc/revC/png/module_SIM800C.png" alt="SIM800C Breakout" height="19%" width="19%">](https://github.com/jgromes/RadioLib/wiki/Modules#sim800c)
[<img src="https://github.com/jgromes/RadioShield/blob/master/doc/revC/png/module_SX1272.png" alt="SX1272 Breakout" height="19%" width="19%">](https://github.com/jgromes/RadioLib/wiki/Modules#sx127xrfm9x)
[<img src="https://github.com/jgromes/RadioShield/blob/master/doc/revC/png/module_SX1278_type1.png" alt="SX1278 Breakout" height="19%" width="19%">](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!"
[<img src="https://github.com/trendmicro/RFQuack/blob/master/docs/imgs/logo.png" alt="RFQuack logo" height="30%" width="30%">](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"
[<img src="https://avatars3.githubusercontent.com/u/61627050?s=200&v=4" alt="Meshtastic logo" height="10%" width="10%">](https://github.com/meshtastic/Meshtastic-device)
* ### [disaster.radio](https://disaster.radio/) - "A disaster-resilient communications network powered by the sun"
[<img src="https://disaster.radio/assets/images/navbar-logo.png" alt="disaster.radio logo" height="60%" width="60%">](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. "
[<img src="https://i0.wp.com/fossa.systems/wp-content/uploads/2018/07/logo.png?fit=400%2C128&ssl=1" alt="FOSSA Systems logo" height="40%" width="40%">](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.