I am seeking help with Atmega328p and SIM800 in Blynk library.
I am using bare board Atmega328P which i wired SIM800L to hardware USART and direct debugging to SoftwareSerial. I did something like;
#include <SoftwareSerial.h>
SoftwareSerial debug(6, 7);
#define BLYNK_PRINT debug
Though it compiled no error but I am not getting any print out from debug.
What am I doing wrong?
Secondly, I wish to ask if anyone had lay hands of blynk library in C.
I wish if i could get my minimal blynk c library just for basic functionality i wish to support.
Thanks in advance.