Skip to main content

MK312 Communication Wrapper

Introduction

This is an communication wrapper for the MK-312BT Estim Box. It uses pyserial for the RS232 communication. Primary I wrote it for my own purposes. It should be the base for a remote controlling tool and an abstraction layer for a Rest API too. If you like to do a test, it would be great :) I love to get a feedback from you.

Firmware

I test the examples with the firmware from: https://github.com/buttshock/mk312-bt/tree/master/firmware/Custom%20Boot%20Message%20f005-MK312-BT. Please note that I have some trouble with the fuse bits. Therefore I was using: L: 0xFF / H: 0xD9 which worked perfectly for me.

Connection

The communication with the MK-312 device is working via an RS232 interface -> LINK connector. I'm not glad about the phone jack because you can shorten the connectors while plugging in the interface cable. So I suggest to do the connection if the device is switched off. Maybe someone will giving the board an sub-d connector in further hardware versions. Or even better a real ethernet connection with a socket communication :)

Phone Jack RS232 Sub-D
Tip RxD Pin 2
Ring TxD Pin 3
Sleeve Gnd Pin 5

The soldering of the phone jack is a little tricky. Maybe that is the reason for the high price of the cable...

Settings

The RS232 interface is working with 8 Bytes / None Parity / 1 Stop Bit and a baudrate of 19200. Actually the communication wrapper is using 19200. You can switch the baudrate by yourself if you set the necessary UART registers. I did not a test with other baudrates than 19200.

Examples

Please check the examples dir. I wrote some basic tests which should work.

Handshaking

I completly rewrote the handshaking part. You can do it in a way I already showed in the examples:

et312 = mk312.MK312CommunicationWrapper()
et312.handshake()

# Do the stuff you like to do with your box
# ...
# ...

# Reset key and close the interface
et312.close()

If there is an interrupt of the script before you reset the key, you will getting problems with a reconnect. Actually it should be no problem at all to reconnect.

When nothing helps you can switch off the box and switch it on again. Because of the high amount of capacitors the RAM of the AVR is bufferd very long - so it take some time to wait until a reconnection is possible. I have no battery on my MK-312 therefore I can only plug off the power supply. A better way will be unloading the capacitors if switching the box off...this remains in an hardware redesign too.

Logging

For debugging reason I designed the wrapper in a way that he talks a very lot. If you don't like it when you are using an own logger than please change the logging level to info. The logger of the wrapper is talking at the debug level.

License

Please read the LICENSE file. Especially: IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY --> It is your turn to use the communication wrapper!

Thanks to...

My work is based on these two repos:

Without the preliminary work of the protocol description and the handshaking it would be much harder for me.

Release files for mk312 0.4.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for mk312 0.4.1
File Size Uploaded
mk312-0.4.1.tar.gz 12.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for mk312 0.4.1
File Interpreter ABI Platform
mk312-0.4.1-py3-none-any.whl Python 3 none any Details

Total release size: 23.5 kB

Release files / mk312-0.4.1.tar.gz

Download URL mk312-0.4.1.tar.gz
Size 12.6 kB
Tags Source
SHA-256 checksum
How to use checksums
8287ddb12ac0c08450cee4162874c2d049596110ead57a49c2a92cfecdfa2fe8
BLAKE2b-256 checksum
How to use checksums
2f7bc88466bfd3b4c2938f77905089b0c782635c5bc5ae7c3e56a806cf3f54b9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.5

Release files / mk312-0.4.1-py3-none-any.whl

Download URL mk312-0.4.1-py3-none-any.whl
Size 10.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
0e1bd0e3978655234602603f345f4bedb58426c995acacb1c04f6750611c7244
BLAKE2b-256 checksum
How to use checksums
4b94515cc7f6a0b777f8c214047dfab3c1f833b354d723a0f121d421d7379625
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.5

Release history Release notifications | RSS feed

0.4.3

2 release files

0.4.2

2 release files

This release

0.4.1 This release

2 release files

0.4.0

2 release files

0.3.0

2 release files

0.2.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page