tommie / esptool-ck

The ESP8266 build helper tool by Christian Klippel
GNU General Public License v2.0
35 stars 9 forks source link

OS X support, more reliable uploads on Windows, board variants support, cleaned up logging #3

Closed igrr closed 9 years ago

igrr commented 9 years ago

Hi, I've got a bunch of updates to the esptool here, mostly covering the code upload functions:

I'm not sure how to send pull requests to the original author since he doesn't seem to use github, so it would be great if these updates land into your repository.

Thanks,

Ivan

tommie commented 9 years ago

Sorry for the delay. Thanks for improving this.

crywolf87 commented 5 years ago

Hi igrr, I'm trying to create a PWM with the 5hz frequency with esp8266, in order to get a square wave with a 200ms period.

Could you please let me know how to create PWM 5hz?

I've tried with:

Void setup() {

analogWriteFreq(5); }

But it not works.

From esp8266 specifics the frequency range is from 1 to 1000khz.

Thanks for your help.

Waiting your feedback