Quantcast
Channel: Posts on JeeLabs
Browsing all 232 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Signed and encrypted email

It’s surprising that S/MIME is not more widely used. It offers authentication, so that you can be sure the email comes from the person that email address belongs to, which will kill all (spear-)...

View Article


Image may be NSFW.
Clik here to view.

Garbage collection for JET

The JET project is based on a dataflow engine, which needs to run on a variety of hardware, in particular fairly low-end µCs.But dataflow requires passing messages around, and I want these messages to...

View Article


Image may be NSFW.
Clik here to view.

Data structures for JET

Another post about the JET project. This time around, I’m trying to come up with simple data structures to get the job done, i.e. supporting a PureData-like dataflow engine, able to fit in very small...

View Article

Image may be NSFW.
Clik here to view.

Data structures for JET, cont'd

I made some good progress on the design of an early prototype forlast week’sJET data structure design. So far, it’s all working out well (I’m coding this in C), with some useful refinements:the gadget...

View Article

Meet the Tinker Pico (again)

It’s time to get some new hardware out the door, which I’ve been doodling with here at JeeLabs for quite some time, and which some of you might like to tinker with as well. The first new board is the...

View Article


Arduino IDE w/ LPC824

What will it take to support the LPC824 µC, i.e. the Tinker Pico, from the Arduino IDE? As the Arduino IDE has been evolving and growing over the years, more and more µC platforms have been added -...

View Article

IDE w/ LPC824, part 2

Let’s get that upload going. Remember, this is about adding a “hardware platform” to the Arduino IDE so it can compile and upload files to a Tinker Pico, based on the LPC824 µC. There are two parts to...

View Article

Making a sharp turn

During my tinkering over the past two weeks, I hit a snag while trying to hook up the LPC824 µC to the Arduino IDE. Nothing spectacular or insurmountable, but still… This week, I have two articles for...

View Article


The world of STM32

As announced last week, I’ll be switching (pouring?) my efforts into a new series of µC’s for a while, so there’s quite a bit of work ahead to get going, and I really don’t want to dwell too much on...

View Article


Talking to an STM32

When dealing with ARM µCs and boards based on them, there’s always one big elephant in the room: how to upload software to them, and how to talk to them via serial or USB. The available options,...

View Article

Programmer PCB Triple Play

To follow up on last week’s upload articles, I’m going to turn a couple of these boards into Black Magic Probe programmers: From left to right: an STM Nucleo F103RB (any Nucleo will do, though), a...

View Article

Pi-based STM32F103 development

There are many ways to experiment with embedded development, which is what the Arduino IDE really is all about. But before diving more into using the Arduino IDE with STM32 µCs, I’d like to mention...

View Article

A fingernail vs a moon lander

Small microcontroller chips, modern laptops/desktops - the range of computing power is enormous nowadays. So enormous, that it can be pretty hard to grasp the magnitude. This week, I’m going to do some...

View Article


A diversion into FPGAs

Last week’s exploration of “processing with limited computing power” a few decades ago has led me into another direction which turned out to be mesmerising and addictive… All due to a chip called a...

View Article

Switching to a new server

As you may know, the various websites here at JeeLabs are served locally. Houten offers very fast Fiber-To-The-Home connections, my ISP (XS4ALL) is excellent, and I don’t see the point of putting...

View Article


Tying up 2015's loose ends

As the end of 2015 is approaching and now that the new server setup has been completed, it’s time to clean up some remaining loose ends. Spring cleaning is early, here at JeeLabs! Next week will be a...

View Article

Turning the page on 2015

As the last few days of 2015 pass, I’d like to reflect on the recent past but also look forward to things to come. For one, the JeeLabs weblog is now thriving again: the new weekly post-plus-articles...

View Article


Getting (a bit more) organised

More spring cleaning. This has been keeping me busy for a couple of days, so I thought I might as well write about the issues and solutions I’ve found for them: Sh(r)edding those CDs & DVDs - Wed...

View Article

Arduino shields... or not

Once upon a time, when the Arduino was still young, someone made a mistake with the headers on its PCB, placing one of the headers off the standard 0.1” placement grid - as used by just about...

View Article

Overcoming JET lag

Long-time readers of this weblog know that the topics here have always been all over the map - electronics, digital design, embedded firmware, but also trying out new stuff, getting organised,...

View Article
Browsing all 232 articles
Browse latest View live