Search found 6 matches

by SASM
Tue Nov 26, 2019 4:25 pm
Forum: ESP32 boards
Topic: Sending email with ESP32
Replies: 2
Views: 5170

Re: Sending email with ESP32

It is completely fine. At the end of the day I managed doing it with services like IFTT. Either way thanks for the reply :D
by SASM
Tue Nov 26, 2019 4:23 pm
Forum: Programs, Libraries and Tools
Topic: Help/Guidance ROSSerial and MicroPython
Replies: 0
Views: 1782

Help/Guidance ROSSerial and MicroPython

I am working on a ROS project and one of the goals is to combine it with MicroPython. I am still kinda a newbie in terms of giving support with MicroPython libraries, however I am looking forward to trying to create a one to interface ROS and uPy since I haven't found much like it in the internet. I...
by SASM
Tue Oct 30, 2018 5:23 am
Forum: ESP32 boards
Topic: Dynamixels with ESP32
Replies: 0
Views: 1593

Dynamixels with ESP32

I am trying to control Dynamixels with ESP32 with micropython. So far I have been looking Dave Hylands project about it: https://github.com/dhylands/bioloid3 However it has been done to work with the PyBoard, I want to know if it is possible to make it work with the ESP32 and what changes to make wi...
by SASM
Sun May 27, 2018 1:31 pm
Forum: ESP32 boards
Topic: Sending email with ESP32
Replies: 2
Views: 5170

Sending email with ESP32

I am using an ESP32 and trying to send emails through it. I am using the following code provided in this post https://forum.micropython.org/viewtopic.php?f=11&t=1047&start=10 to = 'recipient@mail.com' gmail_user = 'some.user@gmail.com' gmail_pwd = 'password' smtpserver = smtplib.SMTP("smtp.gmail.com...
by SASM
Sun May 27, 2018 3:59 am
Forum: WiPy and CC3200 boards
Topic: Sending email
Replies: 36
Views: 182916

Re: Sending email

[quote=danicampora post_id=6120 time=1445525817 user_id=338] Hi! I have a first version of the smtplib.py file, it's compact and doesn't need any external libraries. Attached here. Please test and let us know your results, with your help we can make it good enough to make it part of the official lib...
by SASM
Thu Feb 08, 2018 11:36 pm
Forum: ESP32 boards
Topic: Help with ESP32 micropython flashing!
Replies: 2
Views: 5281

Help with ESP32 micropython flashing!

Just started using a dev board for the esp32 and erased its flash. Then flashed it using the following command: - esptool.py --port COM5 --baud 115200 write_flash --flash_size=detect 0 pathToYourFile/binaryFile Afterwards connected it via Putty and got the following, just after erasing the flash and...