@@mmshilleh logger is the library. Instead of needing to store the data on the device or access the device to view the log, I have a deticated email for logging.
@@tompaquette7138 Haha, well much respect for you for trying boss! Hopefully, your idea works. I have another video on how to get set up with MQTT to send data to a Node application but that is a little involved. Really appreciate you subbing to the channel, means a lot and I hope you find more of my future content of interest to you.
Thanks for video! Do you know if there is a way to attach a file to an email sent from the pico w? I looked over the umail code and didn't see anything obvious.
Funny enough I was playing around with this concept for logging.
For logging with email? 🤔
@@mmshilleh logger is the library. Instead of needing to store the data on the device or access the device to view the log, I have a deticated email for logging.
@@tompaquette7138 Interesting way to do logging. Why don't you send the logs to an MQTT broker and pull the logs from there if you need them?
@@mmshilleh because I'm not a programmer. I'm a diy hobbyist who barely grasps Python.
@@tompaquette7138 Haha, well much respect for you for trying boss! Hopefully, your idea works. I have another video on how to get set up with MQTT to send data to a Node application but that is a little involved. Really appreciate you subbing to the channel, means a lot and I hope you find more of my future content of interest to you.
I really appreciated how concise this video was
I try to cut out the BS in my videos because I hate wasting time, glad you enjoy
This was pretty cool, thanks for the awesome video.
Happy you liked do not forget to subscribe mate
Thanks for video! Do you know if there is a way to attach a file to an email sent from the pico w? I looked over the umail code and didn't see anything obvious.
Dont think you can with this package sadly. Have you tried sending it as binary?
@@mmshilleh will look into that. Thanks
@@lansdonalcorn6998 Hi! digging up in a proyect and i need to attach n send a .txt file, did u find out if its possible with umail? thanks
Keep getting error "no module named ussl"
Hmmmm are you using the latest micropython for the Pico W?
@@mmshilleh MicroPython v1.23.0 on 2024--06-02
@@mmshilleh yes
Does anyone know a solution for the missing ussl in Micropython 1.23?
@@robertshaffer6662 change import line to import ssl as ussl
Thank's !!!
Of course, hope you subscribe!
where is the constants.py file
it is a file you can create in the same directory. Just had constants in the file
amazing help, but getting app password has changed.
you need to click 2factor and its under it now
thanks for adding this detail! Yeah you do need 2 factor