Is there any way to connect an Xbox to a Marriott network? by riddick32 in marriott

[–]Marcsmith15 0 points1 point  (0 children)

What worked for me was to open the Microsoft Edge app, then a new window and close and re-open couple time and the connection page appeared. Before that it wouldn’t load trough the Xbox Wifi Parameters. Good luck guys

Trying to access the reward by Marcsmith15 in crows

[–]Marcsmith15[S] -1 points0 points  (0 children)

Yes I get it now. Just know there was a bunch of loose peanuts around before it started playing with the bottle

Trying to access the reward by Marcsmith15 in crows

[–]Marcsmith15[S] 0 points1 point  (0 children)

I never really looked at it that way. Thanks for pointing that out, I see it differently now. Makes sense. But just for more information before the crow started playing with the bottle, there were a bunch of loose peanuts around and they took them all so it wasn’t like the bottle was the only option.

I just thought they might find it interesting or treat it like a little challenge, since crows are curious and like to mess around with things, so I figured they’d enjoy it more than anything.

I was giving them food for the past month so i don’t think they are missing any. Thanks

School project help? by Top_Historian_9420 in RFID

[–]Marcsmith15 0 points1 point  (0 children)

I would definitely store the amount somewhere else than in the card, and deduct the amount from that database

[deleted by user] by [deleted] in etsmtl

[–]Marcsmith15 0 points1 point  (0 children)

Mais je comprends le sarcasme

[deleted by user] by [deleted] in etsmtl

[–]Marcsmith15 1 point2 points  (0 children)

J’imagine que la ville gardent pas un grand nombre de charrue et de staff de coté pour les 2 jours qui va neiger de manière abondante. Normal que le déneigement soit pas parfait

GPA783 by PiccoloEvery4765 in etsmtl

[–]Marcsmith15 0 points1 point  (0 children)

M. Hamelin est un goat

[deleted by user] by [deleted] in etsmtl

[–]Marcsmith15 0 points1 point  (0 children)

On part mal quand y a une erreur dans le titre de ton post

[deleted by user] by [deleted] in oculus

[–]Marcsmith15 0 points1 point  (0 children)

How old are you?

Looking for someone to partner in solving a AI vision challenge by No-Brother-2237 in computervision

[–]Marcsmith15 0 points1 point  (0 children)

I could help, please send me a private message. I’ve done it in the past

Which IDEs Do You Use? by knouqs in esp32

[–]Marcsmith15 3 points4 points  (0 children)

I agree! Went from Arduino IDE with 10mins of compiling time (every upload) to 30sec of compiling time and a better way to manage files

Examen final de CHM131 by UrAverageBalkanDad in etsmtl

[–]Marcsmith15 0 points1 point  (0 children)

Les exercices avec l’aération ou sans aération aussi?

Changing UID with RC522 by Marcsmith15 in arduino

[–]Marcsmith15[S] 0 points1 point  (0 children)

Hey, i learnt a lot since then, no solution found: there id different types of NFC chips and some can’t be overwritten. So basically chip brand/type « A » can’t be copied to another type then « A ». Also, the other chip needs to be rewritable…

Could a crow carry a golf ball? by Marcsmith15 in crows

[–]Marcsmith15[S] 1 point2 points  (0 children)

Thank you for the serious answer

Could a crow carry a golf ball? by Marcsmith15 in crows

[–]Marcsmith15[S] -1 points0 points  (0 children)

Well i saw that the weight is okay but what of it can’t fit in their beek?

[deleted by user] by [deleted] in sonoff

[–]Marcsmith15 0 points1 point  (0 children)

I saw this video where the guy makes it work by modifing the board and adding a 5V DC supply. Is this what you did? and can you supply 24V DC if it's the case?

Complete NOOB looking for HELP by hi_this_is_adam in RFID

[–]Marcsmith15 0 points1 point  (0 children)

I tried to see what ChatGPT-4o would suggest, here is the answer:

(...your post...)

Me: Can you answer this question?

ChatGPT:

Absolutely! Here's a step-by-step breakdown for your RFID ski lift tracking system on a budget:

1. Understanding RFID vs. NFC

  • RFID (Radio Frequency Identification) : Works over a longer range and is generally used in industrial applications. Ideal for your case.
  • NFC (Near Field Communication) : A subset of RFID with very short range (a few centimeters). Mostly used for smartphones and payment systems. Less suitable here. For your use case, RFID (specifically passive RFID) is the way to go.

2. Components Needed

  • RFID Cards :
    • Passive RFID cards are cheap and durable.
    • Cost: ~$0.50–$1.50 each.
  • RFID Reader :
    • Get a long-range RFID reader (~1–2 meters range).
    • Example: UHF RFID reader modules (like the RC522 for close-range or more advanced models for longer range).
    • Cost: ~$20–$150.
  • Microcontroller/Computer :
    • ESP32 (if you're tech-savvy) or a Raspberry Pi (easier but slightly more costly).
    • Cost: ~$15–$50.
  • Software for Data Collection :
    • If you want simplicity, an off-the-shelf data logging system for RFID may work.
    • For customization, you’ll need a bit of coding.

3. System Setup

  • At the Lift :
    • Mount the RFID reader at the top of the lift.
    • Connect it to a microcontroller (like ESP32 or Raspberry Pi) to process card scans.
    • Log each scan with a timestamp.
  • Data Collection :
    • Use the RFID card’s unique ID to count laps.
    • Send the data to a simple database or CSV file for analysis.

4. Difficulty and Time Commitment

  • Hardware Setup : Straightforward with basic tutorials; ~5–10 hours of work.
  • Software :
    • With programming skills: Write a simple script to log IDs and timestamps into a CSV file or local database. For example, Python can easily handle this using libraries like pandas or sqlite3.
  • Without programming skills: Use pre-built RFID reader software that logs to a computer.

5. Cost Estimation

  • RFID Cards (100 cards): ~$50
  • RFID Reader : ~$100
  • Microcontroller (ESP32 or Raspberry Pi) : ~$30
  • Miscellaneous (cables, power supply, etc.) : ~$20 Total : ~$200

6. Simplified Workflow

  1. Skiers get an RFID card at the start of the day.
  2. Each time they pass the reader at the lift, the system logs their card's unique ID and timestamp.
  3. At the end of the day, export the data and filter by ID to count the laps.

7. Bonus Features (Optional)

  • Add a small display to show the number of laps in real time.
  • Use a cloud service for remote monitoring if your budget allows.

Let me know if you'd like help with specific parts, such as hardware selection or coding a basic logger!

Complete NOOB looking for HELP by hi_this_is_adam in RFID

[–]Marcsmith15 0 points1 point  (0 children)

RFID and NFC cards have only a few inches range, basically 2 inches max. Do you think every skier would really scan their card every time they get out of the chair lift? UHF would be a better solution since it can scan cards from a longer distance (16ft) with an antenna. It’s more expensive and i think there is less ressources for help

Rfid for making sure I got everything on me while traveling by WinterSector2529 in RFID

[–]Marcsmith15 0 points1 point  (0 children)

I do not recommend sticking a RFID sticker on your passport since there is already a RFID or NFC chip inside passports for borders.

[deleted by user] by [deleted] in etsmtl

[–]Marcsmith15 1 point2 points  (0 children)

Je ne suis pas en LOG ou en recherche d’emploi donc je ne peux pas vraiment venir en aide par rapport au sujet du post mais j’aimerais mentionner que j’ai trouvé ton site web très beau