-->
Page 2 of 3

Re: Node-red prototype flow for working w/ frankenstein firm

PostPosted: Wed Jun 03, 2015 1:29 pm
by dacb
Great contributions, thanks. One of the many problems with the lua firmware is the memory limitations. I haven't been able to get a working MQTT + DS18B20 setup working without seeing out of memory issues.

On the contrary, the frankenstein firmware 'just works' and doesn't require any additional coding. It does mean that the MQTT I/O is driven server side which is awkward.

Take my post as a demonstration of what can be done without investing in firmware development.

Re: Node-red prototype flow for working w/ frankenstein firm

PostPosted: Wed Jun 03, 2015 2:29 pm
by Artem Pastukhov
I have about 21k of ram before any script running and 14k with mqtt, dht22, and PIR sensor.

Re: Node-red prototype flow for working w/ frankenstein firm

PostPosted: Wed Jun 03, 2015 2:35 pm
by Artem Pastukhov
cal wrote:Not fair.

You should at least format the js.

Tell this to IBM guys at http://flows.nodered.org/

Re: Node-red prototype flow for working w/ frankenstein firm

PostPosted: Wed Jun 03, 2015 2:36 pm
by Artem Pastukhov
I will post full script tomorrow if you wish.