Skip to main content

MK312 Communication Wrapper.

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mk312-0.4.1.tar.gz (12.6 kB view details)

Uploaded Source

Built Distribution

mk312-0.4.1-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

File details

Details for the file mk312-0.4.1.tar.gz.

File metadata

  • Download URL: mk312-0.4.1.tar.gz
  • Upload date:
  • Size: 12.6 kB
  • Tags: Source
  • Uploaded using 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

File hashes

Hashes for mk312-0.4.1.tar.gz
Algorithm Hash digest
SHA256 8287ddb12ac0c08450cee4162874c2d049596110ead57a49c2a92cfecdfa2fe8
MD5 edc2385d3bf88327154e3154dceb7fe9
BLAKE2b-256 2f7bc88466bfd3b4c2938f77905089b0c782635c5bc5ae7c3e56a806cf3f54b9

See more details on using hashes here.

File details

Details for the file mk312-0.4.1-py3-none-any.whl.

File metadata

  • Download URL: mk312-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 10.9 kB
  • Tags: Python 3
  • Uploaded using 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

File hashes

Hashes for mk312-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0e1bd0e3978655234602603f345f4bedb58426c995acacb1c04f6750611c7244
MD5 7a55995e490c2b3435ad951b60a91fb0
BLAKE2b-256 4b94515cc7f6a0b777f8c214047dfab3c1f833b354d723a0f121d421d7379625

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page