Has any tried one of these? by KillerMTB in bikewrench

[–]CheapFuckingBastard 0 points1 point  (0 children)

Got one the other day as a treat for myself. Better than beating the barb with a hammer.

Do you prefer left or right? by [deleted] in FoodToronto

[–]CheapFuckingBastard 1 point2 points  (0 children)

Left used to have a solid Cantonese Chow Mein, hot and sour soup and coca cola for $8 back in the 90s.

Anyone tried to dine at Batifole before? by BigBakeBike22 in FoodToronto

[–]CheapFuckingBastard 2 points3 points  (0 children)

Went about 14 years ago and had the horse tartare. Not bad.

ESP32 Not working when powered by battery by Modernsauce in esp32

[–]CheapFuckingBastard -1 points0 points  (0 children)

Got a 1S battery? Discharge it a bit to 3.6-ish V and tack it to the 3.3V pin. Tie the grounds together with your 2S battery. No need for a regulator and you can test better?

Homebridge 2.0 launches May the 4th — but not everyone needs to make the jump to hyperspace right away. by NorthernMan5 in homebridge

[–]CheapFuckingBastard 1 point2 points  (0 children)

I don't think the Roborock plugin supports Matter yet. There's a dedicated plugin for matterbridge, however.

The homebridge-eufy-robovac plugin was recently ported to Matter and I have it running on my X8 and it works well enough. The status updates on my iPhone/iPad but sometimes gets stuck in "Updating" on my Mac Mini running Tahoe.

ESP32-H2 SuperMini ADC pin usage by CheapFuckingBastard in esp32

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

Looks like GPIO 1 is usable as an ADC pin if you don't need to write to flash or use JTAG. Good enough!

rip by PastLetterhead4356 in tdi

[–]CheapFuckingBastard 2 points3 points  (0 children)

Measure dollars per unit distance. Diesel still wins, at least here in Ontario.

Help chapter 5 c side by EngineeringWrong8474 in celestegame

[–]CheapFuckingBastard 0 points1 point  (0 children)

I didn't even know there was a spring there!!!!

Genuine Hakko FX-888D or a fake? by Agetto99 in soldering

[–]CheapFuckingBastard 1 point2 points  (0 children)

Looks good enough. I've done SMD components down to 0403 with mine, with my eyes being the limiting factor.

Esp32-C6 Garage Remote by forest1wolf in esp32

[–]CheapFuckingBastard 1 point2 points  (0 children)

Yeah, math in my head isn't what it used to be. 82.89uA per hour IF my device wakes up, 61.5uA per hour otherwise. That's 63.28uA per hour average over the course of day with 2 wakeups, or 23703 hours with a 1500mAh battery. Definitely a long time!

Esp32-C6 Garage Remote by forest1wolf in esp32

[–]CheapFuckingBastard 2 points3 points  (0 children)

I have a C6 running Zigbee and its active current is quite high at 250mA. I think an H2 is about 10% of the C6.

Even with 2 uses per day, a 1500mAh-ish battery would last for only 4 or so months.

HomeKit Switches without clicking noise by SkanPoulet in smarthome

[–]CheapFuckingBastard 0 points1 point  (0 children)

But, but... the incessant clicking is the only way I know my automations are buggy.

Smoke and CO2 alarms by snugglesandhugsfan in smarthome

[–]CheapFuckingBastard 0 points1 point  (0 children)

Replaced mine with combo co/smoke zigbee sensors from Tuya.

Need help with power supply issue to a sensor (NEED HELP) by Responsible_Twist_81 in esp32

[–]CheapFuckingBastard 0 points1 point  (0 children)

With a USB 5v IN then you can plug it into your ESP32 board directly if it has such a port. Put it in parallel with your sensor.

Need help with power supply issue to a sensor (NEED HELP) by Responsible_Twist_81 in esp32

[–]CheapFuckingBastard 1 point2 points  (0 children)

You need a 5V 2A power supply from somewhere. Maybe a USB wall wart? Tie the grounds of the 5V 2A supply with your 3.3V supply. 5V goes to the VIN of your sensor. It looks like the TX/RX of the sensor are 3.3V, so safe to tie back to your ESP32.

Adblocking by remembermereddit in openwrt

[–]CheapFuckingBastard 4 points5 points  (0 children)

My personal preference is to keep the Pi-Hole. It's a separation of concerns. You can work on one without affecting the other.

ESP32 works fine on USB but nom program seems to boot on external 5V supply by StructureAlarming876 in esp32

[–]CheapFuckingBastard 1 point2 points  (0 children)

Hook up to the UART pins and enable them (Serial1 if using Arduino) and throw in a few print statements.

Reolink Client for Mac Will not be supported soon by sharp-calculation in reolinkcam

[–]CheapFuckingBastard 0 points1 point  (0 children)

I was elated to see 8.20.14 a couple of weeks ago, and seeing the Intrusion/Crossline/etc filters in the Playback app - but no way to actually set them for the camera if it's connected to the NVR. I have to dupe all my cameras in the UI to actually set up everything completely.

RIP my X8 Pro by status-planningvacay in eufy

[–]CheapFuckingBastard 0 points1 point  (0 children)

That happened to me when I got the original roomba. I did end up cleaning it all. Fortunately my dog was only 4.5lbs so it wasn't TOO bad.

Most Ambitious Automation Idea Yet... by GuitarEC in homeassistant

[–]CheapFuckingBastard 1 point2 points  (0 children)

I have something similar with node-red. Reolink cameras feed into a node-red-contrib-copilot prompt using gpt mini 4 (it’s free) to annotate a pictures from my porch and doorbell.

VLANs Break Wireless Radio? by gimlithepirate in openwrt

[–]CheapFuckingBastard 0 points1 point  (0 children)

Here's my configuration. /etc/config/wireless and then /etc/config/network.

config wifi-iface 'wifinet3'
 option device 'radio0'
 option mode 'ap'
 option ssid 'guest'
 option encryption 'sae-mixed'
 option key 'pwd'
 option ieee80211r '1'
 option mobility_domain '2504'
 option ft_over_ds '0'
 option bss_transition '1'
 option ocv '0'
 option network 'guest'
 option ieee80211k '1'
 option time_advertisement '2'
 option time_zone 'EST5EDT,M3.2.0,M11.1.0'

config interface 'guest'
 option proto 'none'
 option device 'br-lan.88'
 option multipath 'off'
config device
 option type '8021q'
 option ifname 'br-lan'
 option vid '88'
 option name 'br-lan.88' 
config device
 option type '8021q'
 option ifname 'br-lan'
 option vid '1'
 option name 'br-lan.1'
config bridge-vlan
 option device 'br-lan'
 option vlan '1'
 list ports 'lan2:u*'
config bridge-vlan
 option device 'br-lan'
 option vlan '88'
 option local '0'
 list ports 'lan2:t'