-
• #2
Nobody? I should add that you're not going to brick your device with this - worst case you have to enter bootloader mode again and re-flash 1v89.
Instructions on flashing are here: http://www.espruino.com/Puck.js#firmware-updates
-
• #3
The downoad has a funky long numeric name but it works ok. Uploaded to puck using DFU.
1 Attachment
-
• #4
yep - works
1 Attachment
-
• #5
Working fine here, got a bluttooth BLE adapter today, to my pc, and get my chromium and espruino-server going. Updated the puck via my phone motorola.
setWatch(function() { digitalPulse(LED2, 1, 200); },BTN1,{ repeat: true, edge:'rising', debounce:10}); >reset() =undefined _____ _ | __|___ ___ ___ _ _|_|___ ___ | __|_ -| . | _| | | | | . | |_____|___| _|_| |___|_|_|_|___| |_| http://espruino.com 1v89.35 Copyright 2016 G.Williams > _____ _ | __|___ ___ ___ _ _|_|___ ___ | __|_ -| . | _| | | | | . | |_____|___| _|_| |___|_|_|_|___| |_| http://espruino.com 1v89.35 Copyright 2016 G.Williams > =undefined >save() =undefined Erasing Flash..... Writing.... Compressed 32000 bytes to 1479 Checking... Done! >
Disconnect the batteri, and reinsert it, and the program works.
-
• #6
Thanks! Let me know if there are any issues using it
Hi,
It looks like the OS on my build PC is too old to be able to easily build Puck.js images, so until I fix it I'm just attaching one here... Just download it on to your phone and install it the same way you did with 1v89.
Improvements are:
Modules.addCached
to take a function (makes module loading more memory efficient)rand
function (so no malloc, and ~1kB RAM, ~3kB ROM saved)So assuming this works well - which I think it will, I'll release a version 1v90 tomorrow.
Let me know how it goes!
1 Attachment