-->
Page 1 of 1

Radiohead RH_ASK.h Work with ESP8266?

PostPosted: Wed Aug 04, 2021 3:47 pm
by W. Kym Wittal
I am using the Radiohead RH_ASK.h functionality with an ESP8266, using the Tx & Rx code that seems to be quite common on the internet. I keep receiving #include errors such as:

util/atomic.h
avr/interrupt.h
avr/io.h
avr/sfr_defs.h

I can directly include these file locations, but continue to error out at avr/sfr_defs.h.

I can compile this code to an Arduino or Mega with no errors, but not the ESP8266.

Question: Does the RH_ASK.h functionality work with the ESP8266? If so, what needs to be added to get it to compile? If not, any alternatives?

Thanks, Kym.