sudomesh / disaster-radio

A (paused) work-in-progress long-range, low-bandwidth wireless disaster recovery mesh network powered by the sun.
https://disaster.radio
1.05k stars 109 forks source link

Upgrade aliespress device #100

Open peepsnet opened 3 years ago

peepsnet commented 3 years ago

I bought this: https://www.aliexpress.com/item/4000396836096.html

How do I flash the latest bin file??

pauldogg commented 3 years ago

You sure it's not already installed? Link says it was preinstalled.

paidforby commented 3 years ago

@pauldogg The firmware flashed by LILYGO is pretty old. I have not made an new release in a long time. They only flash tagged releases to the boards they ship.

@peepsnet easiest way is follow the instructions in the readme to flash using platformIO, https://github.com/sudomesh/disaster-radio#initial-setup-with-platformio A few initial steps are missing from the those instructions, namely cloning the repo and going into the firmware directory. Here's a set of instructions to run assuming you are on an Linux machine with python-pip already installed.

pip install -U platformio
git clone https://github.com/sudomesh/disaster-radio
cd disaster-radio/firmware
pio run -t upload

Alternatively, you can wait for me (or someone else?) to make a new release and then flash the pre-built binary using esptool.py.

OE5MML commented 3 years ago

Hy there. I would Need a step by step tutorial to Flash the board.

  1. wich Program to flash
  2. how to connect Telnet or http?
  3. Update the Firmware?
  4. how to activate the Display? it is black A Video or a step by step tutorial could help a lot …

THX