From 6a3a71c697c48cdf1888cf9847cd5d11dc18c0b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Fri, 19 Aug 2016 10:07:23 +0200 Subject: [PATCH] Updated Projects using ArduinoJson (markdown) --- Projects-using-ArduinoJson.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Projects-using-ArduinoJson.md b/Projects-using-ArduinoJson.md index 0e69e8f..332ba70 100644 --- a/Projects-using-ArduinoJson.md +++ b/Projects-using-ArduinoJson.md @@ -144,3 +144,15 @@ by beegee1962 * https://github.com/ms-iot/virtual-shields-arduino * https://github.com/ms-iot/virtual-shields-universal + +## WiBo - Wifi Bootloader for STM32 + +by Lieven Merckx + +> Target is to create a STM32 bootloader interface that permits to reprogram remotely any STM32 that supports BOOT0 bootloader mode. This device should be able to reset the STM32 and determine the boot mode. + +> Second target is to redirect the UART output to the programmer's PC. + +* https://sites.google.com/site/limero314/esp8266-to-stm32 + +![](https://sites.google.com/site/limero314/_/rsrc/1471561415630/esp8266-to-stm32/WiBo%20prototype.JPG?height=240&width=320) \ No newline at end of file