Skip to content

Commit 366b6b7

Browse files
committed
Preparing release v0.8.11
1 parent 1faa52b commit 366b6b7

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# CHANGELOG
22

3-
## Unreleased
4-
5-
6-
## [0.8.11](https://github.com/uhppoted/uhppoted-wiegand/releases/tag/v0.8.11) - 2025-07-01
3+
## [0.8.11](https://github.com/uhppoted/uhppoted-wiegand/releases/tag/v0.8.11) - 2025-07-30
74

85
### Added
9-
1. M5 stack Wiegand emulator (in progress).
6+
1. M5 stack Wiegand emulator Rev.0.
107

118

129
## [0.8.10](https://github.com/uhppoted/uhppoted-wiegand/releases/tag/v0.8.10) - 2025-01-31

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,17 @@
44

55
`uhppoted-wiegand` implements a _Raspberry Pi Pico_ reader/emulator for a Wiegand-26 interface.
66

7-
The project is **mostly** a just-for-fun exploration of the capabilities of the RP2040 PIO but could also
8-
be useful as a basis for:
7+
Utility project to emulate a Wiegand reader/writer using the RaspberryPi RP2040 PIO for:
98

109
- testing and debugging
11-
- interfacing non-standard/off-brand readers and keypads to the UHPPOTE L0x access controllers
10+
- interfacing non-standard and off-brand readers and keypads to the UHPPOTE L0x access controllers
1211

1312
The project includes:
1413
- M5Stack Wiegand-26 emulator
1514
- prototype (breadboard) PIO based Wiegand-26 reader emulator which can write a Wiegand-26 card out to a controller
1615
- prototype (breadboard) PIO based Wiegand-26 controller emulator which can read from Wiegand-26 reader and unlock a door
1716
- prototype (breadboard) PIO based Wiegand-26 'universal' reader/writer implementation
1817

19-
## Raison d'être
20-
21-
The RP2040 PIO is an intriguing peripheral and this project was an excuse to explore its capabilities and
22-
limitations. Wiegand-26 is particularly simple protocol and does not even begin to push the boundaries of
23-
the PIO but the code and associated information may be useful for other things.
24-
2518
## Status
2619

2720
### M5Stack
@@ -39,13 +32,14 @@ Breadboarded and Fritzing'ed implementations of:
3932

4033
<img width="800" src="documentation/images/fritzing-reference.png">
4134

35+
4236
## Release Notes
4337

4438
### Current Release
4539

46-
**[v0.8.11](https://github.com/uhppoted/uhppoted-wiegand/releases/tag/v0.8.11) - 2025-07-01**
40+
**[v0.8.11](https://github.com/uhppoted/uhppoted-wiegand/releases/tag/v0.8.11) - 2025-07-30**
4741

48-
1. Added M5 stack Wiegand emulator (in progress).
42+
1. Added M5 stack Wiegand emulator Rev.0.
4943

5044

5145
## Breadboard

0 commit comments

Comments
 (0)