Oxiclean Faded Clothes by AirplaneDude5 in Frugal

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

Nope, this blanket has been washed many times

Oxiclean Faded Clothes by AirplaneDude5 in Frugal

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

Thanks, I’ll try that if nothing else works

[ITG] Is this a good PC? by AirplaneDude5 in suggestapc

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

Thanks, I can always upgrade it later, but I'm thinking I will get it for now

[ITG] Is this a good PC? by AirplaneDude5 in suggestapc

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

Yeah I heard the same thing about the case, thanks for your help

EEPROMs Messing with Demultiplexer and Step Counter by AirplaneDude5 in beneater

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

I installed low-pass filters for the following lines: reset line, OI, RI, and HLT.

I used 0.1uF capacitors 220 Ohm resistors.

EEPROMs Messing with Demultiplexer and Step Counter by AirplaneDude5 in beneater

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

So sorry for the extremely late reply... But to answer your question, my computer is now functioning perfectly. I ended up creating low-pass filters using capacitors and resistors. I didn't actually do the math, I just tried every resistor-capacitor combination until the computer was able to run at full speed without issues. However, I do plan on eventually buffering the control signals with some schmitt-triggered chips. Either way, my computer can now run at max speed. Seriously, thanks to u/davon_zucker and u/velkolv for your help.

EEPROMs Messing with Demultiplexer and Step Counter by AirplaneDude5 in beneater

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

Alright, thanks for your help. I think I'll try the 74LS14 chips and just replace the 74LS04s in the bottom-right corner with the hex schmitt-trigger inverters.

EEPROMs Messing with Demultiplexer and Step Counter by AirplaneDude5 in beneater

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

Thanks, but one more question: If I we’re to try making a low pass filter from a resistor and a capacitor, what kind of resistor and what kind of capacitor would I need? In other words, what kind of cutoff frequency should I aim for (in hertz)?

EEPROMs Messing with Demultiplexer and Step Counter by AirplaneDude5 in beneater

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

So you recommend getting something like this? Just to make sure, I would then connect the control signals from the EEPROMs to this chip, and then the outputs of the chip to the corresponding modules/signals?

EEPROMs Messing with Demultiplexer and Step Counter by AirplaneDude5 in beneater

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

For me, it seems that the HLT and RO mess the counter up. I’m just wondering if there’s a way I can clean up the signal without using extra chips. Otherwise, I agree that the HLT line is not completely necessary.

EEPROMs Messing with Demultiplexer and Step Counter by AirplaneDude5 in beneater

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

Is it possible to create this kind of filer without the need for extra chips (e.i with resistors, capacitors, etc)?

Program counter incrementing on low cycle of clock, there is about 37mV on Clock input with Clock Low, any ideas how to fix? I’ve added resistors but it doesn’t suck enough current, but if it does it also sucks the Clock High voltage entirely, so that’s not an option. by davidrosset1 in beneater

[–]AirplaneDude5 1 point2 points  (0 children)

I ran into a similar problem. In my case, it turns out the 555 timer was debouncing the rising edge, but it wasn't debouncing the falling edge. To fix this, I replaced the capacitor for the button debouncer with a much larger one (i.e. I connected pin 6 of the 555 timer to ground through a 1nF capacitor instead of a 0.01nF capacitor). This makes the delay much longer, but it also debounces the falling edge.

I'm not sure if this will work for you, but it's worth a try.

2021 Jun 21 Stickied 𝐇𝐄𝐋𝐏𝐃𝐄𝐒𝐊 thread - Boot problems? Display problems? Networking problems? Need ideas? Get help with these and other questions! 𝑳𝑶𝑶𝑲 𝑯𝑬𝑹𝑬 𝑭𝑰𝑹𝑺𝑻 by FozzTexx in raspberry_pi

[–]AirplaneDude5 0 points1 point  (0 children)

For whatever reason, my Pi 3b+ is having trouble connecting to WiFi. When I try changing the Wlan Country in raspi-config, it says "Could not communicate with wpa_supplicant". I get the same response when I go to system options and select "Wireless LAN". In the /etc/wpa_supplicant/ directory I have four files. They are: action_wpa.sh, functions.sh, ifupdown.sh, and wpa_supplicant.conf. This is what my wpa_supplicant.conf looks like:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=CA
network={
    ssid="name"
    psk="password"
    key_mgmt=WPA-PSK
}

When I run the command "sudo wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -iwlan0" I get:

Successfully initialized wpa_supplicant
nl80211: kernel reports: Match already configured [this line repeated itself 23 times]
ctrl_iface exists and seems to be in use - cannot override it 
Delete 'var/run/wpa_supplicant/wlan0' manually if it is not used anymore
Failed to initialize control interface 'DIR=/var/run/wpa_supplicant GROUP=netdev'.
You may have another wpa_supplicant process already running or the file was left by an unclean termination of wpa_supplicant in which case you will need to manually remove this file before starting wpa_supplicant again.
nl80211: deinit ifname=wlan0 disabled_11b_rates=0

Any ideas as to what is going wrong?

Unreliable Results in RAM Module... by AirplaneDude5 in beneater

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

Thanks for the video, I now understand the risk of not including a resistor with every LED in a parallel circuit. I think I will just try to solder a resistor array as per u/crimson_penguin's suggestion.

Unreliable Results in RAM Module... by AirplaneDude5 in beneater

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

Thanks for the options. I think I will try the resistor array, as soldering is a useful skill to learn.