Booting Linux on an OX64 BL808 board

Pine64 introduced the Ox64 recently. This board features a Bouffalo Lab BL808 MCU. Inside this MCU we’ve got 3 different cores. The core referred to as M0 is an RV32IMAFCP T-Head E907 core. The core referred to as D0 is an RV64IMAFCV T-Head C906 core, finally there is a core referred to as LP, which…


Designing some more ucdev baseboards

One of my goals these holidays were to design some new ucdev baseboards. I’m looking at the ESP32C3 and ESP32S3. Now, there are various boards on AliEbay, so which one to design for. When I bought some samples last March. Back then I went for the NodeMCU models. However, looking at AliEbay today, it seems…


The W806 microcontroller

As I’ve discussed the debugger for the W806 microcontroller, let’s now have a look at the microcontroller itself. Apart from the W806, it seems there is also the W801 on sale. These goes for cheaper then the W806, and appear to be the W806 with added 2.4 GHz radio, providing IEEE802.11b/g/n (aka WiFi 1/2/4) and…


WCH-LinkE

The WCH-LinkE is the debugger needed for CH32V0xx microcontrollers. WinChipHead is selling them in 3-packs, and so I’ve ordered a pack. When they arrived, I plugged one in my computer, and, it didn’t enumerate. I tried the others, and nothing happened either. [18612.246110] usb 1-6.2: new full-speed USB device number 26 using xhci_hcd [18612.724335] usb…


W806 debugging (part 1)

A year ago, I wrote about the W806 microcontroller. Back then, I ended with the lack of debugging support. When the CKLink Lite debugger for C-Sky based chips appeared on AliExpress, I wondered whether it might support the W806. However, being priced ~€50 I didn’t want to gamble. Recently an article regarding turning a Blue…


RISC-V ‘clones’ of the STM32F103 (part 5)

Months ago, when I was looking at LCSC, and spotted the CH32V203 in the listing, cheaper then the CH32V103. A higher number implies a better product, right? And when it’s even cheaper. So, I ordered a few, and soldered them to my PCB. (The design I use to compare all the *32?103C?T? chips) Back then,…


RISC-V SBCs

I’ve got some RISC-V SBCs, an AWOL Nezha board, and a Mango Pi MQ Pro. Both are based on the AllWinner D1 SoC. As recently I came across an SD card image builder that generates an Arch Linux image for these type of boards. https://github.com/sehraf/riscv-arch-image-builder This script combines OpenSBI (first stage bootloader), u-boot (second stage…


KSGER Soldering stations (part 3)

In the last post I mentioned KSGER soldering stations, I mentioned buying two more, and one of the new soldering stations released the magic smoke. My old KSGER soldering station is my trusted soldering station, still working perfectly fine. But those newer ones, The thing is, back then, after one of my soldering stations released…


Playing with some radio modules (part 3)

So far, I looked at the Si4332 and the S2LP Sub-GHz radio chips. I haven’t got them up and running yet. I have one more type of radio chip on a breakout board at home, a CC1101. I have ordered some HopeRF modules, RFM69 and RFM9x, which are SX123x and SX127x based, according to adafruit….


Playing with some radio modules (part 2)

After I got stuck with the Si4332 radio module, where I seemed to get a packet from one module to another, but the content of the packet was wrong, I concluded I had no way to tell whether the problem was on the sending or the receiving end. How to go on with this? Take…