-->
Page 1 of 1

Need help to resolve compilation error in Node MCU1.0 12E

PostPosted: Wed Nov 06, 2019 5:06 am
by Reshani Reshiba
Hello Team,

I am facing an issue while compiling and upload a program specifically IRremote related to Node MCU(ESP8266)1.0 12E microcontroller . Am new to this platform can anyone help me out in this.

Error Screenshot is here.

https://www.screencast.com/t/syWArmkjjE

Re: Need help to resolve compilation error in Node MCU1.0 12

PostPosted: Thu Nov 07, 2019 7:54 am
by QuickFix
You're trying to program an ESP8266 with AVR code: an ESP8266 is not an ATMEL controller, so that won't work.

Re: Need help to resolve compilation error in Node MCU1.0 12

PostPosted: Fri Nov 08, 2019 6:58 am
by schufti
in more detail: you selected the correct board but the library "IRremote" you are using is not compatible with esp8266 (as it makes use of AVR specific internals not existing on esp8266).