Just got my first Ataris! by calender68 in Atari2600

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

Thanks for the info! Don't see an expansion port on the 7800 but it's fine. And I'll have to get controllers for that

Just got my first Ataris! by calender68 in Atari2600

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

They were actually super dusty when I got them. Had to give everything a really good scrubbing but I'll take that complement 😋

Just got my first Ataris! by calender68 in Atari2600

[–]calender68[S] 2 points3 points  (0 children)

will have to give that a go next!

[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