Skip to content

Sebbeben/protocol-wifi-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JURA WiFi Protocol

C++ JURA WiFi protocol implementation for controlling a JURA coffee maker over a WiFi connection.

Currently still work in progress since I do not own a compatible JURA coffee maker for the WiFi Connect dongle.

For a device to be able to connect to an JURA coffee maker via WiFi, a WiFi Connect dongle is required.

WiFi Connect dongle

Dumping the Firmware

i soldered wired to the pads and connected 3.3v, GND, TX, RX & GPIO 0 ESP32 inside the WiFi Connect dongle

I use this command to dump the entire flash memory of my Jura WiFi Device

a tricky thing is to get the ESP into programming mode, this took me a very long time to do, you have to short GND and GPIO 1 when powering up.

then i used this command after installing esptool for windows.

    .\esptool.exe --baud 115200 --port COM6 read_flash 0x0 0x400000 jura-backup-4M.bin

Dumping Firmware


3D Printed Housing

3D_Model_Housing width="800" 3D_Model_Housing 3D_Model_Housing 3D_Model_Housing 3D_Model_Housing 3D_Model_Housing 3D_Model_Housing 3D_Model_Housing


About

C++ JURA protocol implementation for controlling a Jura coffee maker over a WiFi connection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published