Giorgio Boiero

Results 14 comments of Giorgio Boiero

I suggest to use the [WeAct Bootloader](https://github.com/WeActTC/MiniF4-STM32F4x1/tree/master/Soft/WeAct_HID_FW_Bootloader). In case is used a Black Pill is required to press the P0 button to enter in the boot mode There is also...

I wrote some [notes](https://hardwareliberopinerolo.github.io/site/blackpill/) how to use the WeAct Bootloader @samveen where is available your bin file of the modified bootloader?

I have a Black Pill F401CC I have uploaded your hid_bootloader.bin file but the HID 2.2 uploader is not able to find the usb devide 1209:BEBA When I connect the...

Thank you I'll check and recompile the firmware for the 401 Please only confirm that the parameters of dfu-util are correct: `./dfu-util -a 0 -s 0x08000000 -D hid_bootloader.bin` Is required...

For Linux it's possible to install only the JAR file of Ardublock with ESP8266 by @karlTH under the Arduino IDE tool directory: [https://github.com/karlTH/arduino-esp-ardublock/blob/master/tools/ArduBlockToolESP8266/tool/ardublock-all.jar](https://github.com/karlTH/arduino-esp-ardublock/blob/master/tools/ArduBlockToolESP8266/tool/ardublock-all.jar)

Hi Vittorio I have tried to use the GSM_Coordinates Example, but any data is returned I think that it's required first to activate the GPRS (and to set the APN)...

I suggest to take a look at [https://www.elecrow.com/download/SIM800%20Series_GSM%20Location_Application%20Note_V1.01.pdf](https://www.elecrow.com/download/SIM800%20Series_GSM%20Location_Application%20Note_V1.01.pdf) At page 9 of 12 there is an example.

In this moment I haven't the Sim800 to do a test (I'm working in a collaborative project with my AUG) But at page 288 of 380 and 366 of 380...

My understanding is that Igrr has created the [https://github.com/esp8266/ESPWebServer](https://github.com/esp8266/ESPWebServer) to allow the development of the code also for ESP32 This is written here: [https://github.com/espressif/arduino-esp32/projects/1](https://github.com/espressif/arduino-esp32/projects/1)

The SPIFSS for ESP32 has been developed: [https://github.com/me-no-dev/arduino-esp32fs-plugin](https://github.com/me-no-dev/arduino-esp32fs-plugin) Are your library ready to use SPIFSS such as the other one for ESP8266?