A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By manmoncang
#65473 I got this error. How to fix?

tq in advance

SDM.h:183:14: error: 'class SoftwareSerial' has no member named 'listen'
sdmSer.listen(); //enable softserial rx interrupt

error: 'class SoftwareSerial' has no member named 'end'
sdmSer.end(); //disable softserial rx interrupt
User avatar
By reaper7
#65478 insert little delays between every read like in this example:
https://github.com/reaper7/SDM_Energy_M ... simple.ino

issue reported:
https://github.com/reaper7/SDM_Energy_Meter/issues/8