From 742813703c27ff446382e33c41bc27cfa39f5f50 Mon Sep 17 00:00:00 2001 From: Serge Bazanski Date: Sat, 6 Mar 2021 23:34:53 +0100 Subject: [PATCH 1/2] org/hswaw: register Warsaw Hackerspace --- org/hswaw/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 org/hswaw/index.md diff --git a/org/hswaw/index.md b/org/hswaw/index.md new file mode 100644 index 0000000..c566488 --- /dev/null +++ b/org/hswaw/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Warsaw Hackersoace +site: https://hackerspace.pl/ +--- +A Hackerspace in Warsaw, Poland. Also home of the [bgp.wtf](https://bgp.wtf/) ISP. From 7d43654d758065419ca092ca708835a82e5629e5 Mon Sep 17 00:00:00 2001 From: Serge Bazanski Date: Sat, 6 Mar 2021 23:35:12 +0100 Subject: [PATCH 2/2] 1209/2137: register Web I2C Programmer (hswaw) --- 1209/2137/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 1209/2137/index.md diff --git a/1209/2137/index.md b/1209/2137/index.md new file mode 100644 index 0000000..36238eb --- /dev/null +++ b/1209/2137/index.md @@ -0,0 +1,12 @@ +--- +layout: pid +title: Web I2C Programmer +owner: hswaw +license: ISC +site: https://hackdoc.hackerspace.pl/dc/hbj11/flasher/bluepill/ +source: https://cs.hackerspace.pl/hscloud/-/tree/dc/hbj11/flasher/bluepill +--- + +A USB-driven I2C programmer based on an STM32F103C8T6 on a 'Bluepill' devboard. Accessible from a [WebUSB based interface](https://hackdoc.hackerspace.pl/dc/hbj11/flasher/web/README.md). + +NOTE: This project is contained within a monorepo ([hscloud](https://cs.hackerspace.pl/hscloud)) which is licensed under the ISC license and other compatible open source licenses. See [COPYING](https://cs.hackerspace.pl/hscloud/-/blob/COPYING) for more information.