Search found 10 matches

by raszga
Wed Nov 16, 2016 2:32 am
Forum: ESP8266 boards
Topic: OSError 19 (ENODEV)
Replies: 15
Views: 41477

Re: OSError 19 (ENODEV)

Hi,
Just a suggestion :
I did have some unhappy experiences trying to use the esptool under Debian 8 so now days I'm using the windows (7) version of the nodemcu flasher to l flash the ESP8266-12. (nodeMCU firmware programmer)
Hope this helps.
by raszga
Tue Oct 04, 2016 1:29 am
Forum: ESP8266 boards
Topic: OSError 19 (ENODEV)
Replies: 15
Views: 41477

Re: OSError 19 (ENODEV)

Thanks fort the response, I suspected some connection. Now here is interesting, over the "faulty " part I ran from network module ( I loaded the last stable version from 09092016): ************************************************************** import network ap = network.WLAN(network.AP_IF) # create...
by raszga
Sun Oct 02, 2016 5:50 pm
Forum: ESP8266 boards
Topic: OSError 19 (ENODEV)
Replies: 15
Views: 41477

Re: OSError ENODEV 19 /* No such device */

Hello, I have a similar problem on an ESP8266-12, even after I blank the flash and reload the ..2016_09-25..bin version ( and all others). After I load the flash the boot.py is not present and a lot of error messages come as : ******************************************* Performing initial setup Trac...
by raszga
Fri Sep 30, 2016 3:04 am
Forum: Hardware Projects
Topic: Ideas for the project
Replies: 15
Views: 18736

Re: Ideas for the project: how to write main.py

Hello, I Think I found a solution to writing the main.py in the ESP 8266 12 (AI thinker) (I'm sure is not the best one but it worked) I 'm using ESPlorer under Windows 7 . (under debian 8 I din not have the boot.py) 1. Delete and re-flash your ESP. ( I used mp-esp8266firmware2016_25_2016.bin loaded ...
by raszga
Thu Sep 29, 2016 12:27 am
Forum: Hardware Projects
Topic: Ideas for the project
Replies: 15
Views: 18736

Re: Ideas for the project

Tanks for your responses., I try to find the instructions to load the mpy program in the ESP 8266-12 but I'm not too successful. In simple terms the program loaded with ESPlorer works on ESP board but if I reset or cut the power the program is lost. I do not understand how I can make the main.py to ...
by raszga
Fri Sep 16, 2016 1:15 am
Forum: Hardware Projects
Topic: Ideas for the project
Replies: 15
Views: 18736

Re: Ideas for the project

Thanks for the help and clarification.
to write "1" I'll write b'\1' if I understand correctly.
by raszga
Wed Sep 14, 2016 2:10 am
Forum: Hardware Projects
Topic: Ideas for the project
Replies: 15
Views: 18736

Re: Ideas for the project

Hello, I'm able to read the MPU6050 thru I2C and funnel the data WIFI to a pyton program running on my Debian 8 station. It works fine but I have a question regarding the use of the bytearray .. When I program the scales for accelerometers and gyros I have to write a value in a memory location thru ...
by raszga
Sun Sep 11, 2016 12:39 am
Forum: Hardware Projects
Topic: Ideas for the project
Replies: 15
Views: 18736

Re: Ideas for the project

You are right .
by raszga
Sat Sep 10, 2016 3:45 pm
Forum: Hardware Projects
Topic: Ideas for the project
Replies: 15
Views: 18736

Re: Ideas for the project

Got it :
This is the tricky with "try:"... .. I wrote false .. not False for exit condition... is working now..
Thanks,
by raszga
Sat Sep 10, 2016 2:41 pm
Forum: Hardware Projects
Topic: Ideas for the project
Replies: 15
Views: 18736

Re: Ideas for the project

Hi, The MPU 6050 can be used in a variety of applications with appropriate filters and fusion algorithm. I 'm able to read on ESP8266 -12 (using AI tinker) on I2C the MPU 6050 , ( Debian 8 / Espexplorer ) but everything looks to be fairly unstable and it looks to be mostly an micropyton implementati...