Linked: Benjamin Cabé – IoT – AI – Open Source & random tech news

In this article, I have compiled 5 reasons why I tend to not enjoy writing embedded GUI code so much anymore. And since you might not be interested in simply reading a rant, I am also sharing some tips and some of the tools I use to help keep GUI development enjoyable 🙂.

(From: https://blog.benjamin-cabe.com/)

I’m looking to further posts in this series on developing GUIs for embedded systems.

Linked: LoRaNicator | Hackaday.io

A couple of months ago, I wanted to experiment with LoRa modules. I started with a breadboard, two AI-Thinker Ra-02 LoRa modules, Nokia displays and ATmega328 boards. After a couple of experiments, I designed a tiny board, my first LoRa pager.

(From: https://hackaday.io/project/163604-loranicator)

I’ve been wanting to experiment with LoRa for a while – this looks like an interesting and well done project.

Linked: Your First THINK C Program

You know C, of course. Perfectly understandable. It is in the air that surrounds us, now, and you would be innocent to think it has always been so. To begin your exploration of the Macintosh it would be best to start on some familiar ground. Retrieve the installation disks for THINK C 5.0 from the Macintosh Repository

(From: https://beyondloom.com/blog/thinkc.html)

Here’s a fun, quick introduction to setting up a THINK C environment in Mini vMac.

Linked: cy384 | The Ultimate Centris 650

The Centris 650 (or the slightly later Quadra 650) is one of the last machines of the era, but also cheap, expandable, and hackable. As a bonus, it’s capable of running the final version of A/UX.

(From: http://www.cy384.com/projects/centris-650.html)

This is the same developer that released the SSHeven SSH client for System 7/8/9 – I look forward to seeing what they come up with as upgrades/hacks for the Centris 650. The 650 is really a great machine, and I am so glad I have one of my own.

Linked: stnolting/neorv32: A small and customizable full-scale 32-bit RISC-V soft-core CPU and SoC written in platform-independent VHDL.

The NEORV32 Processor is a customizable microcontroller-like system on chip (SoC) that is based on the RISC-V NEORV32 CPU. The processor is intended as auxiliary processor within a larger SoC designs or as ready-to-go stand-alone custom microcontroller.

(From: https://github.com/stnolting/neorv32)

The continuing expansion of the RISC-V ecosystem is very exciting. I need to play with some of the various open source implementations sometime.

Linked: GitHub – newhouseb/onebitbt: Bluetooth PHY based on one-bit input and output

This is a proof-of-concept Bluetooth receiver that can receive bluetooth (advertising) packets using an FPGA and an antenna, read: straight RF into a SERDES port sampling at 5Ghz.

(From: https://github.com/newhouseb/onebitbt)

Somehow I don’t think Xilinx ever intended for standard SERDES ports to be used for direct RF sampling, but it’s pretty incredible that it’s possible.