Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,26 @@ pnpm : https://pnpm.io/installation

install dependencies : pnpm i

run : pnpm run dev
run : pnpm run dev

### if you want to check about mqtt stuff

install :
MQTT Explorer at : https://mqtt-explorer.com/

then log with your mqtt broker credential. The projects works whatever is the broker (use hiveMq to make it works for sure and don't forget to modify the code).

### to setup and work with the rfid, follow those steps

https://console.hivemq.cloud/clients/arduino-esp8266

### !! be careful, arduino IDE version is important you should work with the version: 1.8.18 !!

https://www.aranacorp.com/fr/utilisation-dun-module-rfid-avec-un-esp8266/#google_vignette

Make sure that the ports declared in your code are the same that those which were plugged on the esp8266.
When you pluged the esp you should press the rst button and launch the serial monitor to see if it works.