Тёмный
School sur Seine
School sur Seine
School sur Seine
Подписаться

Welcome to School Sur Seine !! Here, we offer step by step tutorials using the Arduino UNO development board, and sometimes we make little projects that combine multiple modules, sensors, motors, and other components. We try to make tutorials as simple as possible with circuit diagram and code so you can embbed in your own projects. I hope you like them and don’t forget to support my RU-vid channel :). Zineb

Bienvenue à School Sur Seine !! Ici, on propose des tutoriels étape par étape en utilisant la carte de développement Arduino UNO, et parfois on réalise de petits projets qui combinent plusieurs modules, capteurs, moteurs et autres composants. On essaye de rendre les tutoriels aussi simples que possible, avec des schémas et du code, afin que vous puissiez les intégrer dans vos propres projets. J'espère que vous les apprécierez et n'oubliez pas de soutenir ma chaîne RU-vid :). Zineb

Комментарии
@fernandziliox5112
@fernandziliox5112 3 месяца назад
Hello Great program, is there a way to set the date and time manually? Thanks in advance.
@schoolsurseine2022
@schoolsurseine2022 2 месяца назад
Hi, Yes, you can manually set the date and time, but it will necessitate modifications to the script.
@clementkassenga5661
@clementkassenga5661 3 месяца назад
the link for code source
@schoolsurseine2022
@schoolsurseine2022 3 месяца назад
www.instructables.com/Real-Time-Clock-Arduino-UNO-DS3231-Rtc-Module-LCD-/
@clementkassenga5661
@clementkassenga5661 3 месяца назад
@@schoolsurseine2022 // lcd.setCursor(0, 0); // lcd.print("heure: "); // lcd.print(rtc.getTimeStr()); // lcd.setCursor(0, 1); // lcd.print("Date: "); // lcd.print(rtc.getDateStr()); // delay(1000); I get the date in real time but not the time, I use the DS3231 library, how can I solve this
@charkaneassia7769
@charkaneassia7769 4 месяца назад
It’s a great job 👏🏻 Thank you for your efforts but please I didn’t find the Biblio “liquid crystal i2c by Marco shwartz .. “ can you help me please!!
@schoolsurseine2022
@schoolsurseine2022 4 месяца назад
Hello, thank you for your comment! Regarding the Library Liquid Crystal I2C by Marco Schwartz, you can download its zip file "LiquidCrystal_I2C-1.1.2.zip" from the following link: www.arduinolibraries.info/libraries/liquid-crystal-i2-c. After downloading, proceed to open the Arduino IDE. Next, navigate to "Sketch => Include Library => Add .ZIP Library", select the file "LiquidCrystal_I2C-1.1.2.zip", and close the Arduino IDE. Reopen the IDE, and it should now be functional 😊.
@U.R.A.H.A.R.A
@U.R.A.H.A.R.A 6 месяцев назад
Bonjour, j'aimerai savoir si il était possible d'obtenir le code arduino en entier afin de l'essayer moi même
@schoolsurseine2022
@schoolsurseine2022 6 месяцев назад
Bonjour , vous trouverez tout ce qu'il vous faut ici: www.instructables.com/Arduino-UNO-RFID-RC522-LCD-16x2-I2C-LEDs/
@JosueMugishoakilimali-he5mz
@JosueMugishoakilimali-he5mz 7 месяцев назад
Quels sont les librairies que vous avez utilise
@schoolsurseine2022
@schoolsurseine2022 7 месяцев назад
Bonjour, j'ai utilisé LiquidCrystal I2C, MFRC522 et Servo :)
@chrislinemxlle7651
@chrislinemxlle7651 8 месяцев назад
If the version is not displayed in the monitor, does that mean you need to change?
@a3rnav
@a3rnav 11 месяцев назад
Nice video! Quick question, how can I store the UID in a variable when my card is read? Thank you!
@schoolsurseine2022
@schoolsurseine2022 11 месяцев назад
You're welcome :), after converting your UID to decimal, you can store it in such a variable : const byte myUID[4] = {60, 203, 205, 33}; If you have more then one UID ( three for exemple) you can use : const byte myUIDs[3][4] = { {1, 1, 1, 1}, {2, 2, 2, 2}, {3, 3, 3, 3} };
@richard4624
@richard4624 Год назад
And , at least , how to duplicate my tag ?? That’s the deal 😅
@schoolsurseine2022
@schoolsurseine2022 Год назад
This video is part of my to-do list :)
@mehdidaaomoar7057
@mehdidaaomoar7057 Год назад
🎉contenu super 🎉👍👍 continue
@soukainakandoussi2702
@soukainakandoussi2702 Год назад
❤❤❤
@achrafkandoussi9525
@achrafkandoussi9525 Год назад
👍👏
@chifalahmer2248
@chifalahmer2248 Год назад
Slm tu peux me donner le code slvp❤️
@schoolsurseine2022
@schoolsurseine2022 Год назад
Salam Chifa, tu trouveras tout ce qu'il te faut (schéma et code) ici: www.instructables.com/Access-Control-System-Arduino-UNO-RFID-RC522-SG90-/. Généralement je mets tout dans la description :). Penses à t'abonner à ma chaîne et à activer la cloche pour ne pas manquer les prochaines vidéos 😊
@chifalahmer2248
@chifalahmer2248 Год назад
@@schoolsurseine2022 merci beaucoup je comprend tous mais slvp j'ai un probleme lorsque j'ouvre le port serie il me dit que le port busy slvp tu peux m'aider a resoudre ce type de probleme et merci d'avence
@schoolsurseine2022
@schoolsurseine2022 Год назад
@@chifalahmer2248 Tu peux essayer de redémarer ton PC, de changer de port USB si tu en as plusieurs, sinon tu peux aller vers : Outils => Ports et tu changes de port. Si le problème persiste toujours merci de me contacter via la messagerie de la page suivante : facebook.com/SchoolSurSeineFR
@schoolsurseine2022
@schoolsurseine2022 Год назад
Sorry but regarding the library of the I2C LCD display, you need to install the "LiquidCrystal I2C" library (by Marco Schwartz) / Désolée mais concernant la bibliothèque de l'afficheur LCD I2C, vous devez installer la bibliothèque "LiquidCrystal I2C" (par Marco Schwartz)
@schoolsurseine2022
@schoolsurseine2022 Год назад
Sorry but regarding the library of the I2C LCD display, you need to install the "LiquidCrystal I2C" library (by Marco Schwartz) / Désolée mais concernant la bibliothèque de l'afficheur LCD I2C, vous devez installer la bibliothèque "LiquidCrystal I2C" (par Marco Schwartz)
@fatimaBR-kb6yn
@fatimaBR-kb6yn Год назад
👍👍👍
@schoolsurseine2022
@schoolsurseine2022 Год назад
Merci Fatima :)
@nadiaelmousselly2965
@nadiaelmousselly2965 Год назад
Très intéressant merciii et bonne chance
@schoolsurseine2022
@schoolsurseine2022 Год назад
Merci beacoup de ton encouragement :)
@JAWADPRO
@JAWADPRO Год назад
Possible contact dylk
@schoolsurseine2022
@schoolsurseine2022 Год назад
Tu peux me contacter via la messagerie de la page suivante : facebook.com/SchoolSurSeineFR