Shuraxxx / -Balboa-GS523DZ-with-panel-VL801D-DeluxeSerie--MQTT

Balboa-GS523DZ с панелью VL801D (DeluxeSerie) MQTT
4 stars 2 forks source link

-Balboa-GS523DZ-with-panel-VL801D-DeluxeSerie-MQTT

Balboa-GS523SZ с панелью VL801D (DeluxeSerie)

RJ45 pins

PIN Description
PIN 1 Functionality unclear!
PIN 2 Functionality unclear!
PIN 3 Button data
PIN 4 GND
PIN 5 Display data
PIN 6 Clock
PIN 7 5 VDC
PIN 8 Floating output

PIN 6 (Yellow - clock), PIN 5 (Blue - display data), PIN 3 (Pink - button data)

Conclusion

Display shows 29.5C - How does that translates into the bitstream? The first 4 chunks is coded in BCD to 7 segment LCD (see reference) but only with 7 bits sinse the LSB always is (0).
2 = 1101101(0) = (Chunk 1)
9 = 1110011(0) = (Chunk 2)
5 = 1011011(0) = (Chunk 3)
C = 1001110(0) = (Chunk 4)

Chunk 4 - bit(0-7) Chunk 3 - bit(7-14) Chunk 2 - bit(14-21) Chunk 4 - bit(21-28) Chunk 5 - bit(29-71)
LCD segment 1 LCD segment 2 LCD Segment 3 LCD segment 4 29 - Button down/up
59 - Standard mode

PCB fabrication

Gerber files located here: PCB Balboa-GS510SZ

References of great help!

Other Balboa projects