- Видео 23
- Просмотров 37 250
Mohamed Jacem
Добавлен 7 апр 2012
زيارة لمركز عصري لمعالجة النفايات بطريقة إيكولوجية
زيارة لمركز عصري لمعالجة النفايات بطريقة إيكولوجية
Centre de traitement Isséane à Issy-les-Moulineaux (Syctom)
Centre de traitement Isséane à Issy-les-Moulineaux (Syctom)
Просмотров: 4
Видео
Installation facile d'un kit de panneaux solaires chez soi
Просмотров 39111 месяцев назад
Installation facile d'un kit de panneaux solaires chez soi
جولة داخل غواصة حربية فرنسية "الاسبادون"
Просмотров 1895 лет назад
جولة داخل غواصة حربية فرنسية "الاسبادون"
Detect motion and temperature using ESP8266 and Arduino
Просмотров 517 лет назад
Detect motion and temperature - Display sensing data on thinkspeak Code is available here: github.com/jacem1/Display Motion_Temperature_Thinkspeak.git
Detect and Tweet a Movement event using ESP8266 and Arduino UNO
Просмотров 2447 лет назад
Detect and Tweet a Movement event using ESP8266 and Arduino UNO The Arduino Sketch is in this link: github.com/jacem1/ESP8266_with_twitter/blob/master/code_esp8266_import.ino
Sending Tweets using ESP8266 and Arduino UNO cards
Просмотров 1,1 тыс.7 лет назад
You can see this link, it is very useful: www.instructables.com/id/Beginners-Guide-to-ESP8266-and-Tweeting-Using-ESP8/
Motion data over Wifi using ESP8266 & Arduino UNO
Просмотров 1497 лет назад
The Arduino Sketch can be found in the following link: github.com/jacem1/wifi_esp_8266
ESP 8266 installation with Arduino UNO
Просмотров 4357 лет назад
Installation and configuration of ESP 8266 with Arduino UNO card in order to use wifi
Command a Servi motor using Arduino
Просмотров 277 лет назад
It is intresting to add some motions to your Arduino project. Choose randomly an angle of rotation of your servi motor. The source code is available below in a comment.
Bien réussir votre présentation en public
Просмотров 937 лет назад
Bien réussir votre présentation en public
Reset purge counter on Brother MFC-290C
Просмотров 32 тыс.8 лет назад
Reset purge counter on Brother MFC-290C
Geographic Information System to monitor telecom networks
Просмотров 7738 лет назад
Geographic Information System to monitor telecom networks
insérer image GIF dans module Joomla - ادراج صورة جيف في موقعك جومل
Просмотров 1,2 тыс.12 лет назад
insérer image GIF dans module Joomla - ادراج صورة جيف في موقعك جومل
Thank you , work with MFC 230 C model
Thank you 🥲😌 It really is done
Thank you so much for your instruction ! You are so great ! Now my printer starts to work very well !!!
Thank you. This is an old video but it help me get my old printer back to doing it's job.
Thanks it works for my mfc 240c printer 😁
THANK YOU!! 🥳🥳
My Brother MFC 295CN power plug doesnt disconnect from printer so when i plug from wall and press menu and plug back in the printer doesnt automaticly go back on. So this dopesnt work for me ... anyone can help?!?
You are the best teacher thanks so much 🎉
Master!!
My Brother MFC240C just locked up. Best printer I ever had. Your instructions solved the problem. I suspect my printer is nearly 7 years old now.
Thank you very much!
Thank you. Works fine :)
Thank you bro!
Saved my ass. Thanks 👍
Thanks Mohamed, it working fine again!
Thanks you are great
Du är gryymtt bro TACK SÅ MYCKET Jag älskar dig... FIXAT!
Thank you . success
I did what you explained. The code disapear and I've been able to print 5 pages. But the problem came back. (problem 36)
en mi impresora me sale en la pantalla impos.limpiar es la misma de la foto mfc-290c si puedes ayudarme muchas gracias
Eso me pasa en este momento, pudiste resolver el problema
Thanks. It helped my 79 year old fahter bei solving the problem. Greetings Tom
Don't you need to converter the logic pin signal voltage down to 3.3v with a logic level converter?
I didn't remember the use of a level converter ... please watch the begining of the video to see connections
I thought that the ESP8266 needs 3.3v for the Rx signal and the Uno can only output 5v from the digital output pins
@@papaniad In my Arduino card, I have 2 outputs 3.3 V and 5 v
I also have a 3.3v on my uno, but that is the power outputs. I am referring to the digital signal outputs. The digital signal output (the Tx) is different to the power. The digital Tx output can only be 5v, not 3.3v. Apparently the easy way to achieve this is with resistors to build a voltage divider.
@@papaniad It was about one year that I made this project ... I don't remember that I used such divider ... Please check other forums for more details
Everything is clear with details ... Thank you very much
Thank you so much!!!! Genius.
Brilliant! Thank you - this sorted out my printer problem (Unable Clean 46).
Grazie!
another thing "unable to init" errors can even point to complete printhead failure. and to change the printhead on such an old printer you'll have to pay more than the printer was bought for initially.
from what I've read unable to init errors have nothing to do with purge count! they are mechanical errors (mech malfunctioning or some sort of paper jam / foreign object obstruction)
Thank you so much !😀
That's the first ESP8266 related video I found actually to be useful. I'll try it ASAP. Thanks.
You are welcome ^^
Here the source code: =================================================================== #include <Servo.h> Servo myServo; int angle2; void setup() { // put your setup code here, to run once: myServo.attach(9); Serial.begin(9600); } void loop() { angle2=45*random(4); myServo.write(angle2); delay(2000); Serial.print(" , angle : "); Serial.print(angle2); }
no entiendo mucho el ingles pero me sirvió de mucho la guía gracias
Your video saved the day! Thanks brother! No pun intended
welcome :)
Thanks Mohamed! I followed your instructions and fixed the issue on my printer. Huge help!
welcome :)