Folks,
First thanks for participating in the forum. I am delighted that I have been able to sponsor a user community of kind people that enjoy helping each other.
I am excited to announce that I will be expanding the content areas on the DrVAX YouTube channel. Now in addition to a lot of 3d printing and 3d Design videos and a handful of woodworking videos I will be adding programming and electronics videos. We live at a remarkable time. As a “maker” we have access to a plethora of affordable components and technologies that allow us to make things only produced in factories in the past.
[ATTACH=JSON]{“data-align”:“none”,“data-size”:“custom”,“height”:“297”,“title”:“FeatherS2 Button for SMS”,“width”:“527”,“data-attachmentid”:9469}[/ATTACH]
In the first video in this area, I will be teaching how to make a button that when pressed sends an SMS (text) message to any phone. This video features a FeatherS2 single-board ESP32 based development board connected to a button. The code, which I will provide ready to go, connects the FeatherS2 to your wifi network and invokes an API call to a free Twilio account when pressed. The code has extra comments to explain areas that may not be obvious.
The code is in CircuitPythonand the web request library in CircuitPython is more limited than the full Python Request library so a bit of extra work was necessary to get an authenticated PUT to execute properly.
The video, which I will post later this week, will walk through how to wire the board, set up the Twilio account, and load the program onto the board. In this video, I will not be explaining all of the code in detail.
As a gift to the DrVAX community, I am posting a link to the Github repository with the code, which includes a circuit diagram, so you can try this out if interested.
I purchased the FeatherS2 from Adafruit. Here is a URL:
I look forward to your comments.
Irv