Search found 9 matches

by andrequeiroz
Thu Dec 12, 2019 12:01 am
Forum: ESP8266 boards
Topic: community r/micropy
Replies: 0
Views: 1529

community r/micropy

Hello gentlemen, there is a community on reddit about micropython
https://www.reddit.com/r/micropy/
it would be great to see you there.
Come in and share your codes, let's help spread the word about micropython.

Obrigado - Micropython/Brasil
by andrequeiroz
Fri Jul 26, 2019 11:58 pm
Forum: ESP8266 boards
Topic: How to encrypt a file?
Replies: 9
Views: 10002

Re: How to encrypt a file?

Hello, I'm just trying to make access to data difficult, but you put it very well, this will not solve this problem. Thanks for the explanation and the code. But I will ask another question, how to get around this problem of exposing my password?
by andrequeiroz
Wed Jul 24, 2019 5:36 am
Forum: ESP8266 boards
Topic: How to encrypt a file?
Replies: 9
Views: 10002

How to encrypt a file?

I have a function that writes my ssid and password to a file 'wifi.dat', I would like to encrypt this information. how can I do this? ------------------------------------------------- def write_profiles (profiles): lines = [] for ssid, password in profiles.items (): lines.append.encrypt ("% s;% s \ ...
by andrequeiroz
Thu Mar 21, 2019 7:09 pm
Forum: ESP8266 boards
Topic: WebService Micropython
Replies: 2
Views: 2512

Re: WebService Micropython

Thanks for the answer, that's really what I need. But I'm not finding examples in python.
Would you have an example to follow?
by andrequeiroz
Wed Mar 20, 2019 10:22 pm
Forum: ESP8266 boards
Topic: WebService Micropython
Replies: 2
Views: 2512

WebService Micropython

Hi gentlemen. I'm developing an application in micropython, and through a web-service embedded in esp2866, I send my ssid and wifi password. But I have to connect on the acsses point instantiated by esp8266. Looking at Chrome Cast it can do this through an application, not needing to be on the same ...
by andrequeiroz
Fri Dec 14, 2018 7:19 pm
Forum: ESP8266 boards
Topic: esp8266 + picoweb
Replies: 3
Views: 4634

Re: esp8266 + picoweb

Hi friend, thanks for the attention, and sorry for the beginner questions.
How should I install the micropip?
by andrequeiroz
Thu Dec 13, 2018 1:31 am
Forum: ESP8266 boards
Topic: esp8266 + picoweb
Replies: 3
Views: 4634

esp8266 + picoweb

help me please. How can I solve this? 1. Installing Micropython --------------------------------------------------------------- lash_size=detect 0 esp8266-20180511-v1.9.4.bin esptool.py v2.5.1 Serial port /dev/ttyUSB0 Connecting.... Detecting chip type... ESP8266 Chip is ESP8266EX Features: WiFi MAC...
by andrequeiroz
Tue Dec 11, 2018 10:01 pm
Forum: ESP8266 boards
Topic: Esp8266 + Mqtt
Replies: 1
Views: 3299

Esp8266 + Mqtt

One help please. I'm initiating my studies with micropython, I'm using a lang esp8266 board with Mqtt. Everything works fine but if you pass a time interval of 1 min without the esp8266 receiving some message it stops responding to mqtt commands. --------------------------------------------------Cod...
by andrequeiroz
Fri Dec 07, 2018 11:55 am
Forum: ESP8266 boards
Topic: User interface
Replies: 0
Views: 10982

User interface

I have a project made with ESP8266 + Relay + Lamp + mqtt, I want to do the same project using micropython,
but I'm lost in relation to an interface for the end user. how can I show a page for the user to enter the ssid and wifi password.