Difference between revisions of "WiPhone"
| m (Added LoRa note) | m (added category bingo) | ||
| Line 12: | Line 12: | ||
| * Report bugs at https://github.com/ESP32-WiPhone/wiphone-firmware/issues | * Report bugs at https://github.com/ESP32-WiPhone/wiphone-firmware/issues | ||
| * Enable/disable automatic firmware settings at <code>Menu</code> » <code>Settings</code> » <code>Firmware settings</code> | * Enable/disable automatic firmware settings at <code>Menu</code> » <code>Settings</code> » <code>Firmware settings</code> | ||
| + | === custom mods === | ||
| + | |||
| + | |||
| + | === LoRa === | ||
| + | * [https://github.com/meshtastic/Meshtastic/blob/64a479172088b1803feefd61cd616c2eb4913b76/docs/developers/Firmware/radio-settings.mdx Meshtastic radio-settings] | ||
| + | * [https://cdn.sparkfun.com/assets/learn_tutorials/8/0/4/RFM95_96_97_98W.pdf RFM 95/96/97/98 datasheet (pdf)] | ||
| + | * [https://learn.adafruit.com/radio-featherwing/using-the-rfm-9x-radio Adafruit Using the RFM9X Radio] | ||
| + | * [https://www.airspayce.com/mikem/arduino/RadioHead/classRH__RF95.html RadioHead RH_RF95 Class Reference] | ||
| + | * [https://www.rfwireless-world.com/Tutorials/LoRa-channels-list.html LoRa channels] | ||
| + | * [https://www.baranidesign.com/faq-articles/2019/4/23/lorawan-usa-frequencies-channels-and-sub-bands-for-iot-devices LoRaWan US channels] | ||
| + | * [https://lora-developers.semtech.com/documentation/tech-papers-and-guides/lora-and-lorawan/ Semtech information page] | ||
| + | |||
| + | [[Category:LoRa]][[Category:Telephony]][[Category:ESP32]][[Category:Arduino]] | ||
Revision as of 08:32, 7 August 2022
| Project: WiPhone | |
|---|---|
| Featured: | No | 
| State | Active | 
| Members | Vicarious, Stuiterveer, xopr | 
| GitHub | No GitHub project defined. Add your project here. | 
| Description | |
| Picture | |
| No project picture! Fill in form Picture or Upload a jpeg here | |
Yay, WiPhone!
Before you use LoRa, make sure to edit Hardware.h, look for RF95_FREQ and set it to 868MHz for EU:
#define RF95_FREQ 868.0 (See this (somewhat sparse) issue)
- Read documentation here
- Report bugs at https://github.com/ESP32-WiPhone/wiphone-firmware/issues
- Enable/disable automatic firmware settings at Menu»Settings»Firmware settings
