Тёмный
electronic GURU
electronic GURU
electronic GURU
Подписаться
This channel is mainly dedicated to almost everything which involves electronics but mostly our focus is electronics projects, DIY kits, Arduino projects, Raspberry Pi projects, RC car/multicopters/other RC stuff and this is not it, if we find some electronics gadget/product quite amazing the we try to bring it to you on this channel. Feel free to contact me on my Instagram and Facebook.

For business related Enquiries : electronicguru007@gmail.com
Raspberry Pi Pico In depth Review
10:23
3 года назад
Комментарии
@jhoncesargutierrezhuaman197
@jhoncesargutierrezhuaman197 8 дней назад
amazing !!
@amithhuded4502
@amithhuded4502 18 дней назад
where to design the circuit that you have used in video at 3min20sec
@Vagubando
@Vagubando Месяц назад
Please tell me, what program did you draw the diagram with?
@putrarageld
@putrarageld Месяц назад
Ini apa kuat buat dinamo 500watt
@elektron2kim666
@elektron2kim666 Месяц назад
They upgraded a lot since. I found pleasure in some modules and devices recently. The "new stuff" doesn't appeal to me so much (my coding problems or my studies into it, I guess).
@TheHonestlySneakyGamer
@TheHonestlySneakyGamer Месяц назад
anyway to get this to work with Twitch followers
@kaushikbhat74
@kaushikbhat74 Месяц назад
where are the connections susm
@theskrript_
@theskrript_ Месяц назад
I need help please. When I try to connect with with vnc it connects, but it saids "Cannot currently show the desktop"
@raxxkaxx7586
@raxxkaxx7586 Месяц назад
Witam bardzo fajne, ale czy mógłbyś dać schemat jak podłączyć
@isidrorosales476
@isidrorosales476 Месяц назад
bro, can i use 2N2222 npn instead of TIP?
@somebody6590
@somebody6590 Месяц назад
Hi please help me out, im using a raspberry pi zero 2 w with a camera ver 1.3, it is having some kind of problem that it shows supported=1 detected=1 in putty but motioneyeos is not detecing the camera. Tried everything
@Vagubando
@Vagubando Месяц назад
Я сделал этот проект. Работает все отлично. А кто бы смог перевести эту станцию на русский язык ? I made this project. Everything works fine. And who would be able to translate this station into Russian?
@bomberos9442
@bomberos9442 Месяц назад
Bhai apka code nh kholra
@lolimafer
@lolimafer 2 месяца назад
best rfid video
@hemangpatel6248
@hemangpatel6248 2 месяца назад
wrong info shown in video you code doesn't show sector data
@marcobarronramirez8801
@marcobarronramirez8801 2 месяца назад
What is the process and applications you implemented to generate the bitmap of the icons used?
@thetooginator153
@thetooginator153 2 месяца назад
I haven’t tried this yet, but it’s EXACTLY what I want to do. Great video! Thanks!
@kevilysoled5302
@kevilysoled5302 2 месяца назад
thankyou very much buddy!
@StrikeSiren
@StrikeSiren 2 месяца назад
hello, is it possible to use only wifi instead of 2g sim?
@raffaelebarlotti9017
@raffaelebarlotti9017 2 месяца назад
Hi, while compiling the code it gives me this error (Compilation error: no matching function for call to 'NTPClient::NTPClient(WiFiUDP&, const char [13], const long int&)' how can I solve this? Thanks.
@nadeemabbasi1835
@nadeemabbasi1835 2 месяца назад
Jitne bhi indians h sabke video pe unlike dunga
@agent_soccer
@agent_soccer 3 месяца назад
Can someone give me code fir this please
@mixmaker2114
@mixmaker2114 3 месяца назад
Idk wath i do wrong haha butt its a good video butt don’t work for me
@ashutoshranjan3363
@ashutoshranjan3363 3 месяца назад
Please upgrade this project by using openweather 3.0 api
@khushalgoel807
@khushalgoel807 3 месяца назад
Showing underscore after rebooting Already tried from different Micro SD Cards.
@batticha462
@batticha462 3 месяца назад
After the flashing the computer doesn't recognise the stm32 ?!
@exploreworldx
@exploreworldx 3 месяца назад
I cannot make my screen working,has anything changed later on? Prob screens no more compatible with the rpi4? Everything i tried has not worked
@Chinese357
@Chinese357 3 месяца назад
will this regulation will lead to power loss or on dimming it will save the power consumption @electronic GURU
@noureenashameer6826
@noureenashameer6826 3 месяца назад
I am buying Arduino RFID reader kit this weekend 🎉
@aichaseghour8027
@aichaseghour8027 3 месяца назад
hi sir , could you please send me the datasheet of this NTC because i can't find it
@NoNo-pg2ol
@NoNo-pg2ol 3 месяца назад
HELLO ITS MR INDIAN TECHSUPPORT SCAMMER HERE
@Neruppuda436
@Neruppuda436 3 месяца назад
Hi this is amazing, but I'm trying to do the same with esp32 and it's not working
@Pragadeeshwaran.S
@Pragadeeshwaran.S 3 месяца назад
Thank you so much
@Manofsandwich
@Manofsandwich 4 месяца назад
Would this theoretically work with an esp32?
@KevinHuanStreichan
@KevinHuanStreichan 4 месяца назад
Is it possible to make the ball move faster?
@Robotguy115
@Robotguy115 4 месяца назад
code analogWrite for movement, easy speed adjustments
@King_Thenuja
@King_Thenuja 4 месяца назад
And btw great video I liked and subbed
@King_Thenuja
@King_Thenuja 4 месяца назад
Pls pin the code
@King_Thenuja
@King_Thenuja 4 месяца назад
/* A simple Pong game: */ #include <SPI.h> #include <Wire.h> #include <Adafruit_GFX.h> #include <Adafruit_SSD1306.h> #define UP_BUTTON 2 #define DOWN_BUTTON 3 const unsigned long PADDLE_RATE = 33; const unsigned long BALL_RATE = 16; const uint8_t PADDLE_HEIGHT = 24; #define SCREEN_WIDTH 128 // OLED display width, in pixels #define SCREEN_HEIGHT 64 // OLED display height, in pixels // Declaration for an SSD1306 display connected to I2C (SDA, SCL pins) #define OLED_RESET 4 // Reset pin # (or -1 if sharing Arduino reset pin) Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, OLED_RESET); void drawCourt(); uint8_t ball_x = 64, ball_y = 32; uint8_t ball_dir_x = 1, ball_dir_y = 1; unsigned long ball_update; unsigned long paddle_update; const uint8_t CPU_X = 12; uint8_t cpu_y = 16; const uint8_t PLAYER_X = 115; uint8_t player_y = 16; void setup() { display.begin(SSD1306_SWITCHCAPVCC, 0x3C); display.display(); unsigned long start = millis(); pinMode(UP_BUTTON, INPUT); pinMode(DOWN_BUTTON, INPUT); digitalWrite(UP_BUTTON,1); digitalWrite(DOWN_BUTTON,1); display.clearDisplay(); drawCourt(); while(millis() - start < 2000); display.display(); ball_update = millis(); paddle_update = ball_update; } void loop() { bool update = false; unsigned long time = millis(); static bool up_state = false; static bool down_state = false; up_state |= (digitalRead(UP_BUTTON) == LOW); down_state |= (digitalRead(DOWN_BUTTON) == LOW); if(time > ball_update) { uint8_t new_x = ball_x + ball_dir_x; uint8_t new_y = ball_y + ball_dir_y; // Check if we hit the vertical walls if(new_x == 0 || new_x == 127) { ball_dir_x = -ball_dir_x; new_x += ball_dir_x + ball_dir_x; } // Check if we hit the horizontal walls. if(new_y == 0 || new_y == 63) { ball_dir_y = -ball_dir_y; new_y += ball_dir_y + ball_dir_y; } // Check if we hit the CPU paddle if(new_x == CPU_X && new_y >= cpu_y && new_y <= cpu_y + PADDLE_HEIGHT) { ball_dir_x = -ball_dir_x; new_x += ball_dir_x + ball_dir_x; } // Check if we hit the player paddle if(new_x == PLAYER_X && new_y >= player_y && new_y <= player_y + PADDLE_HEIGHT) { ball_dir_x = -ball_dir_x; new_x += ball_dir_x + ball_dir_x; } display.drawPixel(ball_x, ball_y, BLACK); display.drawPixel(new_x, new_y, WHITE); ball_x = new_x; ball_y = new_y; ball_update += BALL_RATE; update = true; } if(time > paddle_update) { paddle_update += PADDLE_RATE; // CPU paddle display.drawFastVLine(CPU_X, cpu_y, PADDLE_HEIGHT, BLACK); const uint8_t half_paddle = PADDLE_HEIGHT >> 1; if(cpu_y + half_paddle > ball_y) { cpu_y -= 1; } if(cpu_y + half_paddle < ball_y) { cpu_y += 1; } if(cpu_y < 1) cpu_y = 1; if(cpu_y + PADDLE_HEIGHT > 63) cpu_y = 63 - PADDLE_HEIGHT; display.drawFastVLine(CPU_X, cpu_y, PADDLE_HEIGHT, WHITE); // Player paddle display.drawFastVLine(PLAYER_X, player_y, PADDLE_HEIGHT, BLACK); if(up_state) { player_y -= 1; } if(down_state) { player_y += 1; } up_state = down_state = false; if(player_y < 1) player_y = 1; if(player_y + PADDLE_HEIGHT > 63) player_y = 63 - PADDLE_HEIGHT; display.drawFastVLine(PLAYER_X, player_y, PADDLE_HEIGHT, WHITE); update = true; } if(update) display.display(); } void drawCourt() { display.drawRect(0, 0, 128, 64, WHITE); }
@Vagubando
@Vagubando 4 месяца назад
Уважаемый автор! Какие номиналы двух резисторов для измерения емкости ? Dear author! What are the ratings of the two resistors for measuring capacitance?
@ashutoshranjan3363
@ashutoshranjan3363 4 месяца назад
code is working after some modification, like main cant be string ( changed it with Main). http.begin(serverName) replaced with code WiFiClient client; // Create a WiFiClient object http.begin(client, serverName); // Pass the WiFiClient object to the begin function. But code is not getting correct humidity for next days. Tried to rectify but unable to do so. Please check and rectify.
@ulfatkhan6229
@ulfatkhan6229 4 месяца назад
how do i control it automatically based on some threshold temp value?
@tonyp4894
@tonyp4894 4 месяца назад
WHY do you click and click all over the screen very fast. Do you think we can do all those things that fast as a person trying to follow a tutorial. If you really want to teach people how to do things, you should first learn how to pace yourself so that the students can follow what you are trying to do. It is a waste of time and effort to try to listen and work with a teacher that has a diarrhea mouth instruction style.
@AdityaMishra-fg5tx
@AdityaMishra-fg5tx 5 месяцев назад
bro hum simm toh dal denge pr kya hume usse recharge krna hoga yes or no \
@nizamachmady1682
@nizamachmady1682 5 месяцев назад
How to increase the volume?
@selenophilicinsane1103
@selenophilicinsane1103 5 месяцев назад
I want to check from 0v to 1000v
@rittikn
@rittikn 5 месяцев назад
Please share the link to the source code. Thanks
@carloscontreras4707
@carloscontreras4707 5 месяцев назад
Good job, can you program it for make the buttons shine with lights?
@Martin2168
@Martin2168 5 месяцев назад
How many Ohms does the resistor have? on video 1 kohm in drawing 2.2 k
@palamut6236
@palamut6236 5 месяцев назад
I'm doing it by looking at your video, but the sensor connections at the end of the video and the connections at the end of the video are different. I made the same connections as you but the sensor and servo are not working
@anthonygalang8858
@anthonygalang8858 3 месяца назад
same problem