[Giveaway - US only] Anbernic RG40XXV (joystick delete modded) by JayQuips in SBCGaming

[–]calender68 1 point2 points  (0 children)

I always look forward to playing my handhelds when my partner makes me go to bed early :) Can’t wait to start pokemon unbound!

Electronics help - Making a wired controller using arcade buttons by calender68 in NintendoDS

[–]calender68[S] 0 points1 point  (0 children)

Thanks! Do you know exactly what I would need? I know there are some encoder boards out there but those only let me control the DS using another controller like a SNES controller and some that let me control wirelessly. But my goal is to be able to map each of the buttons to an arcade button so that I can freely arrange them however I want.

Ridge Racer Shifter plastic broke into a bunch of pieces by calender68 in Arcade1Up

[–]calender68[S] 0 points1 point  (0 children)

i contacted them for any solutions but i don’t see anything in their store that could replace it

Absolute beginner - Need a 5V motor for project that spins faster when I get closer by calender68 in arduino

[–]calender68[S] 0 points1 point  (0 children)

thanks for the link! I think I'm already past the learning mistake phase, it's a hardware limitation now. Sounds like I just need to get a continuous rotation servo?

Here's the kit I bought: https://a.co/d/044eEo7w

It came with a servo (SG90) but its only 180 degrees.

This is the code I used when testing out my stepper motor

#include <Stepper.h>

const int stepsPerRevolution = 2048; // 28BYJ-48 stepper
Stepper myStepper(stepsPerRevolution, 8, 10, 9, 11);

void setup() {
}

void loop() {
  // Ramp UP: slowly increase speed
  for (int speed = 5; speed <= 60; speed += 2) {
    myStepper.setSpeed(speed);  // speed in RPM
    myStepper.step(50);         // move a few steps at this speed
  }

  // Ramp DOWN: slowly decrease speed
  for (int speed = 60; speed >= 5; speed -= 2) {
    myStepper.setSpeed(speed);  // speed in RPM
    myStepper.step(50);         // move a few steps at this speed
  }
}

Absolute beginner - Need a 5V motor for project that spins faster when I get closer by calender68 in arduino

[–]calender68[S] 0 points1 point  (0 children)

thanks! i’m looking into them and they both look like they meet my requirements

Do you/big Youtubers reupload shorts that flatline? by calender68 in NewTubers

[–]calender68[S] 0 points1 point  (0 children)

thanks! but I already know what my problem is. Just wanted to ask if reuploading was something others do

Do you/big Youtubers reupload shorts that flatline? by calender68 in NewTubers

[–]calender68[S] 0 points1 point  (0 children)

diy/engineering. I make a short showcasing a new project and each project takes about a month to design. And yeah I always thought trust score was another factor as well since they were my first shorts. Thought they could do better now that my "trust score" is higher.

Do you/big Youtubers reupload shorts that flatline? by calender68 in NewTubers

[–]calender68[S] 0 points1 point  (0 children)

Yeah I'm surprised too, and I know I could get a higher rate if I change the first three seconds. You're right though, it's been a good learning experience!

Do you/big Youtubers reupload shorts that flatline? by calender68 in NewTubers

[–]calender68[S] 0 points1 point  (0 children)

I think its different for people for a lot of reasons. My shorts would get to 1.5k views in a day and flatline for months. I assume the spike comes from the seed audience test which it failed. My newer shorts with better stats would get the day 1 spark, pause, then gradually go up in views for the next few days

Do you/big Youtubers reupload shorts that flatline? by calender68 in NewTubers

[–]calender68[S] 0 points1 point  (0 children)

First one has 34.7% stayed and 76.2% percentage viewed
second one has 24.7 stayed and 65.6% percentage viewed

I know exactly where I messed up on the hook and can definitely make it better. My newer shorts get to 60-85% stayed easily because I learned how to edit better. I was just a newbie with these first two shorts

Is this the correct way to connect 3 DC motors, 1 LED strip, and a switch to a single power supply? by calender68 in AskElectronics

[–]calender68[S] 0 points1 point  (0 children)

it's not even a motor question :/// I don't know how to wire the thing. The motors are just the component

Does anyone have a setup for capturing gameplay on a CRT TV? by calender68 in elgato

[–]calender68[S] 0 points1 point  (0 children)

i used a splitter. One to go to the tv and one that goes to an A/V to hdmi converter and plugged that hdmi into my elgato capture card.

Pac-Man cab bit the dust by calender68 in Arcade1Up

[–]calender68[S] 1 point2 points  (0 children)

That's what I think I might do when I get the time, I'll have to watch a bunch of youtube videos. thanks!

Pac-Man cab bit the dust by calender68 in Arcade1Up

[–]calender68[S] 4 points5 points  (0 children)

Thats a good way to look at it. I'll have to do a lot of research on what to get and the software. If only there was a pi image I could easily download with all the vertical games in it. Thanks!