For efficient PCB assembly, it’s important to clearly document which component goes where. Traditionally this is done on the silk screen, but we have a different workflow...
Continue reading
As a PCB designer, the so-called 'ground plane' is your best friend. It makes layout easier, improves EMC performance, and as a bonus you get increased signal integrity. But be carefull to keep the ground plane intact...
Continue reading
Normally how you test a new board is by flashing a blinky program on it and check whether the LED is blinking. But we don't have a known working blinky binary for this microcontroller, nor do we have a method to flash that imaginary binary. That will be the challenge to tackle for this article.
Continue reading
At Jitter, we regularly do in-house PCB assembly for small prototype runs. This is a manual process, involving very tiny components, tweezers, and a lot of patience. Some components are smaller than 1x1mm, or have hundreds of pins at a 0.5mm pitch. How do we succesfully solder these tiny parts?
Continue reading
When I got started in PCB design, layout seemed like the easy part. The CAD software enforces the schematics, so you just need to puzzle everything together until all connections are made. Right?
Continue reading
AWS IoT facilitates connecting your internet-of-things things to all the other Amazon web services. This makes it easy to build a scalable backend for your IoT project. AWS IoT seems to be built with always-on, Alexa-like devices in mind. But what if you cannot add a Raspberry Pi to your sensor Thing? What if you don't have hundreds of kbytes of flash and RAM to spare?
Continue reading
A Rust driver crate for the ADXL355 digital accelerometer. This driver accepts an embedded-hal SPI interface and a GPIO OutputPin. It implements the Accelerometer Trait so you can easily obtain both raw sensor data and scaled-to-Standard-gravity sensor data.
Continue reading
Piano technology is a discipline that studies piano mechanisms and their interaction with the pianist. To investigate interactions between piano keys and pianists, we have installed an array of sensors in an experimental keyboard.
Continue reading
MicroSD cards. They are used in phones, cameras and all kinds of devices. A no-brainer to add some extra storage capacity to your project. They are advertised by their average read/write speed in MB/s. But there is a metric that is at least as important for certain applications: latency…
Continue reading
Recently we worked on a project where we needed to power custom electronics with electricity generated from cycling. To figure out what dynamo was most suitable for the job, we needed to characterize them in a repeatable manner.
Continue reading