Radios

Software

WiPhone Arduino core 0.1.2 (board package)

Recommended version Verified — manufacturer file

Download zip (54.2 MB) Manufacturer's page ↗

The vendor's Arduino-ESP32 board package for the WiPhone and WiPhone Pro, required to compile the firmware source; bundles esptool and the 16 MB partition schemes.

Read before installing. 57.6 MB. Espressif toolchain dependencies (xtensa-esp32-elf-gcc, esptool_py 2.6.1, mkspiffs 0.2.3) are fetched separately by the Boards Manager.
Product
WiPhone Arduino core
Version
0.1.2
Runs on
Arduino IDE 1.8+ (Windows, macOS, Linux)
Applies to
WiPhone
Zip SHA-256
2aa1c46a8553015609b4ca9ee122f8f3b52c53bc0ccea81284f0cb9076f9de9b

Contents

FileSizeSHA-256
WiPhone0.1.2.zip54.9 MBc65096229b57c9b4cea879ab0436a08c2196cbbdf193ed93b84a17b0cd5b5a63
README.txtThese instructions
SHA256SUMSChecksums of the files above

Instructions

The complete README.txt included in the zip:

WiPhone Arduino core 0.1.2 (board package)
==========================================

WHAT THIS IS
------------
WiPhone Arduino core ("WiPhone" platform, architecture esp32) version 0.1.2:
the vendor's Arduino-ESP32 board package needed to compile WiPhone firmware
from source. It defines the boards "WiPhone N0C311" and "WiPhone Pro N0C311P",
the 16 MB partition schemes, and bundles esptool (esptool.py and esptool.exe)
and the boot_app0.bin OTA selector image. Files inside are dated 2020-12 to
2021-03. It is the only platform version the vendor's Boards Manager index has
listed in every Wayback capture (2022-05-03, 2025-03-23, 2026-02-08).

Its size and SHA-256 match the vendor's package_WiPhone_index.json exactly
(57,552,168 bytes;
c65096229b57c9b4cea879ab0436a08c2196cbbdf193ed93b84a17b0cd5b5a63). The index
also names toolchain dependencies it downloads from Espressif
(xtensa-esp32-elf-gcc 1.22.0-80-g6c4433a-5.2.0, esptool_py 2.6.1, mkspiffs
0.2.3); those are not part of this zip. No licence file specific to the core
was identified; it is a vendor-published free download.

APPLIES TO
----------
Building firmware for the WiPhone and WiPhone Pro (source entries
wiphone-firmware-source-0-8-27 and -0-8-30). The 0.8.32 changelog adds an SDK
version check, so different firmware versions may need different core
versions; which one each source release expects is not documented.

BEFORE STARTING
---------------
- Arduino IDE 1.8 or later.
- Internet access for the Espressif toolchain dependencies listed above, or
  those packages already installed.

CONTENTS OF THIS ZIP
--------------------
The zip published on fubsypoly.com wraps the vendor file(s)
byte-for-byte, unmodified.

WiPhone0.1.2.zip
    57,552,168 bytes
    SHA-256 c65096229b57c9b4cea879ab0436a08c2196cbbdf193ed93b84a17b0cd5b5a63
    The vendor's board-package archive, unmodified (folder WiPhone0.1.2/:
    boards.txt, cores/esp32, libraries, tools including esptool and
    partitions/boot_app0.bin).
README.txt
    This file.
SHA256SUMS
    SHA-256 checksums of the files above.

INSTALLATION
------------
 1. Preferred (vendor method): in the Arduino IDE open File > Preferences and
    add
    https://wiphone.io/static/releases/arduino_platforms/package_WiPhone_index.json
    to Additional Board Manager URLs; open Tools > Board > Boards Manager,
    search "wiphone" and install the package by the WiPhone Team.
 2. If the vendor index is ever gone, the archived zip can be installed by
    hand as a platform in the sketchbook's hardware folder (standard Arduino
    layout <sketchbook>/hardware/WiPhone/esp32/). This manual method is not
    described by the vendor, and the toolchain dependencies must still be
    supplied.
 3. Select Tools > Board > WiPhone.

VERIFYING
---------
Tools > Board lists WiPhone; the Boards Manager shows WiPhone version 0.1.2
installed.

IF SOMETHING GOES WRONG
-----------------------
- Compiler error about the SDK version when building newer firmware: the
  0.8.32 changelog added such a check ("Enhanced the compiler error message
  for wrong SDK version").
- Boards Manager checksum error: compare the zip with the SHA-256 above.

DOWNGRADING
-----------
An earlier platform, WiPhone0.1.0.zip, was captured by the Wayback Machine on
2024-07-12 at
https://web.archive.org/web/20240712053049/https://wiphone.io/static/releases/arduino_platforms/WiPhone0.1.0.zip;
it is not hosted here (no vendor index lists it).

PROVENANCE
----------
- File: WiPhone0.1.2.zip
- Retrieved from:
  https://wiphone.io/static/releases/arduino_platforms/WiPhone0.1.2.zip
- Wayback copy: https://web.archive.org/web/20260208174142/https://wiphone.io/static/releases/arduino_platforms/WiPhone0.1.2.zip
- Date retrieved: 2026-09-18
- Official page: https://wiphone.io/docs/WiPhone/latest/technical_manual/software/programming_manual.html
- Status: verified (vendor download; size and SHA-256 match the vendor's Boards Manager index)

MORE INFORMATION
----------------
- https://radios.fubsypoly.com/wiphone/
- https://radios.fubsypoly.com/wiphone/vol-3/ (Configuration & Firmware)
- Firmware Updates (OTA): https://wiphone.io/docs/WiPhone/latest/user_manual/OTA.html
- Firmware Download Tool Instructions: https://wiphone.io/docs/WiPhone/latest/technical_manual/software/download_tool_instructions.html
- Programming Instructions (Arduino): https://wiphone.io/docs/WiPhone/latest/technical_manual/software/programming_manual.html
- Custom Firmware Server example: https://wiphone.io/docs/Examples/latest/FirmwareServer.html

← All WiPhone downloads