Search found 56 matches

by cyberlab
Mon Nov 26, 2018 3:46 am
Forum: ESP8266 boards
Topic: webrepl...
Replies: 12
Views: 8821

webrepl...

hi, is there some command with webrepl for a softreset and to run a py file or some way to do it via wifi? Thanks in advance. :P
by cyberlab
Thu Nov 22, 2018 4:09 am
Forum: ESP8266 boards
Topic: Trinket Mo and ESP266
Replies: 0
Views: 1203

Trinket Mo and ESP266

Hello everyone, is there a way for a modulo trinket mo and an esp266 to share their file systems?
I need the characteristic of the trinket, which when connected to a PC works as a small disk and of course the esp266 wifi, thanks in advance
by cyberlab
Mon Nov 19, 2018 4:26 am
Forum: General Discussion and Questions
Topic: tiny wireless flash drive
Replies: 2
Views: 1870

Re: tiny wireless flash drive

mmm ... it really is something like this: https://www.sandisk.com/home/mobile-dev ... less-stick but I do not need as much capacity and above all that it is as economical as possible its manufacture.
by cyberlab
Mon Nov 19, 2018 3:17 am
Forum: General Discussion and Questions
Topic: tiny wireless flash drive
Replies: 2
Views: 1870

tiny wireless flash drive

hello to all, I need to build a small usb wifi disk drive as small as possible, that is to connect to a USB port of the computer can read and write in flash memory something like the thinket mo more the wifi feature the idea is to send information to this device via PC or mobile wifi and save it on ...
by cyberlab
Wed Nov 07, 2018 4:35 pm
Forum: ESP8266 boards
Topic: ESP8266 WebREPL becomes buggy after some time
Replies: 2
Views: 2060

Re: ESP8266 WebREPL becomes buggy after some time

Hello, I think it may be something in your code that after some time runs out of memory, and therefore your application stops, I am using the same version and webrepl ESP-12E with several clients and have not had any problems.
by cyberlab
Wed Nov 07, 2018 3:37 am
Forum: ESP8266 boards
Topic: freezing modules...
Replies: 5
Views: 3579

Re: freezing modules...

hello pythoncoder, I think if it is not necessary anymore because my build works perfectly, but if for some reason I want to do a rebuild after a make clean, it is not possible for me, what I do is delete the micropython folder and start again, that way the build is done successfully. again a questi...
by cyberlab
Mon Nov 05, 2018 11:45 pm
Forum: ESP8266 boards
Topic: freezing modules...
Replies: 5
Views: 3579

Re: freezing modules...

Thanks for answering Pythoncoder, the application did not work because I forgot a file, it's already working, thanks, A couple of questions, I followed the instructions of this address https://www.youtube.com/watch?v=jG7WBY_vmpE, I did not use a virtual machine but I did a new installation of ubuntu...
by cyberlab
Mon Nov 05, 2018 4:47 am
Forum: ESP8266 boards
Topic: freezing modules...
Replies: 5
Views: 3579

freezing modules...

hello to all, finally I managed to freeze my modules, before freezing them my application ran with import my_module my_module in main.py I thought that after freezing the modules I would work in the same way but it does not work, my_module is really the main application and it calls other modules, c...
by cyberlab
Sun Nov 04, 2018 4:50 am
Forum: ESP8266 boards
Topic: how to change default ip address in ap mode?
Replies: 7
Views: 5958

Re: how to change default ip address in ap mode?

hello again I found the password, I just need to change the ip by default 192.168.4.1, thanks in advance