Search found 12 matches

by ideal2545
Fri Jun 03, 2016 10:06 pm
Forum: ESP8266 boards
Topic: Frozen Byte Code
Replies: 4
Views: 5413

Re: Frozen Byte Code

a little new to this still... what is 'frozen byte code' - or is there a good resource for me to read up on it? I am having some issues importing modules so I'd appreciate it.

Thanks
Jon
by ideal2545
Wed Jun 01, 2016 8:23 pm
Forum: ESP8266 boards
Topic: ESP8266 is great (with ideas for improvement)
Replies: 8
Views: 8374

Re: ESP8266 is great (with ideas for improvement)

I'm very much a newbie to micro-controllers in general and even to python. I've got mpfshell working decently well with fuse mounting for transferring files. It's a little buggy but it works. I wish we had some more clear instructions on installing libraries from micropython-lib for the esp8266. Als...
by ideal2545
Thu May 26, 2016 3:59 am
Forum: ESP8266 boards
Topic: sending email with the esp8266 and micropython
Replies: 0
Views: 5275

sending email with the esp8266 and micropython

Hi Guys, Has anyone had luck sending emails through the ESP8266. I tried the lib provided here for smptlib: https://forum.micropython.org/viewtopic.php?f=11&t=1047 I had to adjust it a bit to import SSL properly, but when I do an import of smtplib I run out of memory. Is there another recommended wa...
by ideal2545
Thu May 26, 2016 3:45 am
Forum: ESP8266 boards
Topic: esp-open-sdk build error - python is missing or unusable (debian)
Replies: 6
Views: 10214

Re: esp-open-sdk build error - python is missing or unusable (debian)

It seems this issue just started happening with some recent change for sure, I've been building it for a little while now and all of a sudden this happened to me yesterday. i also had to install something else for the first time... can't think of the name now.
by ideal2545
Wed May 25, 2016 6:56 am
Forum: WiPy and CC3200 boards
Topic: Sending email
Replies: 36
Views: 181633

Re: Sending email

any more progress on this by chance, i've been trying your lib on an esp8266 but when i do an import i run straight out of memory :(
by ideal2545
Sun May 22, 2016 7:09 am
Forum: ESP8266 boards
Topic: webserver to turn an LED on or off
Replies: 5
Views: 33137

Re: webserver to turn an LED on or off

Got it figured out by doing some cobbling together of documents and research... for anyone who needs a little tutorial in the future: (and if anyone see's a better/more efficient way for me to accomplish this can you please tell me?) import socket import machine #HTML to send to browsers html = """<...
by ideal2545
Fri May 20, 2016 8:01 pm
Forum: ESP8266 boards
Topic: webserver to turn an LED on or off
Replies: 5
Views: 33137

webserver to turn an LED on or off

Hi Guys, To start: I'm new to microcontroller programming in general but I like python. Question: With LUA I was able to figure out how to get a webserver going to turn an LED on or turn it off with an html button. I'm trying to do the same thing with micropython but I'm really having a hard time fi...
by ideal2545
Wed May 18, 2016 7:03 am
Forum: ESP8266 boards
Topic: ESPlorer IDE supports MicroPython now
Replies: 6
Views: 13896

Re: ESPlorer IDE supports MicroPython now

Is there a way to send a "CTRL-C" to stop a running process?
by ideal2545
Wed May 18, 2016 6:12 am
Forum: General Discussion and Questions
Topic: cannot get micropython to compile
Replies: 3
Views: 6341

Re: cannot get micropython to compile

got it going, looks like the toolchain had an issue last night, did an update this morning, pulled a small file down and then i tried again and it worked
by ideal2545
Tue May 17, 2016 9:55 am
Forum: ESP8266 boards
Topic: Problem building esp-sdk
Replies: 6
Views: 6540

Re: Problem building esp-sdk

same problem, i tried compiling micropython anyways since it looks like whatever its doing there at the end is a patch and not a major componenet... then again i can't get my micropython to compile, keeps complaining that a bunch of files are missing