-
Notifications
You must be signed in to change notification settings - Fork 732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(re)Implementing SMS reception interrupts #673
base: master
Are you sure you want to change the base?
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 :)