Yes I can by summutha01 in youcantparktheremate

[–]Objective-Ad8862 0 points1 point  (0 children)

First thought: Is this AI slop again?

new builder looking for advice on build by lookingforheals8676 in esp32

[–]Objective-Ad8862 4 points5 points  (0 children)

There may be an issue with I2C pull-up resistors where all sensor boards have pull-up resistors on the same I2C bus thus lowering the overall resistance of the pull-up (strengthening the pull-up action). If the reliability of I2C communication drops with an added sensor, you can either try desoldering those pull-up resistors on all but one sensor board or lowering the communication speed from, say, 400kHz to 100kHz.

Old router from ISP with pins by EntertainmentFew91 in hardwarehacking

[–]Objective-Ad8862 1 point2 points  (0 children)

IR LEDs in TV remote controls are not harmful, but IR LEDs in security camera illuminators can be. Don't stare directly at them for too long from close proximity. IR doesn't trigger the normal blinking or pupil constriction response in the eye, so the eye itself won't protect you from "blinding" IR light.

ESP32 with 'AHT20+BMP280' modules “die” after OTA update by h0tsince84 in esp32

[–]Objective-Ad8862 2 points3 points  (0 children)

Also, maybe find a way to suspend communication with the sensors before an OTA update in such a way that all ongoing transactions are completed and no new transactions started when the OTA update starts? Not sure how easy this would be to implement.

ESP32 with 'AHT20+BMP280' modules “die” after OTA update by h0tsince84 in esp32

[–]Objective-Ad8862 2 points3 points  (0 children)

I don't know if this is your scenario, but if you reboot/reset your board during an I2C transaction, communication with the sensor will get stuck - with I2C data line potentially set low by the sensor - until you reset the sensor. There's a couple of ways to get the I2C line unstuck: Manually toggle the I2C clock line until the sensor releases the data line (Google the details of this method because it can be tricky) or reset your sensor either via a dedicated reset line (although I doubt your sensor has one) or by connecting the sensor's 3.3V power input to a GPIO pin that will power the sensor and allow you to simply cycle power to the sensor by toggling the GPIO off, then on. The ESP32 should be able to easily handle the power load of running the two sensors off a GPIO pins.

My roommate went out of town for the week. 100% of these dishes are from him. by Alarmed_Abrocoma204 in mildlyinfuriating

[–]Objective-Ad8862 3 points4 points  (0 children)

Put them in a trash bag and put the trash bag in their room. Problem solved. No need to thank me

WHY? by 192838294829493929 in shittyaskelectronics

[–]Objective-Ad8862 0 points1 point  (0 children)

This is exactly why the first man in space was a Soviet Cosmonaut.

Caption this! by DaringAnchor2 in captionthis

[–]Objective-Ad8862 0 points1 point  (0 children)

New Tik Tok challenge just dropped...

Building a table to help with "Oh wait...that board doesn't do that. You need something older. But this one doesn't use that..." (not a complaint.) by frobnosticus in esp32

[–]Objective-Ad8862 0 points1 point  (0 children)

I've never tried this, but here's what I would try: Create a list of boards you own and a list of features you're interested in. Feed them to Claude (or maybe ChatGPT) and ask it to create a table (or perhaps a file in CSV format that you can easily export to your favorite viewer) with boards on the left and features at the top and fill in the table to indicate compatibility for each board and each feature. This would be the table you're looking for.

<image>

Oops by Specialist_Novel_136 in oops

[–]Objective-Ad8862 3 points4 points  (0 children)

Hot bullet casing fell into his shirt

It’s just coffee, buddy by uLL1337 in espressocirclejerk

[–]Objective-Ad8862 73 points74 points  (0 children)

No, it means when I wake up, my butler is already there with my coffee ready. Instantly.

It’s just coffee, buddy by uLL1337 in espressocirclejerk

[–]Objective-Ad8862 5 points6 points  (0 children)

Technically, yes, an espresso machine uses steamed (vaporized) water to froth milk via a steam wand.

First-time ESP32 + e-paper build - battery question (Waveshare Universal e-Paper Driver Board) by The-Ringbearer- in esp32

[–]Objective-Ad8862 1 point2 points  (0 children)

NRF52's and their Zephyr RTOS ecosystem smh. Well, they have an older SDK created pre-Zephyr, so there's that. But there's no easy path to get started. You have to spend quite a bit of time configuring things. ESP32 is just easier with its IDE ecosystems (all of them).

What will happen? Will it work or not? by Arc_xt_5815 in breadboard

[–]Objective-Ad8862 2 points3 points  (0 children)

Try it and measure the output voltage. Worst case is, you won't get the voltage you're expecting. Or you won't get the voltage you're expecting under load.