项目作者: alberand

项目描述 :
Set of scripts and code to upload custom web-pages into external memory of IDW01M1 module
高级语言: Python
项目地址: git://github.com/alberand/IDW01M1-fs-updater.git
创建时间: 2017-11-17T11:16:57Z
项目社区:https://github.com/alberand/IDW01M1-fs-updater

开源协议:

下载


IDW01M1 filesystem updater

This repository contains python script and serial passthrough program for STM32
Nucleo. Python script uploads HTML/CSS/JS files to the external Flash memory of
the Wi-Fi expansion board.

Wi-Fi expansion board is connected to the Nucleo board which is connected to a
PC. I should mention that can be used without Necleo board. What is needed is
just serial interface to the Wi-Fi board, therefore, you can
connect IDW01M1 directly to a serial <-> USB adapter.

Instruction

  1. Connect Wi-Fi expansion board to the Nucleo and connect it to the PC
  2. Compile and upload src/main.cpp program (I used platformio to manage my
    project)
  3. Open serial monitor on your PC (for example: GtkTerm (Linux), Arduino IDE
    (windows))
  4. Press reset button on your board. After that you should see some initial
    messages of the Nucleo application.
  1. ==========================================================
  2. Communication with the Wi-Fi board
  3. ==========================================================
  4. Enter passthrogh mode:
  1. Now we should test that communication is working correctly. If you type AT
    command you should get OK response.
  1. ==========================================================
  2. Communication with the Wi-Fi board
  3. ==========================================================
  4. Enter passthrogh mode:
  5. AT
  6. OK

This command do nothing but let us know that communication is working. Now
you can close the serial monitor.

  1. Next, we need to configure Python script.