(re)Implementing SMS reception interrupts#673
(re)Implementing SMS reception interrupts#673Nastaliss wants to merge 15 commits intovshymanskyy:masterfrom
Conversation
bug removed
bugs removed
Hey my sample codes might not work with Arduino Uno as i have used stm32bluepill for testing. |
|
I have only tested on a SIM800L module with an esp32 for now. Some tweaking of the example code was necessary but I made it work eventually! |
|
Unfortunately, I used SIM800L EVB V2(This board is great and solve the power issue). This board has no RINg PIN so there's no way to use this interrupt |
you need not to use the ring pin |
Hi, I am quite new to this project and I came across #260 which was never merged back in 2019 but I think would be a great addition to this project.
I'm reusing @mayurharge 's changes and merging master into them.
I haven't yet tested the changes and they are still very much a work in progress :)