Search found 2 matches

by brainelectronics
Thu Sep 01, 2022 9:11 pm
Forum: General Discussion and Questions
Topic: How to include driver into micropython compilation
Replies: 21
Views: 75048

Re: How to include driver into micropython compilation

I faced the same issues. Finally I decided to not define a reset output pin, which solved the issue of 0x08. If the pin shall be used, I had to explicitly turn it on and wait a short time before creating the network interface. See code example below. I use different SPI and CS pins than on the previ...
by brainelectronics
Sat Aug 07, 2021 7:46 am
Forum: ESP8266 boards
Topic: [SOLVED] Memory upgrade: Expand flash to 32 MB
Replies: 11
Views: 20915

Re: [SOLVED] Memory upgrade: Expand flash to 32 MB

thank you very much @crizeo for this great module! I've polished it a little bit and added the possibility to use it with Winbond chips that require a software reset command due to the lack of a hardware reset pin. This has been tested with W25Q128JVSIQ and its siblings # winbond.py from micropython...