u/Head-Penalty-2416

pleaseeee cosmic slow tempo soft recommendations please!!!!

i just listened to planet caravan by pantera and it is AWESOME and i also think its a bit similar to blacks abbath zeitgeist can someone please reccomend me these kinds of music?

reddit.com
u/Head-Penalty-2416 — 1 day ago

Rc reciever and transmitter controller for 90 dollars max help needed

hello there so i am making a trainer rc but i am a teenager in turkey and everything is overpriced here and i dont earn that much. so my budget is tight for transmitter and reciever. and in our country on recent changes its almost impossible to get something imported abroad. so i kindly reqwuest your help for me to find a rc transmitter AND transmitter that totals in 90 dollars and probably is sold on turkiye

reddit.com
u/Head-Penalty-2416 — 3 days ago
▲ 1 r/esp32

Hey there so i challenged some guy on my school to make an esp32 rc plane but i have ran into a problem. The problem is i cannot find a way to feed my sg90s safely all together with the source being weightlewss (optional but low weight preferred) safe and stable for flight. i thinked of 2s lipo but i dont have a bms and my only 5v regulator is minimum 9 volts so i thought of a powerbank that felt absurd so im going to buy something in order to power my esp32 AND 2 sg90s. i tried searching with ais and searched it on the internet i found some reccomandations but it didnt feel enough so im asking yall what should i use? (btw my esp32 is esp32s3 n16r8)

reddit.com
u/Head-Penalty-2416 — 7 days ago

Hello so i am a newbie in this hobby and i am making my own rc plane right now but i have concerns i will solder an xt60 to my 2 cell li po battery i have watched a few videos about this but it didnt feel right so i thought of asking this community so do i have to decharge my li po ? do i solder it directly and can i hold the solder on the wire for 10 seconds? and also i will use a 40a esc and im using a xa2212 980kv motor and my li po wires are so thin like 22awg does 22awg make any risks because its too thin? please guide me friends

reddit.com
u/Head-Penalty-2416 — 10 days ago
▲ 0 r/esp32

i use an esp32s3 n16r8 and i use gpio 18 esp32 Vin (5v) and esp32 gnd for power i also tried a different power source but nothing changed. and i tried with multible esp32 and servos to ensure it is not hardware but i really dont know what it is right now i urgently need your help. my code:

#include <ESP32Servo.h>
 
Servo myservo;  // create servo object to control a servo
 
// Recommended PWM GPIO pins on the ESP32 include 2,4,12-19,21-23,25-27,32-33 
int servoPin = 13;
 
void setup() {
  myservo.setPeriodHertz(50); 
  myservo.attach(servoPin);
}
 
void loop() {
  myservo.write(0); 
  delay(2000);
  myservo.write(180);
  delay(2000);
}
reddit.com
u/Head-Penalty-2416 — 16 days ago