Lars Englund
Lars Englund
I didn't have the patience to wait for a PCB so I wired it up manually :)
I use the Arduino IDE and have the serial monitor open to capture the stack trace and then paste it into "Tools->ESP Exception Decoder" in the Arduino IDE.
@Joeboyc2 Connect it to a serial monitor and post the decoded exception here. I've had the LoadStoreAlignmentCause exception with another project but can't remember what finally fixed it..
Here's some info on how to use the exception decoder to debug: [https://github.com/esp8266/Arduino/blob/master/doc/faq/a02-my-esp-crashes.rst](https://github.com/esp8266/Arduino/blob/master/doc/faq/a02-my-esp-crashes.rst)
Yeah, I actually fixed that when compiling for windows but when I ran into it again under linux, expecting a butter smooth installation and not knowing if there would be...
Hi, thanks for the quick fix! I found out that npm supports github urls in the package.json dependencies so I happily added ``` "rrd": "https://github.com/Orion98MC/node_rrd.git" ``` but I get this...
Nevermind, I just missed that the github url had to start with git:// instead of https:// - problem solved!