hello, how to make the Technics inscription on a 128x32 OLED display and change it to Remote Control in a few seconds, would be grateful for help Thank you
Nice vid, thanks. I'm building a Muon detector. Anyhow, it will send a signal to a LED and light the LED every time it detects something. Rather than lighting up a LED I'd like to use an OLED to keep a running count of every detection in place of the LED lighting up (or in conjunction with it). So, can the + and - wires to the LED be sent to an arduino and then to the OLED where it would have some text and keep a running count of all the detections/every time the LED would flash? Your kind assistance would be appreciated.
Just use edge detector to detect electric pulse then use that to increase the counter then show the value of counter in OLED display as shown in the video.
@@UtGoTech is it necessary to do that twice? With two different numbers? Thank you so much for your fast reply! I have something for school about this tomorrow!
Upload I2C scanner sketch after that open serial monitor to check if communication is established or not. If you see the I2C address then the communication is working ok. If not then look for improper connections.
Sir many many thanks for your reply. But Sir I am not expert in this regard. Please give me full details. After adafruit ssd1306 & adafruit gfx library installed first upload the I2c scanner code in the Arduino Uno. When I try to upload the sketch error uploading sketch shows. You told that serial monitor open. How to open that. Sir please don't mind. Please help me in this regard. I have purchased the OLED display from Amazon 0.96 128/64 with IIC. Please help me.
what did i do wrong my display looks black and white tv no singnal kinda look in 128x64 and in 128x32 it has only 1/3rd of the screen working the top 3rd
@@UtGoTech i already used several different wires before and the resolution i check like 5 different times i fixed it turns out that adafruit had a problem but idk where i use a different library
Very well and clear explained. thank you.
Could you make a tutorial for a WaveShare OLED 1.5" RGB 14747 with SPI and SSD1351 on a Arduino-Uno?
Welcome👍
Ok I will try
Nifty. thank you!
Welcome
Nicely simple explanation!
appreciated your great work👍🏻
Thanks 👍
What are the 2 different interfaces. Looking to code for the "SPI interface"
Never mind managed by adjusting he correct Constructor line.
👍
bro I really appreciate your hard work hats off to you.
your channel will be very successful
Thank you so much 😀
Great and simple 👍
Thanks
Can we monitor cpu or gpu temperature in computer?
If you can install the temperature sensor then you can monitor the temperature.
Can you please make a video for displaying gifs and short videos on oled display.
Sure
@@UtGoTech Thanks in advance😇
thank you
Welcome
hello, how to make the Technics inscription on a 128x32 OLED display and change it to Remote Control in a few seconds, would be grateful for help
Thank you
Simply use text functions and give time delay to change it
Nice vid, thanks. I'm building a Muon detector. Anyhow, it will send a signal to a LED and light the LED every time it detects something. Rather than lighting up a LED I'd like to use an OLED to keep a running count of every detection in place of the LED lighting up (or in conjunction with it). So, can the + and - wires to the LED be sent to an arduino and then to the OLED where it would have some text and keep a running count of all the detections/every time the LED would flash? Your kind assistance would be appreciated.
Just use edge detector to detect electric pulse then use that to increase the counter then show the value of counter in OLED display as shown in the video.
First subscriber😀😎
👍
Very well explained .thank you
Welcome 👍
good video
Thanks❤️
would you be interested in doing a project similar to this
Yes
Nice video and very easy to understand 👍
👍
Glad you think so!👍
very well explained
Thanks and Welcome 👍
hey thank you for the video. after uploading I2C scanner code it is showing "scanning...." what to do....?
If it doesn't shows I2C address then check for loose connections.
I need help can we connect on somewhere..please
You can contact using telegram
@UtGoTech
bro really good job keep going amazing bro great
Thanks 👍
You are the best.😍😍😍😍
Thanks
Very useful and clear.
Thanks
For Buying Purpose Could you please provide the link of MAX30102 sensor
www.amazon.in/Sensor-MAX30102-Detection-Concentration-Arduino/dp/B08PCW5H1H/ref=m_pd_aw_sbs_sccl_1/258-4643052-5824360?pd_rd_w=43y27&content-id=amzn1.sym.0882175b-460c-470b-8206-e2cd634a1042&pf_rd_p=0882175b-460c-470b-8206-e2cd634a1042&pf_rd_r=C3ZAKPA6844GRMC6MCHQ&pd_rd_wg=Ufqb1&pd_rd_r=bdeca3c9-8de6-493d-93e6-1b96dd161f77&pd_rd_i=B08PCW5H1H&psc=1
Great. thanks bro...
Welcome
Hi! Can u explain why you are using the setCursor line twice? Once for (0,0) and once for (40,40)?
To change the cursor position
@@UtGoTech is it necessary to do that twice? With two different numbers?
Thank you so much for your fast reply! I have something for school about this tomorrow!
If you want to display text at different positions then you have to change cursor location according to the text position.
can i use same code in 1.3inch oled display? plz tell me😟
No, you have to slightly modify the code.
@@UtGoTech and what must i modify it to
Co-ordinates
@@UtGoTechpls tell detailed
Hlloi bro pls replay
how do you delete the image to then add text
Use clear display function.
Hi, I need help. I have a 16 pin, 0,66 inch, 64x48 OLED Shield. How do I connect that to my Arduino Uno?
This OLED display is different. You have to refer to other videos according to the type/model of your OLED display.
Bro when the adafruit animation goes on, the half screen is glitched what is the solve for it please say
Look for loose connections. I suggest you to solder all the connection if issue persists.
dear ketan how to write code for oled countdown timer 60sec
Just print the counter as a text.
Actually Sir I don't understand that. Two libraries to be installed this is clear. After that i2c scanner sketch what to be done?
Upload I2C scanner sketch after that open serial monitor to check if communication is established or not. If you see the I2C address then the communication is working ok. If not then look for improper connections.
Sir many many thanks for your reply. But Sir I am not expert in this regard. Please give me full details. After adafruit ssd1306 & adafruit gfx library installed first upload the I2c scanner code in the Arduino Uno. When I try to upload the sketch error uploading sketch shows. You told that serial monitor open. How to open that. Sir please don't mind. Please help me in this regard. I have purchased the OLED display from Amazon 0.96 128/64 with IIC. Please help me.
Upload errors is different. You can google for the solutions.
aku dari indonesia, mau bertanya tentang OLED untuk SDA dan SCL ke arduino uno masuk nya di A4 dan A5?
I'm from Indonesia, I want to ask about OLED for SDA and SCL to Arduino Uno, does it come in A4 and A5?
Yes
Can't we make it as voice controlled
Yes offcourse
wow, finally a SSD1306 how to video that shows me results!!!!
Great
Muito bom parabéns .
Sorry i don't understand your language.
@@UtGoTech he says, "very good"
Thanks
How to use 2 different texts? But 1 at the time
Just use clear display function
From wher i can buy this?
From Amazon
Amazon
Eu queria colocar a foto do meu filho vc me ajuda? Cornélio Procópio , Paraná, Brasil.
Sorry I don't understand your language
what did i do wrong my display looks black and white tv no singnal kinda look in 128x64 and in 128x32 it has only 1/3rd of the screen working the top 3rd
Choose correct display resolution and make sure connection is not loose.
@@UtGoTech i already used several different wires before and the resolution i check like 5 different times i fixed it turns out that adafruit had a problem but idk where i use a different library
Are you using same libraries as shown in the video.
@@UtGoTech using some different ones now because the one in video didnt work
Which one?
Its saying my isnt a file, any clues?
Have you installed Adafruit library?
@@UtGoTech i got it to work, thanks! how would you keep the image on the screen for 5 seconds then have text appear
i am facing a problem it is that that the image in not coming as expected only an uneven rectangle is getting printed pls help bro
Are you using the same settings as shown in the video
Why mine still be showing up with SCREEN_ADDRESS ?? I can’t change it to 0x3c
Which module you are using?
Nice
Thanks
One problem for me, the OLED is showing many pixels instead of the text, then the text is moving left to right at the top moving quickly.
Most of the time this happened due to loose connection.
Make sure the connections are not loose.
do you have telegram? i need help
Yes. @UtGoTech
They are OK but too small and too bright.
Yes
Bro when the adafruit animation goes on, the half screen is glitched what is the solve for it please say
Look for loose connections. I suggest you to solder all the connection if issue persists.
Bro when the adafruit animation goes on, the half screen is glitched what is the solve for it please say
Look for loose connections. I suggest you to solder all the connection if issue persists.
Bro when the adafruit animation goes on, the half screen is glitched what is the solve for it please say
Look for loose connections. I suggest you to solder all the connection if issue persists.
Bro when the adafruit animation goes on, the half screen is glitched what is the solve for it please say
Look for loose connections. I suggest you to solder all the connection if issue persists.