-
Hi,
i use your code for read some RFID 125Khz card with EPS8266 + RDM6300, it's working (thanks a lot) but i have some RFID 125khz card blank ( with modifiable UID - sector 0 ).
Can i use RDM6300 …
-
I have had trouble programming fresh attiny85 chips using a Raspberry Pi 3 with a recent image and kernel. Interestingly, a pre-programmed board can be re-flashed but a new one can't be flashed.
I ho…
-
Hi,
First thank you for your project.
I'm facing the following issue, with the same card the id returned change every try:
pi@rpiWiegand01:~ $ node weig.js
1431090509
1431090509
4DB54C55
…
-
please I Unable to read HID Prox card He is from 125Khz I think his firmware can support it, maybe it's just that the software forgot to open it
-
老师你好,在我尝试LoRa-PHY代码中,我想让代码模仿SX1280(2.4G LoRa)的调制过程,当我更改通信带宽为203kHz(原125kHz)时,会发生计算过程中大小不匹配的问题,请问如何解决这个问题
-
Hi how many reader we can connect to single arduino without losing its function ( delay , slow read, etc )
For simple 125khz rfid
-
### Description of the feature you're suggesting.
Would it be possible to support Hitag2 tags under the 125kHz RFID function?
I'm not sure if the [code](https://github.com/Proxmark/proxmark3/blob/…
-
In its current form, `loraham` uses the default modulation settings defined by the Radiohead driver. This configuration may suboptimal given the project's implicit goals of long range ad hoc networki…
-
LoRaClass::random() reads the register once and returns the byte.
```c
byte LoRaClass::random() {
return readRegister(REG_RSSI_WIDEBAND);
}
```
This is wrong for two reasons:
1) LoRa ch…
-
When i run the software and try to program the reader i get this output.
Seams like the reader is not recognized as a programmable USB device on my Windows 10 computer.
I got the 125KHZ RFID EM4100 …