Can I also use the libraries and code for the latest Arduini IDE 2.3.2 ?
@RIR663 ай бұрын
Ad skemanya mas
@choti_master66904 ай бұрын
Please give me access to this code
@sajinour25495 ай бұрын
Wach benalek bez wla dayer mekeyat
@sajinour25495 ай бұрын
Kayen wahed lralat 😬
@diediasoumare58485 ай бұрын
AVEZ VOUS LE PROGRAMME
@TechnologieChaouki5 ай бұрын
#define s2 2 #define s3 3 #define out 4 byte red = 0; byte green = 0; byte blue = 0; void setup() { Serial.begin(9600); pinMode(10, OUTPUT); pinMode(11, OUTPUT); pinMode(12, OUTPUT); pinMode(s2, OUTPUT); pinMode(s3, OUTPUT); pinMode(out, INPUT); } void loop() { color(); Serial.print(" RED: " + String(red)); Serial.print(" GREEN: " + String(green)); Serial.println(" BLUE: " + String(blue)); if(red > 7 && blue > 11 && green > 14) { Serial.println("RED COLOR"); digitalWrite(10, HIGH); digitalWrite(11, LOW); digitalWrite(12, LOW); } if(red > 6 && blue > 8 && blue < 11 && green > 11) { Serial.println("BLUE COLOR"); digitalWrite(10, LOW); digitalWrite(11, HIGH); digitalWrite(12, LOW); } if(red > 7 && blue > 9 && blue < 12 && green > 7 && green < 9 ) { Serial.println("GREEN COLOR" ); digitalWrite(10, LOW); digitalWrite(11, LOW); digitalWrite(12, HIGH); } delay(500); } void color() { digitalWrite(s2, LOW); digitalWrite(s3, LOW); red = pulseIn(out, digitalRead(out) == HIGH ? LOW : HIGH); digitalWrite(s3, HIGH); blue = pulseIn(out, digitalRead(out) == HIGH ? LOW : HIGH); digitalWrite(s2, HIGH); green = pulseIn(out, digitalRead(out) == HIGH ? LOW : HIGH); }
@diediasoumare58485 ай бұрын
@@TechnologieChaouki merci j’avais du mal avec le code
@diediasoumare58485 ай бұрын
@@TechnologieChaouki puis avoir aussi le cablage des leds
@Bricolagetec5 ай бұрын
Pin 10-11-12 Led Reed....B.... Green@@diediasoumare5848
@wilddreamer59076 ай бұрын
Why when i used it with arduino Micro if doesn't work ? Plus, where do i connect pin A and B into my arduino micro ? Please help and Thank you
@TechnologieChaouki6 ай бұрын
Bonjour A & B pin D6...D7..... Pour Arduino Uno nano...... Je pense les D6..D7....sont liés au bibliothèque If not work for you in other Arduino you must change librairie.... Good luck
@wilddreamer59076 ай бұрын
@@TechnologieChaouki bonjour, je parle de Arduino pro micro, du coup c'est la même chose ? Et la pin SS correspond au quoi ? Au fait, ça serait super cool si vous pouvez me dire le branchement par rapport au Arduino pro micro Merci
@TechnologieChaouki6 ай бұрын
Chercher les pin SPI (bibliothèque spi) In Arduino Uno Sck -Miso- Mosi ( 13-.12- 12) In Arduino pro micro Sck - Miso - Mosi ( 15- 14-16) SS idont knew I am never use Arduino pro mini
@wilddreamer59076 ай бұрын
@@TechnologieChaouki thank you bro
@aminaminaux43306 ай бұрын
Fin khchiti lizr
@Bricolagetec6 ай бұрын
ليزر موجود عند الحانوت ليزر مع مصباح بيل 10 دراهم او شوف شي هري .... كاين حتى ليزر بوحدو ....
@aminaminaux43306 ай бұрын
Kidrti l lizr
@aminaminaux43306 ай бұрын
سلام جزاك الله خيرا
@storytime-d4r6 ай бұрын
فين نقدر نلقى laser diod
@TechnologieChaouki6 ай бұрын
Mojod momkin tjabdo min laser mojod 10dh Ila nta f Marrakech Kayn andi marhba O hata f had site mojod www.micro-planet.ma/produit/laser-5mw-650nm-5v-rouge/
@storytime-d4r6 ай бұрын
@@TechnologieChaoukiشكرا و transistor NPN
@yassinesw7 ай бұрын
Chre7 bl3rbiya , mafhemna walo
@colombebale42688 ай бұрын
J’ai essayé le projet, malheureusement la bibliothèque de Timer ne fonctionne pas
@Bricolagetec8 ай бұрын
Bsr La bibliothèque dépend de version logicielle Arduino...donc il faut chercher autre bibliothèque autres version.,.,
@sarkismssk9 ай бұрын
Hello, the access is denied when i click the link for the code in description, is it possible to grant me the access please? Thank you 👍
@ozigiabdulrasaq863310 ай бұрын
This is wonderful, I do like the digital clock. Please can I get the code I will like to make one for my project.
@prashantrasaily490511 ай бұрын
You are using 5vokts 11amps?
@TechnologieChaouki11 ай бұрын
Yes 5v
@prashantrasaily490511 ай бұрын
I think my P10 led board is not working as soon as i supply 5 volts to p10 boards it stops scrolling.
@Bricolagetec11 ай бұрын
I don't know. you need to check the cables...if not separate the arduino power supply and the p10 LED
@masnbonbon11 ай бұрын
how to set the clock...?
@Bricolagetec11 ай бұрын
I am technologie chaouki When you transmet the program pc_ arduino The cock display automatic witk horloge RTC Ds3132
Good day, sir! May I have a copy of your code? Your response would be very much appreciated as I will use it as my project in our Embedded System subject. Many thanks for considering my request.
@atishhalder4173 Жыл бұрын
I am unable to download the code. Please provide me the link. I took it as my college project.😢. please sir.
@atishhalder4173 Жыл бұрын
It saying unable to access the document 😢😢😢. Thnx in advance.
@TechnologieChaouki Жыл бұрын
ok look your email i send the code for you by email; thanks
@sarkismssk9 ай бұрын
Hello, the access is denied for me too when i click the link for the code in description, is it possible for you to send me by email please? Thank you 👍
@albetbet289 Жыл бұрын
I already complite upload skech, but no display on p10, the wireing are the same in the video. Plz help
@momyson3928 Жыл бұрын
Great team work with students very creative teacher to thanks for the video welcome back👍منوعات عسل
@TechnologieChaouki Жыл бұрын
جزيل الشكر والتقدير فعلا عدت ب فيديو قصير للتعريف ببعض المشاريع التعليمية المنجزة من طرف تلاميذي هده السنة. بالتوفيق للجميع.
@HAYTAMELKHALEАй бұрын
@@TechnologieChaouki1:01 1:01
@HAYTAMELKHALEАй бұрын
@@TechnologieChaouki1:01 1:01
@chaimadjrni7460 Жыл бұрын
Bonsoir , j'ai pas trouver le code sur le site drive
@andreakouakou8786 Жыл бұрын
est ce que s'il vous plaît je peux avoir la liste des matériaux utilisés
@TechnologieChaouki Жыл бұрын
Arduino nano Servomoteur sg92 Clavier 4x4 Buzzer 5v 2 led Tu trouveras un autre vidéo j ai ajouté un lcd i2c
@triprianto1009 Жыл бұрын
Can you help me Share the library fong 4x16
@triprianto1009 Жыл бұрын
Font_6x14.h sorry
@TechnologieChaouki Жыл бұрын
In description File code and + Font........
@triprianto1009 Жыл бұрын
@@TechnologieChaouki Ok Thank you Mr
@aminefanan8050 Жыл бұрын
prof est ce que tu faire le contrôle dans cette leçons le contrôle il y a demain prof s'il veut plaît
@LassinaMeite Жыл бұрын
salut, puis-je avoir le code maintenant svp?
@Bricolagetec Жыл бұрын
kzbin.info/www/bejne/iaaumYiwg9GNd68
@Bricolagetec Жыл бұрын
Voire description la vidéo... Le code et les bibliothèques
@gaetandoumtsop122 Жыл бұрын
slt merci pour la video. j suis interessé par votre projet j veux aussi me lancer mais j suis un peu perdu dans le code puisque j ai telechargé et on m affiche une erreur lorsque j verifie comme s il me maquait une bibliotheque."timer" j suis aussi nouveau dans la programation et j ne comprend pas comment vous avez defini vos heures d alarme dans votre code.merci de m' eclairer
@saidakkaoui8076 Жыл бұрын
Je comptant que la musique3/10
@samirsamah7179 Жыл бұрын
Good job, Please, there is any solution to connect dmd p10 and mini sd card module to arduino nano ? Because they use somme same pins, thanks
@TechnologieChaouki Жыл бұрын
salam j ai pas bien compris t as question tu peux changer carte uno par carte nano avec le model DS horloage mini sd card ( mémoire sd ) ?? je sais pas
@samirsamah7179 Жыл бұрын
@@TechnologieChaouki @TechnologieChaouki Salam, merci pour votre réponse, en faite je veux brancher un arduino nano ou uno avec une matrice p10 et un module minisd card pour lire des mp3, le problème et que la matrice p10 utilise des pins que le module utilise aussi, comme la broche D11, D11.
@lMH-zr3nl2 жыл бұрын
LE CODE N EST PAS LE MEME !!!!!!
@ANAYDIGITALLIVEEVENTS2 жыл бұрын
how to set time in ds 1307 module,
@Bricolagetec2 жыл бұрын
Change the librairie ds1307....and change programme....ds3132 pon arduino A4.A5....automatique But for ds1307 or ds1302 sect other pin ..
@simosoufyan15882 жыл бұрын
أستاد بتوفيق إنشاء الله ❤❤❤
@armantape2 жыл бұрын
Are all the GND pins 3,5,7,9,11,13,15 connected?
@Bricolagetec2 жыл бұрын
No pin LED// pin Arduino 1.D9....2.D6.....3.GND......4.D7.....8.D13.....10.D8...12.D11 Juste pin 3 LED to Gnd Arduino
@armantape2 жыл бұрын
@@Bricolagetec ok thanks for information. Good luck for you
@virendersingh60272 жыл бұрын
Code and diagram please
@Bricolagetec2 жыл бұрын
Code in description
@farhaancreation14752 жыл бұрын
Font_6x14.h no such thing available in this universe
ماشاء الله قناتك كلها استفادة فديواتك متنوعة تبرك الله عليك اااااااااااا
@abdoukour22 жыл бұрын
الله ينور يااستاذ....حفظك الله من شر الخلق
@abdoukour22 жыл бұрын
حفظك الله
@abdoukour22 жыл бұрын
ماشاء الله
@abdoukour22 жыл бұрын
تبارك الله عليك
@abdoukour22 жыл бұрын
الله ينور
@abdoukour22 жыл бұрын
حفظك الله
@asmasid23572 жыл бұрын
Il ya probleme avec le code quand j lancer le code je trouve ce message " impossible de créer le croquis " i need help please
@TechnologieChaouki2 жыл бұрын
Impossible de créer le croquis :: copier le code arduino programme et ouvrir un nouveau programme vide et coller et enregistrer sous....da s votre pc avec nom différent..... pour ouvrir le programme à nouveau
@asmasid23572 жыл бұрын
@@TechnologieChaouki j'ai un autre problème LCD ne fonctionne pas
@mohamedchaouki96372 жыл бұрын
@@asmasid2357 il faut savoir l'adresse du lcd i2c ( 03xF...ou bien 0x27 après scanne lcd avec un programme arduino) Ou bien ajuster l'éclairage du lcd par un vis arrière lcd ....
@asmasid23572 жыл бұрын
@@mohamedchaouki9637 لا كي ندير المونتاج LCD ماتشعلش تبقى طافية
@asmasid23572 жыл бұрын
لدي نفس المشروع ولم أتمكن من تشغيل الباركينغ يمكن خطأ في الكود هل ممكن مساعدة
@mohamedchaouki96372 жыл бұрын
نعم ممكن المساعدة ليس من مانع مرحبا
@asmasid23572 жыл бұрын
@@mohamedchaouki9637 اين يمكنني التواصل معك
@TechnologieChaouki2 жыл бұрын
Chaoukitec20 @gmail.com
@أميرةالضلام-خ5ن2 жыл бұрын
فيديوهات متنوعة وقناة رائعة تستحق المتابعة
@TechnologieChaouki2 жыл бұрын
جزيل الشكر و التقدير . اتمنى لكم التوفيق في قناتكم؟! تحياتي.