____ _
| __|___ ___ ___ _ _|_|___ ___
| __|_ -| . | _| | | | | . |
|____|___| _|_| |___|_|_|_|___|
|_| espruino.com
1v96 (c) 2017 G.Williams
Espruino is Open Source. Our work is supported
only by sales of official boards and donations:
http://espruino.com/Donate
>WARNING: jshI2CSetup: driver installed, sda: 5 sdl: 4 freq: 50000,
=undefined
>
this is test code:
function start(){
g.clear();
g.drawString("test",0,0);
g.flip();
}
// I2C
I2C1.setup({scl:D4,sda:D5});
var g = require("SSD1306").connect(I2C1, start);
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi all,
I am trying to save a simple code but it does not save.
I used this command on Windows terminal to flash the ESP32 wemos oled (attached pic) board:
The I used Eepruino web IDE on Windows changed the baud to setting to highest (115200)
When I connect to ESP32 I get this error message. However it seems to work fine.
when I uploade the code I get this warning:
this is test code:
When I save() it does not save
I disconnect and then reconnect ESP32 board but nothing shows up on oLED.
Any insight?
Thanks very much.
1 Attachment