Skip to content

Releases: sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library

Add M7E Hecto Support

Choose a tag to compare

@sfe-SparkFro sfe-SparkFro released this 09 May 19:06
d52c969

M7E has some minor differences that required updates to get it working, mainly just different NA region support and extra bytes to read memory banks.

Also modified all the examples to have user-selectable serial interface, baud rate, and module type. This removed the need for the dedicated hardware serial examples, so those have been removed.

All changes are backwards compatible with the previous version.

v1.1.1

Choose a tag to compare

@sfe-SparkFro sfe-SparkFro released this 14 Mar 22:37
0f33516

Fix compilation errors for ESP32, and update README regarding SoftwareSerial.

v1.1.0

Choose a tag to compare

@sfe-SparkFro sfe-SparkFro released this 25 Oct 19:53
264d35a

Add GPIO support. Can be used like so:

  • nano.pinMode(1, OUTPUT)
  • nano.digitalWrite(1, HIGH)
  • nano.digitalRead(1)

Revert atoi and fix for writeEPC bug

Choose a tag to compare

@nseidle nseidle released this 09 Apr 19:33

Fix bad code in example 1

Choose a tag to compare

@nseidle nseidle released this 23 Jan 00:00
v1.0.6

Lib ver roll

Fix writeEPC function to work on stricter platforms

Choose a tag to compare

@nseidle nseidle released this 24 Oct 22:39

Now compiles on Teensy and MKR.

Fix UID example

Choose a tag to compare

@nseidle nseidle released this 20 Apr 15:18
v1.0.4

Rolling lib ver. Adding to keywords.

Fix for issue 7

Choose a tag to compare

@nseidle nseidle released this 31 Mar 21:37
v1.0.3

Rolling lib ver

PRs implemented

Choose a tag to compare

@nseidle nseidle released this 20 Mar 16:11
v1.0.2

Merge branch 'master' of https://github.com/sparkfun/SparkFun_Simulta…