BESTELLEN Informatie (ENG) The PN532 is a 13.56 MHz RFID reader chip. It’s common and very easy to interface to with the PN532 module. Features and Specifications: 80C51 microcontroller core with 40 Kbyte ROM and 1 Kbyte RAM Highly integrated …

Module – PN532 – RFID/NFC transciever Lees meer »

source: https://community.atmel.com/projects/mme-boot-complete-can-bus-mcp2515-xmega-bootloader-aes-and-software-encrypt-update TYPE: Complete code COMPILER/ASSEMBLER: Atmel Studio 6 I’ve recently migrated one of my devices to CAN BUS which meant that I had to build the firmware upgrade tool for my customers as well. I’ve looked all around the …

CAN Bus – MME-BOOT MCP2515 XMega Bootloader Lees meer »

BESTELLEN Informatie (ENG) The RC522 RFID module based on MFRC522 IC from NXP is one of the most inexpensive RFID options that you can get online for less than four dollars. It usually comes with a RFID card tag and key fob …

Module – RC522 – RFID/NFC transciever Lees meer »

Op deze pagina vind je een voorbeeld hoe je CAN Bus uitleest in Python3 Wat heb je nodig? Python library: python-can python-can-3.3.4   Installatie:   git clone https://github.com/hardbyte/python-can.git Cloning into ‘python-can’… remote: Enumerating objects: 18, done. remote: Counting objects: 100% …

Python – CAN Bus uitlezen Lees meer »

With this python script you can capture keyboard (emulators) and barcode scanners trough evdev (event device), this way the part of code will only execute when the device is sending keys:

output:

Another python script example:

Output: …

USB – HID human interface device Lees meer »

Het volgende voorbeeld laat zien hoe je HEX strings naar een serieel RS232 apparaat stuurt en dan het “antwoord” uit kan lezen in HEX strings. C++ / Arduino

Python / Raspberry Pi

 

Er zijn talloze scripts op het internet te vinden om “eenvoudig” telegrammen uit te lezen afkomstig van de P1 poort, maar je stuit al gauw of de diversiteit van de DSMR versie, instellingen en inhooud, hieronder is mijn DSRM 2.x …

P1 poort slimme meter – Telegram uitlezen met Python Lees meer »

Python pymodbusTCP Voor communicatie van Modbus TCP/IP Niet voor Modbus RTU Modbus ASCII Modbus RTU over TCP Installatie:

Installatie voor Python 3:

Mijn voorbeeld:

Informatie (ENG): Summary A simple Modbus/TCP library for Python A simple Modbus/TCP client …

Python Library – pymodbusTCP Lees meer »

Python pymodbus Voor communicatie van Modbus RTU Modbus ASCII Modbus RTU over TCP Niet voor Modbus TCP/IP Installatie:

Installatie voor Python 3:

Informatie (ENG): Summary Pymodbus is a full Modbus protocol implementation using twisted for its asynchronous …

Python Library – pymodbus Lees meer »