Search found 3 matches

by nilo
Thu Apr 23, 2020 10:57 pm
Forum: ESP8266 boards
Topic: I2C implementation
Replies: 10
Views: 8748

Re: I2C implementation

Robert,
i used your i2c sh1106 driver from git for my 1.3" oled. i got it to worked but it skipping every
other line. i'm using esp32 and the oled spec: 1.3", res 128*64, chip = ssh1106 ? ...
any thoughts, software? hardware? thanks.
by nilo
Mon Jan 14, 2019 6:15 pm
Forum: Other Boards
Topic: [NUCLEO-F401RE] procedure to upload the MicroPython image
Replies: 19
Views: 23803

Re: [NUCLEO-F401RE] procedure to upload the MicroPython image

@boochow,
thanks a lot, everything is working now (using 2 microUSB's). This is the quickest MicroPython implementation on the IOT1A.
now I just have have to find drivers for all the sensors on this board. I got the VL53L0X drivers from desiphu working too.
by nilo
Tue Jan 08, 2019 7:28 pm
Forum: Other Boards
Topic: [NUCLEO-F401RE] procedure to upload the MicroPython image
Replies: 19
Views: 23803

Re: [NUCLEO-F401RE] procedure to upload the MicroPython image

boochow, thanks for creating the "bin" file for the iot1a, you make life easier. I got the REPL working. since I just downloaded your binary files I do not have the "boot.py" and "main.py". how do I run a script? like writing a script inside main.py, reset the board to run the script. any comments w...