Difference between revisions of "WiPhone"

From Hackerspace ACKspace
Jump to: navigation, search
(added "ESP Sketch Data Upload" line, reordered lists)
(added OTA)
Line 5: Line 5:
 
}}
 
}}
 
Yay, [https://wiphone.io WiPhone!]
 
Yay, [https://wiphone.io WiPhone!]
 +
 +
=== custom firmware ===
 +
you can use the ACKspace modified firmware by setting <code>https://ackspace.nl/WiPhone/WiPhone.ini</code> into the ota.ini file (or via the telephone)
 +
Current applied patches:
 +
* LoRa 868MHz
 +
* ackspace.nl fake NAPTR (hardcoded IP)
 +
* fix fiddly unlock (mentioned [https://github.com/ESP32-WiPhone/wiphone-firmware/issues/28 here])
 +
 +
Work in progress:
 +
* LoRa menu (currently crashes the phone, don't use)
  
 
=== notes ===
 
=== notes ===

Revision as of 07:36, 14 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!

custom firmware

you can use the ACKspace modified firmware by setting https://ackspace.nl/WiPhone/WiPhone.ini into the ota.ini file (or via the telephone) Current applied patches:

  • LoRa 868MHz
  • ackspace.nl fake NAPTR (hardcoded IP)
  • fix fiddly unlock (mentioned here)

Work in progress:

  • LoRa menu (currently crashes the phone, don't use)

notes

#define RF95_FREQ 868.0 (See this (somewhat sparse) issue)
  • enable UDP by adding u=UDP_SIP to an account in data/sip_accounts.ini (not yet tested)

Get started

  • download source code
  • run V="0.8.30"; unzip WiPhone-$V && rm -fr WiPhone && mv WiPhone-$V WiPhone
  • open WiPhone/WiPhone.ino using 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
    • Arduino option Tools » ESP Sketch Data Upload: download ESP32FS-1.0.zip into the ~Arduino/tools directory with mkdir -p ~/Arduino/tools && unzip ESP32FS-1.0.zip -d ~/Arduino/tools
    • TODO: esptool.py serial: sudo pip install pyserial (check your default python version)
  • Select Tools » Boards » Wiphone » Wiphone arduino
  • compile with (CTRL+r)

custom mods

LoRa