Chat freely about anything...

User avatar
By OG Style
#68384 Thanks you. Yes I did but I had it in the wrong location. I fixed that and got a new error and installed the files for the 2nd error. Now it is compiling and uploading it to the ESP. I am getting another error but I don't think it is a problem. Is there anyway to get rid of it?

C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware "C:\Program Files (x86)\Arduino\hardware" -hardware "C:\Users\Owner\AppData\Local\Arduino15\packages" -tools "C:\Program Files (x86)\Arduino\tools-builder" -tools "C:\Program Files (x86)\Arduino\hardware\tools\avr" -tools "C:\Users\Owner\AppData\Local\Arduino15\packages" -built-in-libraries "C:\Program Files (x86)\Arduino\libraries" -libraries "C:\Users\Owner\Documents\Arduino\libraries" -fqbn=esp8266:esp8266:generic:CpuFrequency=80,FlashFreq=40,FlashMode=dio,UploadSpeed=115200,FlashSize=512K64,ResetMethod=ck,Debug=Disabled,DebugLevel=None____ -ide-version=10608 -build-path "C:\Users\Owner\AppData\Local\Temp\buildbc1507ae44c93fd84c40d34c628290c4.tmp" -warnings=none -prefs=build.warn_data_percentage=75 -verbose "C:\Users\Owner\Desktop\ESP\DHTServer.ino\DHTServer.ino.ino"
C:\Program Files (x86)\Arduino\arduino-builder -compile -logger=machine -hardware "C:\Program Files (x86)\Arduino\hardware" -hardware "C:\Users\Owner\AppData\Local\Arduino15\packages" -tools "C:\Program Files (x86)\Arduino\tools-builder" -tools "C:\Program Files (x86)\Arduino\hardware\tools\avr" -tools "C:\Users\Owner\AppData\Local\Arduino15\packages" -built-in-libraries "C:\Program Files (x86)\Arduino\libraries" -libraries "C:\Users\Owner\Documents\Arduino\libraries" -fqbn=esp8266:esp8266:generic:CpuFrequency=80,FlashFreq=40,FlashMode=dio,UploadSpeed=115200,FlashSize=512K64,ResetMethod=ck,Debug=Disabled,DebugLevel=None____ -ide-version=10608 -build-path "C:\Users\Owner\AppData\Local\Temp\buildbc1507ae44c93fd84c40d34c628290c4.tmp" -warnings=none -prefs=build.warn_data_percentage=75 -verbose "C:\Users\Owner\Desktop\ESP\DHTServer.ino\DHTServer.ino.ino"
WARNING: Spurious .github folder in 'DHT sensor library' library
User avatar
By OG Style
#68386 I have it all hooked up and I am monitoring it in the serial monitor and it's only saying

ets Jan 8 2013,rst cause:4, boot mode:(3,2)

wdt reset
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v09f0c112
~ld


Is there a firmware I need to put on it to use it in Arduino? I have only used LUA.

Thanks
User avatar
By OG Style
#68389 I got it up and running when I switched power supplies but it started doing it again.

This is the voltage converter that I am using.
http://www.ebay.com/itm/GEREE-DC-DC-Con ... Sw0j9ZR3Yu
Last edited by OG Style on Thu Jul 20, 2017 3:14 pm, edited 1 time in total.
User avatar
By schufti
#68390 the "error" you are getting is just a "warning" about the .github directory in the dht library folder; you could just delete it.

If it hadn't vanished with the new powersupply, I would have bet on some bad loop in the code.

So it is more likely a problem with the psu: you need a powersupply capable of ~1A@3.3V AND good decoupling directly at the ESP-01 pins; best to put a 330µF and 100nF directly across the vcc/gnd pins.