fbeltrao-br
fbeltrao-br
Buy a RP2040 based board and use it as a secondary MCU for accelerometers, it has two SPI interfaces, I've done that when I used to have a cartesian printer
Wifi in this board is shit, only wired works, and they don't care.
I also want go get rid of this obnoxiously loud beep noise when MCU starts, but @abmantis stated that this bootloader is only for nano 3.0 and bricks 3.1 boards....
They even used a EOL kernel, they could at least use a 5.15.y release. We need the actual kernel and u-boot patches used to compile this image, they are the...
@redrathnure yeah, I've successfully ported a few drivers to 5.15.y and had almost everything working, until I found that they used an old SPI driver from kernel 4.4 for Android...
Funny how they just ignore us. All we need are the actual u-boot and kernel user patches, not the fake one they uploaded. It's literally just two text files.
I identified at least three problems with this dongle (rtl8188eu 0x0bda:0x8179). 1 - It do not fare well with wireless router auto channel selection (like channel=acs_survey in OpenWrt). Solution: Fix...
Never buy a wifi dongle before checking if your kernel has the proper drivers. Even if the driver exist in the wild, you won't be able to compile because MKS...
There is no RTC on MKS Pi, so time has to sync every time system boots. Use this: ``` timedatectl list-timezones | grep America timedatectl set-timezone your_time_zone timedatectl set-ntp true...
> Hello ! I have a problem like that, I use my MKS Pi with a printer that doesn't have a Filament runout sensor. I would like to Wire it...