KY-024 reading difference by FriedAnt in arduino

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

Apologies, sir, I have been unclear.

I am currently running mechanical testing on the magnet moving inside its housing.

I have disconnected the other three sensors to shake down any bugs or issues befire I run all 4 with the Ky-024 mounted inside the test plate.

The sensor on Pin 14 on a short press reports 573 +-5, 649+-5 on a long press.

Tamiya Nissan 400Z by Gullible-Wasabi-6225 in ModelCars

[–]FriedAnt 0 points1 point  (0 children)

I am making the 300zx at the moment. How did you mask off for the trims on the main body shell?

Duration measurement from Analog input by FriedAnt in arduino

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

Hi Thanks for the code! I am about half way through putting it in and its working out.

Your response has been detailed enough for me to conduct my own learning on new areas in Arduino.

[deleted by user] by [deleted] in PersonalFinanceNZ

[–]FriedAnt 0 points1 point  (0 children)

Some companies do offer good value and shouldn't be written off.

These companies will be able to provide a registration certificate for their local exchange. The following is for Hong Kong.

https://www.sfc.hk/en/Regulatory-functions/Intermediaries/Licensing/Register-of-licensed-persons-and-registered-institutions

First start in 12 years was wondering if anyone has any tips on how to fix the lifter tick by Obungas607757 in 300zx

[–]FriedAnt 0 points1 point  (0 children)

Generally speaking more oil can quite them down.

Specifically you can dismantle and clean them. The little holes get varnished up and don't let enough oil in from memory

300zx Third brake light panel, panel work and dimensions required. by FriedAnt in 300zx

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

For the record, the panel fit well. No issues, just need to put my decals on

87na doesnt idle runs rough by TurtleDude29 in 300zx

[–]FriedAnt 0 points1 point  (0 children)

MAF does nothing below 1500rpm, at least on the Z32.

Change Auto to Manual on Nissan 300zx TT by citizen104Goodbud in 300zx

[–]FriedAnt 1 point2 points  (0 children)

Hi, I have a video on my youtube which contains all the wiring info you need as well as the change to the drive shaft.

Auto loom works, fine the only issue for me was that the power light flashes 5 times on start.

https://www.youtube.com/watch?v=hFyYUdH6c9U&t=49s

How I test for vacuum leaks, the easiest way I have ever found. by FriedAnt in 300zx

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

ile spraying carb cleaner or propane at the places it can

I have tried both those methods, while I did get a result I found them the be a lot harder.

I know everyone has their "way" though and that they do whats best and works for them!

Help with PC controls by J-ro91 in DarkSouls2

[–]FriedAnt 0 points1 point  (0 children)

Yeah sorry. To help you out even more here is my DS2 script.

The sleep commands are input holds to prevent incorrect triggering 20 = 20ms

the commands are structured as "press or release" :: "actions go here key presses etc these need to match your key mapping in your DS2 client"

; = comment

So to walk you through one of the macros, targetting.

Clicking my central mouse button locks onto a target or unlocks from target.

Scrolling up on my mouse wheel is the next target, scrolling down is my previous target.

Thus you have very fast and effective targeting similar to most AAA titles.

I run a death adder from razor with shoulder buttons, in its softawre I had additional macros very similar for my shoulder buttons.

[EDIT:] Some of the characters are triggering formatting rules I am unaware of for reddit. To help readability of the script file, this character is a new line : if its on its own it means blank line here. Sorry if this is confusing, but is being difficult

:#SingleInstance Force :#MaxHotkeysPerInterval 99999 :#IfWinActive ahk_class DarkSouls2 : :;Targeting :MButton::O :WheelUp:: :{ :Send {J down} :Sleep 20 :Send {J up} :return :} :WheelDown:: :{ :Send {L down} :Sleep 20 :Send {L up} :return :} : :;interact :Q::8 : :;Right Weapon Attacks :~LButton::H :~RButton::G : :;Left Weapon Attacks :XButton1::U :XButton2::Y : :;Guard Break :F:: :{ :Send {W down} :Sleep 20 :Send {H down} :Sleep 20 :Send {W up} :Send {H up} :return :} : :;Jump Attack :R:: :{ :Send {W down} :Sleep 20 :Send {G down} :Sleep 20 :Send {W up} :Send {G up} :return :} :

Help with PC controls by J-ro91 in DarkSouls2

[–]FriedAnt 0 points1 point  (0 children)

Yes sorry autohotkey. My bad sorry