Most recent activity
-
-
-
This is quite a common problem especially these days with so many modular components and boards made. It means that people with very little knowledge of electronics are able to get into developing their own cool projects just by connecting preassembled boards together and not realising that they need common ground.
-
-
-
A project I've got coming up will be using the Espruino and CC3000 module to provide a user interface to some hardware.
Beyond this, I'm looking at making a youtube series that is going to involve the Espruino quite frequently, to make the presentations simpler (less technically involved for the viewer too) I'd like to be able to use the Espruino to serve up web pages but I won't be needing it to be wireless.
Is there an easy way to get the Espruino to serve up web pages through a wired connection, either the micro usb or through some of the gpio? I'd like it to work in a similar way to how it works with the CC3000 but using a purely wired connection?
Thanks in advance
Lucie
Hi,
While using the BMPLoader module to quickly get some data out to a display without having to port my Python graphics library across, I found it was giving me an error: w is not defined etc...
The only reference to 'w' in BMPLoader is in the line of code below
changing it to
fixes the problem. I just copied the module code into my program and converted it to a standard function then made the changes above but it would be handy if the module could be updated.