Arduino ส่งค่าให้กับ node mcu esp8266 ๆ ส่ง netpie

ผมมีcode ของ arduino คือ
#include "EmonLib.h"             // Include Emon Library
EnergyMonitor emon1;             // Create an instance
void setup()
{
  Serial.begin(9600);
  emon1.voltage(2, 234.26, 1.7);  // Voltage: input pin, calibration, phase_shift
  emon1.current(1, 111.1);       // Current: input pin, calibration.
}
void loop()
{
  emon1.calcVI(20,2000);         // Calculate all. No.of wavelengths, time-out
  emon1.serialprint();           // Print out all variables
}

อยากจะส่งค่าที่ได้จากcode  ข้างบนไปที่Netpie 
โดยผมมี nodemcu esp8266.  Code ที่จะupload ลงesp8266 ต้องเขียนยังไงครับ  
    ขอคำแนะนำด้วยครับ
แสดงความคิดเห็น
โปรดศึกษาและยอมรับนโยบายข้อมูลส่วนบุคคลก่อนเริ่มใช้งาน อ่านเพิ่มเติมได้ที่นี่