Chat here is you are connecting ESP-xx type modules to existing AVR based Arduino

Moderator: igrr

User avatar
By speedfreak
#51006 I'm trying to upload code to my ESP8266-01 (black board) using the Arduino IDE, but I keep getting the following error:

I'm running the standard firmware SDK 1.5.4, and I'm trying to upload using the following settings:
DIO, 40 MHz, 80 MHz, 1M (64k), 115200.

I searched my ass of, but I couldn't find any solutions. Can someone help me?



processing.app.debug.RunnerException
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:213)
at cc.arduino.UploaderUtils.upload(UploaderUtils.java:78)
at processing.app.Sketch.upload(Sketch.java:1186)
at processing.app.Sketch.exportApplet(Sketch.java:1160)
at processing.app.Sketch.exportApplet(Sketch.java:1132)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2409)
at java.lang.Thread.run(Thread.java:745)
Caused by: processing.app.helpers.PreferencesMapException: upload.pattern
at processing.app.helpers.PreferencesMap.getOrExcept(PreferencesMap.java:267)
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:207)
... 6 more