Skip to content

Get the lib running on ESP8266 #1

@lnetwalker

Description

@lnetwalker

Fisrt of all, many thanks for the RF* libraries. I use it to transmit data from an ATTINY to an ESP8266.
To get the RFReceiver Library work on the ESP I needed to change the line:

static void changeInterrupt() {

to:

static ICACHE_RAM_ATTR void changeInterrupt() {

It seems that the ISR needs to be placed in special memory locations of the ESP. I didn't dive deeper in this at the moment,
because I want to finish my project first ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions