micropython
micropython copied to clipboard
MicroPython implementation on Ai-Thinker GPRS module A9 (RDA8955)
There is no way to answer an incoming call.
added cellular.answer() to answer incoming calls (or eventually raise error "Failed to answer the call").
I tried writing script that send SMS that contains GPS coordinates in it. The script works fine when I test with USB to TTL Programmer attached with the A9G Board....
hi, I am doing a function, Where gprs_a9 will call my phone and i want trigger hangup or Rejected. Trigger bellow not detect hangup or Rejected ``` cellular.on_call(on_call_handler) ``` thanks
I didnt find any functions to deal with incoming calls, or I dropped somthing?
I get a Chinese message, but the A9G can not print the message correctly. >>> cellular.SMS.list()[-2].message '\x04\x03as238\x00\x00\x00\x00\x00'
I am trying to implement a tracker device in my car. I am using A9G board to develop the tracker. **The GPS and GPRS works individually very fine. But when...
Hi guys, i have made a rebase to the latest version, could you please merge it
Anyone found a way to answer calls? And How can i use sdcard to record voice with microphone?? Pls help me
This worked few days ago in the same board. but now ssl is not working. http working fine. Error message when running example_31_ssl.py : `Traceback (most recent call last): File...