RobotDyn Uno Wifi

Hi there, So i've recently got an Robotdyn Uno Wifi and have installed Support drivers and works Perfectly(the Atmega328p one, i've Uploaded sketch and it works like a Charm!), but i am now facing some issue with the Esp8266 Module(it's Built-In). If i try to upload a Sketch to the Esp8266 module it gives me Error which says: Error compiling to generic Esp8266 Module. I already have Installed the Esp8266 Board Manager. So after some research i've found out that i should delete the older version of Esp boardmanager from the Arduino15>package>..., but i don't have One.

What should i do???

I'm going to ask you to post some additional information that might help us to identify the problem.

Please do this:

  1. When you encounter an error, you'll see a button on the right side of the orange bar in the Arduino IDE: Copy error messages (or the icon that looks like two pieces of paper at the top right corner of the black console window in the Arduino Web Editor). Click that button.
  2. Open a forum reply here by clicking the Reply button.
  3. Click the </> icon on the post composer toolbar. This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
    Code block
  4. Press Ctrl+V. This will paste the compilation output into the code block.
  5. Move the cursor outside of the code block markup before you add any additional text to your reply.
  6. Click the Reply button to post the output.
Arduino: 1.8.15 Hourly Build 2021/05/31 10:33 (Windows 10), Board: "Generic ESP8266 Module, 80 MHz, Flash, Disabled (new aborts on oom), Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use pgm_read macros for IRAM/PROGMEM, dtr (aka nodemcu), 26 MHz, 40MHz, DOUT (compatible), 1MB (FS:64KB OTA:~470KB), 2, nonos-sdk 2.2.1+100 (190703), v2 Lower Memory, Disabled, None, Only Sketch, 115200"

Executable segment sizes:

ICACHE : 32768           - flash instruction cache 

IROM   : 239304          - code in flash         (default or ICACHE_FLASH_ATTR) 

IRAM   : 26733   / 32768 - code in IRAM          (IRAM_ATTR, ISRs...) 

DATA   : 1496  )         - initialized variables (global, static) in RAM/HEAP 

RODATA : 916   ) / 81920 - constants             (global, static) in RAM/HEAP 

BSS    : 25696 )         - zeroed variables      (global, static) in RAM/HEAP 

Sketch uses 268449 bytes (28%) of program storage space. Maximum is 958448 bytes.

Global variables use 28108 bytes (34%) of dynamic memory, leaving 53812 bytes for local variables. Maximum is 81920 bytes.

esptool.py v3.0

Serial port COM6

Connecting........_____....._____....._____....._____....._____....._____.....____Traceback (most recent call last):

  File "C:\Users\...\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.1/tools/upload.py", line 66, in <module>

    esptool.main(cmdline)

  File "C:/Users/.../AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/3.0.1/tools/esptool\esptool.py", line 3552, in main

    esp.connect(args.before, args.connect_attempts)

  File "C:/Users/.../AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/3.0.1/tools/esptool\esptool.py", line 529, in connect

    raise FatalError('Failed to connect to %s: %s' % (self.CHIP_NAME, last_error))

esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header

esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header



_



This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Thanks for the reply, but now i am now getting the Compiling Error, but other one :frowning:

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.