WiPhone
| 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!
Contents
Get started
- download source code
- run
V="0.8.30"; unzip WiPhone-$V && rm -fr WiPhone && mv WiPhone-$V WiPhone - open
WiPhone/WiPhone.inousing Arduino - once: set up IDE (see documentation for details):
- Open preferences (CTRL+,) and add https://wiphone.io/static/releases/arduino_platforms/package_WiPhone_index.json (comma separated) into Additional Boards Manager URLs
- go to Tools » Boards » Board Manager and install
WiPhone - TODO: https://github.com/me-no-dev/arduino-esp32fs-plugin/releases/download/1.0/ESP32FS-1.0.zip
- TODO: esptool.py serial:
sudo pip install pyserial(check your default python version)
- Select Tools » Boards » Wiphone » Wiphone arduino
- compile with (CTRL+r)
notes
- read documentation here
- report bugs at https://github.com/ESP32-WiPhone/wiphone-firmware/issues
- enable/disable automatic firmware settings at
Menu»Settings»Firmware settings - before you use LoRa, make sure to edit
Hardware.h, look forRF95_FREQand set it to 868MHz for EU:
#define RF95_FREQ 868.0(See this (somewhat sparse) issue)
- enable UDP by adding
u=UDP_SIPto an account indata/sip_accounts.ini(not yet tested)