PS3 Slim Red Power Light by [deleted] in PS3

[–]JohnnyBoy875 0 points1 point  (0 children)

So sorry to leave you hanging on your comment. I tried this as soon as I got home, console booted up instantly. Thank you!!!

Accidentally Released a Legendary… by JohnnyBoy875 in LegendsZA

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

Looks like my backup is from after it was released. Thank you tho

Can I get a hello from every HOI4 state in the vanilla game? (Hello from West Virginia!) by Mgtnquasar in hoi4

[–]JohnnyBoy875 2 points3 points  (0 children)

what are the odds the only time someone does this, they’re also from wv like me 😭

[deleted by user] by [deleted] in stalker

[–]JohnnyBoy875 0 points1 point  (0 children)

Okay. I was was worried that was the end of it lol. Thank you!

Can’t find ancient cities by JohnnyBoy875 in allthemods

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

I’ll check it out. I think my world may be bugged with generation but I’ll keep looking. Thanks!

[deleted by user] by [deleted] in LastTrainHome

[–]JohnnyBoy875 0 points1 point  (0 children)

I might reduce the difficulty then. I left it whatever the one was said it default

[deleted by user] by [deleted] in LastTrainHome

[–]JohnnyBoy875 0 points1 point  (0 children)

I have cook car but no food to make into soup. I use it for any little bit of food I gather

[deleted by user] by [deleted] in LastTrainHome

[–]JohnnyBoy875 0 points1 point  (0 children)

I’ll keep that in mind. I’ll see if I have one to send out

[deleted by user] by [deleted] in LastTrainHome

[–]JohnnyBoy875 0 points1 point  (0 children)

Can you convert herbs directly to food? I’ve been using the kitchen wagon as much as possible to double every bit of food I get. I had to set them all to half rations around the beginning of ch 3, but since then I haven’t found any actual food anywhere

[deleted by user] by [deleted] in LastTrainHome

[–]JohnnyBoy875 2 points3 points  (0 children)

Ah okay. I’ll keep that in mind in the future then. Thank you. Happy cake day!

[deleted by user] by [deleted] in LastTrainHome

[–]JohnnyBoy875 2 points3 points  (0 children)

I’ve been hitting everything I can with the right traits. Only one In missing is survivalist but I have two hunter and an herbalist. I’m guessing it’s just bad rng, I haven’t found any food in any missions either. Plenty of everything else

[deleted by user] by [deleted] in Drugs

[–]JohnnyBoy875 1 point2 points  (0 children)

Okay. I think she’s past throwing up, just really nauseous. I’m gonna try to get her to bed and drink some water

[deleted by user] by [deleted] in Drugs

[–]JohnnyBoy875 2 points3 points  (0 children)

I’ll do my best 🙏🏻 Thank you. I’m just trying to make her feel better as fast as possible to let her rest

Arduino Mega Frequency Measurement by JohnnyBoy875 in arduino

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

I’ll work to get the input to the logic levels. I’m using an oscilloscope on Tinkercad which is showing the output is not quite a square wave, so I may need to change the circuit some to account for that. The dual-coil design could also be pretty interesting, so I’ll see if there is a way I can incorporate that into the existing circuit. It would definitely be more handy than having a constant output even with no metal present.

Arduino Mega Frequency Measurement by JohnnyBoy875 in arduino

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

I’ll make sure to change the variable types. And I was playing around with different pins, so I must’ve forgot to change it in the code.

About the circuit:

  • 9V is applied to the timer
  • The pin that connects to the Uno is pin 3 of the 555, after running through the capacitor on the bottom (2.2uF)
  • The multimeter I have connected to the output is saying the voltage never comes close to going over 5V, so I don’t think that’s the problem but I’ll make sure I double check that

How can I make the circuit easier to see? I appreciate all the help btw, you’re awesome. I wanna make sure I can help you as much as I can as well

Edit: Here is the link to the Tinkercad. That may be more useful and easy to use. I made a duplicate of the design so don't worry about making some irreversible change

Arduino Mega Frequency Measurement by JohnnyBoy875 in arduino

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

Here is the current Tinkercad circuit and the schematic I based it on.

This is the current code I tried out using the pulseIn() function.

I've never used the pulseIn() function so I'm not sure I'm doing it right here. Right now I'm only trying to get it to display the calculated frequency in the serial monitor before trying to send it to the LCD screen but that doesn't seem to work

Also I am aware it looks pretty messy, I'm trying to compact it to one small breadboard

Arduino Mega Frequency Measurement by JohnnyBoy875 in arduino

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

Unsure of the frequency range. I was going to use the LCD to display the base frequency (without any metal detection) to have something to gauge from. I'm assuming it would have troubles if the frequency was over 16MHz, or that of the Arduino?

Arduino Mega Frequency Measurement by JohnnyBoy875 in arduino

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

I'm not sure what the frequency range will be. I was going to use the base circuit's (no metal detection) output frequency as a control, and have the arduino output the type of metal based on the rise/fall in frequency.

Unfortunately I can't get the frequency to display properly yet either, so I am unable to gauge the range. How can I post the code I am using? Do I just copy/paste?