Search found 6 matches

by acute
Mon Apr 17, 2023 9:21 pm
Forum: General Discussion and Questions
Topic: 8Gb NAND flash?
Replies: 3
Views: 21938

Re: 8Gb NAND flash?

See this library . The biggest chip tested with that library is 1Gb (128MiB) so your choice is either to use that or do some research and experimentation for the 8Gb chip. Thanks Peter I will check out your library. I'll get an 8Gb chip and give it a try, will open a PR if it works! So did it work,...
by acute
Sat Oct 08, 2022 11:03 am
Forum: Raspberry Pi microcontroller boards
Topic: Great Lesson, don't mess up with main.py
Replies: 4
Views: 33947

Re: Great Lesson, don't mess up with main.py

Would totally recommend including a safety override — like a killswitch to stop execution, or an emergency inhibitor checked once every startup.
And yes, save all your work (preferably version it up) somewhere else every time.
by acute
Tue Jul 26, 2022 11:43 pm
Forum: ESP32 boards
Topic: esp32-cam driver
Replies: 2
Views: 4737

Re: esp32-cam driver

Feels like they updated their repo and have some more instructions. I'm gonna give it a try, although it'd be better to have it in the main project at some point.
by acute
Wed Jan 27, 2021 10:36 pm
Forum: Programs, Libraries and Tools
Topic: WIZnet5K use DHCP ?
Replies: 4
Views: 4020

Re: WIZnet5K use DHCP ?

Without explicitly enabling lwIP — no, W5x00 module driver is being built, but it only accepts static IPv4 configuration for ifconfig() method; and it changes its behavior when built with lwIP. UPD0: actually, you can still use the interface without DHCP, so if you can configure everything without D...
by acute
Sun Jan 24, 2021 4:50 am
Forum: Programs, Libraries and Tools
Topic: WIZnet5K use DHCP ?
Replies: 4
Views: 4020

Re: WIZnet5K use DHCP ?

You haven't shown how you set up the WIZnet5k device? This section of Micropython documentation might be worth reading, to help you figure it out... http://docs.micropython.org/en/latest/library/network.WIZNET5K.html That section doesn't mention DHCP at all. So I tried to build firmware for my PyBo...
by acute
Sat Jan 23, 2021 11:44 pm
Forum: MicroPython pyboard
Topic: pyboard with LAN8720
Replies: 3
Views: 3699

Re: pyboard with LAN8720

Hi, Antonio!

Did this method help you? I'm going to try it myself, so I'm curious if this is the right way.