PJON icon indicating copy to clipboard operation
PJON copied to clipboard

Implement FAST mode for esp8266

Open aperepel opened this issue 9 years ago • 2 comments

Currently there are timing definitions for the STANDARD mode only.

aperepel avatar Mar 30 '16 11:03 aperepel

I'd also like to ask for 160Mhz support. I always run it at that speed, would that be difficult to add?

sticilface avatar Apr 16 '16 20:04 sticilface

Ciao @sticilface, if you want to try to implement it, is not so complicated:

  • Look in Timing.h, add the 160Mhz condition following the file format
  • Add the new timing setup.

To find the correct timing you need only to be sure to have a functional setup with the STANDARD mode between an Arduino and an ESP. If you have a way to measure the bit duration of your ESP in STANDARD mode, you will only have to find the timing setup to obtain the same result when running at 160Mhz. Start from the 80Mhz setup. Probably it will have to be slightly tweaked.

gioblu avatar Apr 17 '16 00:04 gioblu