I looking to write some code to run on a espruino ( a programable micro chip that works with javascript) to work as a bluetooth remote, I have it working perfectly in node on my laptop using node and relying heavenly on "Buffer.from" however I can't use the Buffer module on the espruino.
I've tried varies ways of using ArrayBuffer etc but can't find any thing that works can any one recommend a work around ?
also i do need to do the converting with in the script so if there a way to store a buffer that would work
Any help would be greatly appreciated as it driving me nuts
Cheers
James