skorokithakis / A6lib

An ESP8266/Arduino library for communicating with the A6 GSM module. ⛺
MIT License
127 stars 49 forks source link

Per default store received message on the sim card #31

Open 1technophile opened 6 years ago

1technophile commented 6 years ago

PWR_KEY don't need to be kept at HIGH after the start of A6 module. Nevertheless I experimented this with a transistor, don't know how it will behave with a Mosfet

skorokithakis commented 6 years ago

This pin doesn't go to PWR_KEY, I used a MOSFET wired to the power of the chip so it's completely switched off when not in use, and stops drawing current. That's why it's always kept on, because otherwise the chip will just turn off. The PWR_KEY pin in my design is just wired to Vcc, IIRC.

1technophile commented 6 years ago

ok, in this case this proposal is not usefull.

skorokithakis commented 6 years ago

Here's the schematic.

1technophile commented 6 years ago

ok removed, what do you think on changing default storage?

skorokithakis commented 6 years ago

I'm not sure, ME worked for me, but SM works for other people. I want the default to be whatever works for more people, but if we had a command to change it, that would be best.

skorokithakis commented 6 years ago

What would you like to do with this PR? I think it's useful to allow people to change the default storage with a command, if you want to add a method that accepts a string and changes the storage to that, I can merge. Thanks!

skorokithakis commented 4 years ago

Is this still valid?

1technophile commented 4 years ago

I don't know, I don't have the hardware to verify