This project uses a RPI zero to replace the Braumesiter wifi module. The bmpi hosts a webserver for the front-end and talks to the Braumeister over UART using AT+ commands.
- Send commands to the BM
- Update firmware
- USB to serial adapter (pl2303)
- Connector
Note: Ensure that the USB to UART is set to 3.3V. For the core-electronics adapter listed above, remove the case of the USB to serial adapter and change it to 3.3v
Rpi Pin | Connector Pin |
---|---|
TX (aka GPIO14) | Pin 2 (TX) |
RX (aka GPIO15) | Pin 3 (RX) |
GND | Pin 5 (GND) |
GPIO16 (bootloader) | Pin 4 (XCK) |
N/A | Pin 1 (Vcc) |
For normal operation, XCK does not need to be grounded
!!Make sure the USB adapter is set to 3.3v.
The BM will enter bootloader when XCK is grounded and Vcc is supplied (3.3v)
Windows:
- Connect cable from PC to BM (XCK grounded
and Vcc supplied) - Set the com port with: MODE COM7: baud=38400 parity=n data=8 dtr=off rts=off octs=off odsr=off
- Open SpeidelSoftwareUpdater-Windows.exe (can be downloaded from speidel.com)
- Select firmware
- Plug in BM mains (buttons on BM turn yellow)
- Press start update (buttons on BM turn red)
- When finished, buttons on BM turn green
- Unplug usb and mains
Licensed under the GNU Lesser General Public License. https://www.gnu.org/licenses/lgpl.html