Search found 4 matches

by stephenmhall
Thu Sep 29, 2016 8:19 pm
Forum: ESP8266 boards
Topic: MemoryError what limit am I hitting?
Replies: 13
Views: 15320

Re: MemoryError what limit am I hitting?

Thanks to all, managed to get my head round building and freezing thanks to posts here and adafruit tutorials. I now have an Ubuntu VM set up for building my own frozen module MicroPython firmwares.

Works a charm, gone from about 6k free ram when it did run to about 17k :D
by stephenmhall
Mon Sep 26, 2016 5:39 pm
Forum: ESP8266 boards
Topic: MemoryError what limit am I hitting?
Replies: 13
Views: 15320

Re: MemoryError what limit am I hitting?

Cheers Robert, I have ordered a neopixel led to replace the three led's and refactored the code for that, so far it is now running without a memory error. I will definitely look at getting the build environment setup, but that is way further down the rabbit hole than I am used to going with both mic...
by stephenmhall
Sun Sep 25, 2016 5:42 pm
Forum: ESP8266 boards
Topic: MemoryError what limit am I hitting?
Replies: 13
Views: 15320

Re: MemoryError what limit am I hitting?

Thanks Coder, aye a little more browsing round the forum revealed the 22k or so limit on the ESP8266. Here is my code. don't judge me too harshly. is there a code block view we can use posting to the forum? [code]#!python3 import machine import time import socket class Printer(object): def __init__(...
by stephenmhall
Sun Sep 25, 2016 4:06 pm
Forum: ESP8266 boards
Topic: MemoryError what limit am I hitting?
Replies: 13
Views: 15320

MemoryError what limit am I hitting?

Hi everyone, I have MicroPython running on a Wemos D1 mini, The project is a 3D printer filament jam monitor. I am switching between ESPlorer and ampy in cmd to code and test run. I have the code running but seem to have have hit a wall where adding one more line causes the following error:- "Memory...