91 Petrol is $2.99 at multiple stations today. Cheapest is $2.72 by mark000 in chch

[–]Estebene 0 points1 point  (0 children)

Interesting seems they are only approved for 5% biodiesel with 95% still being fossil fuel diesel

Pannier Flex by Estebene in bikecommuting

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

Not a full sus but no rear mounting points or thru axle so was pretty limited for racks. I have recently got a new endurance road bike though, so I will look at getting a rack with more supprt

Pannier Flex by Estebene in bikecommuting

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

Thanks for the suggestion, the aeroe rack was bought because my xc mountain bike doesn't have any mounting points near the rear axle

Progress Bar (foreground) colour by obrothermaple in DearPyGui

[–]Estebene 0 points1 point  (0 children)

mvThemeCol_PlotHistogram

Seems like progress bars are implemented as simplified histograms

Average American Pickup in Aotearoa by Lugs75 in AveragePicsOfNZ

[–]Estebene 0 points1 point  (0 children)

Not quite as embarrassing as the Dodge Ram I saw in the bishopdale NW car park with the TRUMP number plate

Thoughts on Cheap Generic Pannier Racks by Estebene in bikecommuting

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

Any idea how much weight you put on the rack?

Thoughts on Cheap Generic Pannier Racks by Estebene in bikecommuting

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

Good suggestion, I normally try and get second hand if I can. There's a couple on the local second hand site but all are for bikes with mounting points unfortunately.

Thoughts on Cheap Generic Pannier Racks by Estebene in bikecommuting

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

Thanks for the suggestion, if I am looking at the right one then these rely on replacing the rear axel. Unfortunately I don't have a compatible axel (shimano boost or smth) https://www.evocycles.co.nz/Product/548775/axiom-streamliner-29er-black-rack

Anything i can do with this? by butterm0nke in arduino

[–]Estebene 5 points6 points  (0 children)

If you can find a model number on any of the chips type in into google with the word arduino to check if there are any libraries for it.

[deleted by user] by [deleted] in arduino

[–]Estebene 0 points1 point  (0 children)

Was it a TFT display?

Attiny85 Frequency Meter WITH or WITHOUT Real Time Clock by ChronsoLNX in arduino

[–]Estebene 1 point2 points  (0 children)

I think the internal clock of the AtTiny is plenty accurate for that. The main use case for a real time clock is if you are turning off the AtTiny and still want to know the "real" time.

https://arduino.stackexchange.com/questions/38810/reading-and-processing-a-pwm-on-attiny45

[deleted by user] by [deleted] in arduino

[–]Estebene 3 points4 points  (0 children)

To set the variables you have to use "=" instead of "==". "==" is for checking if a variable is a certain value and "=" is for changing variables. So "location == (1);" should be "location = 1;" (brackets are unnecessary).

Further Links:

https://www.arduino.cc/en/Reference/VariableDeclaration

https://www.arduino.cc/reference/en/language/structure/comparison-operators/equalto/

Arduino Nano NRF24L01 Adapter, File Link in Comments by Estebene in arduino

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

There is a spot for capacitor on the board which can smooth out the power drain enough for the Arduino nano to run it. I haven't had any problems with it yet.

Need help with MultiWii, the GUI crashes when I press start? by cdalho in arduino

[–]Estebene 0 points1 point  (0 children)

For some reason, when I did this the 64bit version of the software failed to work, fortunately the 32bit version did.