puck and AT commands #2208
Unanswered
espruino-discuss
asked this question in
Puck.js, Pixl.js, Jolt.js and MDBT42
Replies: 1 comment
-
Posted at 2017-05-12 by @gfwilliams Yes, it should be fine. There's an AT command library to make it a little easier: http://www.espruino.com/AT Something like this should do it:
Do you want to use the internet connection from the 3G modem, or just the ability to send text messages? There's a module for SIM800/900 that'll do full internet connectivity, and that could probably be modified pretty easily for your particular 3G modem as well: http://www.espruino.com/SIM900 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2017-05-12 by zarconi
Hi, I am using puck as central controller and I need to send AT serial commands to a 3G modem. Is this possible ?
Beta Was this translation helpful? Give feedback.
All reactions