RSSAmplifier

Blog

The [object Object]

httpsn0w0n.com/RSS feed ↗3 posts

Latest posts

No C, No Python, No Problem: Writing a SeisComP Plugin in Pure Go

It has been a few months since I left Seeed Studio and started working on my own business, AnyShake Project , a open-source project targeted at Raspberry Shake and other similar products. As part of building a complete seismograph solution — both hardware and software — I knew from the beginning that integration with SeisComP was a must. It's one of the most widely used tools in professional…

The $60,000 Patch: A Newcomer's One-Week Triumph

In mid-October, after three rounds of assessments and interviews, I finally get a work from a company that specializing in open-source IoT and embedded development. As an application engineer at this company, my responsibilities include building libraries, maintaining product documentation on the wiki, and creating customized demos for various edge computing devices. Just a few days into the role,…

MMAP on Allwinner H3 - The Faster Way to Access to GPIO Pins

When it comes to control the GPIO pins on a development board, many of developers have tried to access the GPIO pins from the user space (e.g. The sysfs ). But this approach may not perform well because it's not that fast as you may thought - at least it was vividly reflected in one of my recent needs. Recently I took over a maker-level project that uses the Raspberry Pi and in the project, the Pi…