Difference between revisions of "WiPhone"

From Hackerspace ACKspace
Jump to: navigation, search
(some initial links)
m (Added LoRa note)
Line 5: Line 5:
 
}}
 
}}
 
Yay, [https://wiphone.io WiPhone!]
 
Yay, [https://wiphone.io WiPhone!]
 +
 +
Before you use LoRa, make sure to edit <code>Hardware.h</code>, look for <code>RF95_FREQ</code> and set it to 868MHz for EU:
 +
<code>#define RF95_FREQ 868.0</code> ([https://github.com/ESP32-WiPhone/wiphone-firmware/issues/24 See this (somewhat sparse) issue])
 +
 
* Read [https://wiphone.io/docs/WiPhone/latest/ documentation here]
 
* Read [https://wiphone.io/docs/WiPhone/latest/ documentation here]
 
* 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> &raquo; <code>Settings</code> &raquo; <code>Firmware settings</code>
 
* Enable/disable automatic firmware settings at <code>Menu</code> &raquo; <code>Settings</code> &raquo; <code>Firmware settings</code>

Revision as of 22:10, 5 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)