带有 NodeMCU esp-12 的代码脉冲计
Code pulsemeter with NodeMCU esp-12
我尝试遵循此 Heart rate using nodemcu,(为 Firebase 更改 Cayenne),但我遇到了 Interrupt.ino 的问题(我尝试更改 pulsemeter 示例代码,但遇到了同样的问题);与开发板不兼容:"NodeMCU 1.0 (ESP-12E-Module)"
当我选择 Board 时:"Arduino Genuino/Uno"程序编译正常,但我无法使用 mcu 连接 Firebase。
有什么解决办法吗?
解决方法:将原项目的interrupt.ino改成https://github.com/WorldFamousElectronics/PulseSensor_Amped_Arduino
对于这个项目 interrupt.ino https://github.com/EnvironmentMonitor/Pulse-Sensor-ESP8266-ADC0,问题;我看到是因为 Arduino 使用定时器但 nodemcu 没有。
我尝试遵循此 Heart rate using nodemcu,(为 Firebase 更改 Cayenne),但我遇到了 Interrupt.ino 的问题(我尝试更改 pulsemeter 示例代码,但遇到了同样的问题);与开发板不兼容:"NodeMCU 1.0 (ESP-12E-Module)"
当我选择 Board 时:"Arduino Genuino/Uno"程序编译正常,但我无法使用 mcu 连接 Firebase。
有什么解决办法吗?
解决方法:将原项目的interrupt.ino改成https://github.com/WorldFamousElectronics/PulseSensor_Amped_Arduino 对于这个项目 interrupt.ino https://github.com/EnvironmentMonitor/Pulse-Sensor-ESP8266-ADC0,问题;我看到是因为 Arduino 使用定时器但 nodemcu 没有。