Page 1 of 1

ESP32-WROOM-32

Posted: Sat Mar 02, 2024 7:12 am
by sswcharlie
Hi
Would like some advice on ESP32-WROOM-32.
My project is to read (not the RC522 etc, but with later design readers)) rfid tags, probably the 13.56 Murata 3mm tags.
Each reader to be attached to a ESP32 pin.
When each pin activated the micro will place into the HID format and send via usb to laptop which is open with focus on a LibreCalc Spreadsheet. Each read of tag will have a suffix or prefix added to present the ID of the reader used. So each set of data would have the tag ID and the reader ID.
Once the data is captured, would need to find out how much data each time, and it is then placed into HID hopefully with simple instruction, and then the focus on laptop takes care of the data and then manipulates etc.

As I understand at the moment the ESP WROOM is HID capable.

Are there any existing projects similar that I can refer to. Is the WROOM the best option or a different ESP32?

Maybe I expect it to be simple to do! lol

ESP32-WROOM-32

Posted: Sat Mar 02, 2024 7:17 am
by sswcharlie
re my earlier post.

I use Linux Mint on the laptop.
Charles

Re: ESP32-WROOM-32

Posted: Sun Mar 03, 2024 3:54 am
by ESP_Sprite
sswcharlie wrote:
Sat Mar 02, 2024 7:12 am
As I understand at the moment the ESP WROOM is HID capable.
You understand wrong. You want a chip which has USB-OTG support, which at this point are the ESP32-S2 and -S3.