Eric Betts

Results 30 issues of Eric Betts

I built a BLE lamp based on a guide by Adafruit (https://learn.adafruit.com/ble-feather-lamp/overview), and at first I was using their very simple protocol to control it, but I was looking for...

enhancement

Is there already, or could there be added, an indicator for the state of the connection? Say I've paired a keyboard and then left it behind, then come back at...

I ported the firmware to the PuckJS (https://www.puck-js.com/) ```javascript function AirTag(pk) { var ad = [ 0x1e, /* Length (30) */ 0xff, /* Manufacturer Specific Data (type 0xff) */ 0x4c,...

The `[[plugins]]` returned in the error message (https://github.com/netlify/build/blob/master/packages/build/src/plugins_core/functions/error.js#L71) is treated as markdown and causes the rendered message in the UI to drop one of the brackets, giving incorrect instructions to...

I wrote a mustache template for outputting a graphviz dot file for the proto. Its pretty rough, but I thought others who came by might be interested in a graphical...

I think I came up with a clever solution for handling the gallery/wpe/launch URLs(https://github.com/balenalabs/balena-dash/blob/master/kiosk/wpe-init#L51-L66) and wanted to share. I'm using it on my fork (https://gitlab.com/bettse/balena-dash/-/blob/master/kiosk/wpe-init#L56). ``` $(printf "%s\n%s\n%s\n" $GALLERY_URL $WPE_URL...

I've been working on software for an NFC reader off and on for a little over a year (https://github.com/bettse/janus) and the last time I was working on it, I began...

Some saas analytics platforms, like New Relic, have an API that can be called during deployment of new versions. I think it would be cool if centurion had support for...

enhancement

I'm interested in how the joycon does NFC. I've written my own code[1] to do the basics (set player LED, vibrate, change input remote mode), but I've been struggling to...

# What's new - If the iclass card can't be read with the standard key, and if a dictionary of keys is present, the dictionary will be tested. No new...