Search found 75 matches

by doublevee
Tue Jul 24, 2018 8:04 am
Forum: General Discussion and Questions
Topic: Pyboard + SSD1306
Replies: 26
Views: 18208

Pyboard + SSD1306

I have been struggling unsuccessfully to get a Pyboard (v1.1) and SSD1306 based OLED talking. I have no issues using the ESP8266 or ESP32. It is very confusing (to me) whether to user the pyb or machine library for instantiating an I2C object. I have used both, and they both work correctly; if I iss...
by doublevee
Fri Jul 13, 2018 6:25 pm
Forum: General Discussion and Questions
Topic: Host pushing JSON config file to Pyboard
Replies: 10
Views: 7263

Re: Host pushing JSON config file to Pyboard

Thank you very much guys for taking the time to reply - I am reviewing all the suggestions and the serial receive code.
by doublevee
Sat Jul 07, 2018 5:11 am
Forum: General Discussion and Questions
Topic: Host pushing JSON config file to Pyboard
Replies: 10
Views: 7263

Re: Host pushing JSON config file to Pyboard

Thank you so much guys - very appreciated. The IPC approach looks very interesting and I will follow that up. I had done some reading on using an SD card, but this will add considerable expense to my solution so I was trying to avoid this route if at all possible. Thanks for the heads up on the buil...
by doublevee
Tue Jul 03, 2018 6:11 am
Forum: General Discussion and Questions
Topic: Host pushing JSON config file to Pyboard
Replies: 10
Views: 7263

Re: Host pushing JSON config file to Pyboard

Thanks Dave - that is very simple and neat. I do have a use case where the Pyboard could also be used in isolation ie no connection to a host, once an initial .JSON file has been transferred. I think your approach would still work though as after a power cycle, the Pyboard would run main.py to proce...
by doublevee
Mon Jul 02, 2018 11:24 pm
Forum: General Discussion and Questions
Topic: Host pushing JSON config file to Pyboard
Replies: 10
Views: 7263

Host pushing JSON config file to Pyboard

Hi - I have never posted in a forum before so if this is in the wrong place, or against the rules, please be gentle with me. I have been using Micropython now for about 6 months and am a total novice at best. I would like to use uPy in a project I am working on (my background is hardware) to display...