Most recent activity
-
-
Let's do it! I've just found arduino implementation you mentioned https://github.com/JChristensen/ds18b20/blob/master/ds18b20.cpp#L32-L63
But didn't figured out better workaround for DS18B20.js yet. -
@Gordon it works but property called area not addr, and it bricked nodemcu with [0], won't boot on the next run and after reflashing. I've manage to fix it by flashing blank512kb.bin twice.
I'm curious maybe it's better to use [1] or [2], getFreeFlash() returns 3 areas for esp8266?
Thanks anyway! -
@Gordon getFreeFlash() will calculate a next free address or returns user flash area of specific platform? I'm trying to get if it returns same results on each run or increasing address depending on usage? Sorry for lame questions I'm noob here.
-
@Gordon thank you! It works.
I've tried to find mapping but in a tve's repo. Esp now is officially supported and code is in main repo, right?I'm so happy I found espruino, I really like it! Thank you!
Is there any way to store short data counters using inner memory?
I've tied FlashEEPROM, but it seems not working. Because of esp8266?
Module looking for flash_start and flash_length properties inside process.memory() object,
but there is nothing. It is specific of esp? -
Love Ruby, doing web!