Espruino 1v80 released #85
Replies: 10 comments
-
Posted at 2015-08-07 by conor Great set of updates, thanks Gordon. Sadly still no joy for me with HID on Windows (I tried Windows 7 and Windows 10, two AMD-based and one Intel-based). OSX fine. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-08-07 by @gfwilliams Ok, thanks for checking - it looks like we'll have to wait until the descriptors can be properly specified in Espruino then :( |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-08-08 by Sacha Hi Gordon Sacha |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-08-09 by Cale Not sure if this is to do with the update as I had not used the NRF24L01+ before. But when I call it from the PICO as in the example it errors back with "masterHbndler" not found.
returns
BUT when I run the code like this....
it works........ |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-08-09 by asez73 Hi @gordon, Thank's again for all that work, the Espruino is really an interesting, very power saving little board: I runned an internal temperature to SD card logger every 5 minutes for 6 months from a pair of AA batteries without having any problem. Now I want to do it with a GPS switching it ON / OFF from the STM43F1. However I hate to solder very tiny things... |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-08-10 by alexanderbrevig Nice update @gordon! Also @Cale, |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-08-10 by @gfwilliams
However @Cale's code used the correct version. Usually when characters get changed it's because of some internal error in the interpreter :( @Cale I can't reproduce this at all with your code though. What happens if you step back in the command history with the up-arrow? Does it show I did however find that the NRF24 module was broken in another way (it was depending on an Array, not a Uint8Array being returned by |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-08-11 by Cale Maybe its my chip? Check this out.....
Notice when I use the up arrow to reuse the previous code that it changes letter a to b..... and sometimes that 'print("=="+r)' will be replaced with 'print("=="+s)' then 'print("=="+t)' when I use the up arrows to reuse the code....... I'll do some more testing |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-08-11 by @gfwilliams Wow, strange. Does it do it with more simple bits of code, or just the NRF stuff? And you're definitely using 1v80? It could be the chip, but this does look exactly like a very specific problem with the interpreter. I just wish I could reproduce it! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-08-20 by Cale Sorry for not getting back, I've been onto other projects recently. I have received my new NRF modules though :) I should have a board put together in the next day or so and ill update you. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-08-07 by @gfwilliams
Finally, I've released Espruino 1v80 - it should be available for firmware updates from the Web IDE.
There are a few big changes:
0x20060000
which shouldn't exist, but does!As always, I've tried to test and make sure everything is working fine, but this is a pretty big change - especially on the Pico - so let me know if you have any problems!
Full list
New features:
{data:X, count:Y}
as argument (fix Create directory on sdCard #485)Improvements:
pin.mode
andpin.getMode
functions (mirroringpinMode
)Serial.setup
now remembers options if none specified (fix String Height #557)Bugfixes:
E.unmountSD
doesn't forget custom SD card configs fromE.connectSDCard
parseFloat(Infinity)
(fix Serial interface binary communication #314)JSON.parse
when not given strings (fix Power needs, motor drivers, and more.. #546)Beta Was this translation helpful? Give feedback.
All reactions