Search found 3 matches

by Dishan
Sat May 11, 2024 12:33 pm
Forum: Programs, Libraries and Tools
Topic: Abstract class in MicroPython
Replies: 4
Views: 37716

Re: Abstract class in MicroPython

This forum will be made read-only soon. Please post at GitHub Discussions. font generator MicroPython doesn't support abstract classes but if you're porting exisiting code that uses ABC, then you can just write an empty ABC class and abstractmethod decorator. See https://github.com/micropython/micr...
by Dishan
Fri Jul 14, 2023 9:52 am
Forum: ESP8266 boards
Topic: Programming ESP8266 on Chromebook in Nov 2019; with both Linux/android apps now accessible, is it easier?
Replies: 9
Views: 110194

Re: Programming ESP8266 on Chromebook in Nov 2019; with both Linux/android apps now accessible, is it easier?

Have been searching online and got a lot of mixed information - some saying that you need an Arduino to sit between the chromebook and ESP8266, because an ESP8266 won't be recognised/accepted directly over USB - is this true? youtube vanced What's the current cheapest/easiest route for someone with...
by Dishan
Fri Aug 12, 2022 10:41 am
Forum: Other Boards
Topic: [STM32H750] Working board definitions and some questions
Replies: 13
Views: 162859

Re: [STM32H750] Working board definitions and some questions

Hello SunWukong, try to flash firmware1.bin using the instructions on the page GBWhatsApp APK https://github.com/WeActTC/MiniSTM32H7xx/tree/master/SDK/QSPI_Flasher . It worked well for me ;) i'm really grateful for this link. I was struggling flashing the firmware, but these instructions helped me....