Giter VIP home page Giter VIP logo

Comments (5)

lyusupov avatar lyusupov commented on August 16, 2024

The RC4 binaries is a result of a build against Arduino Core's Git snapshot taken at date of the release (June 12th). For being able to build RC4 from sources mentioned here you have to rollback your Core onto this date.

Alternatively, you can build current SoftRF development state against current Core's state.

( this commit was issued 3 days ago to sync-up most recent SoftRF with most recent Core ).

from softrf.

lyusupov avatar lyusupov commented on August 16, 2024

About binaries "flash"-ing and serial output:

  1. make sure that your COM port settings are 38400,8N1
  2. make sure you've made full FLASH erase before uploading firmware - some "leftovers" may affect boot behaviour.
  3. make sure you've made h/w reset or cycle power of your board - ESP32 is known to have issues with "soft restart".

from softrf.

lyusupov avatar lyusupov commented on August 16, 2024

You are using wrong destination addresses!

SoftRF.ino.bin should go into 0x10000

SoftRF.ino.partitions.bin should go into 0x8000

For reference, read firmware.txt file that comes inside the firmware's zipfile.

from softrf.

lyusupov avatar lyusupov commented on August 16, 2024

And I am curious, why are you using 26 MHz crystal setting when detected value is 40 MHz ?

from softrf.

LilyGO avatar LilyGO commented on August 16, 2024

Thank you!

from softrf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.