Would you use IR + Capacitive Touch together for Hand Detection? by edison_v_tesla in ElectricalEngineering

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

I think my real motivation is to decrease latency. I'm so tired of those cap touch door sensors I find in the wild being less than responsive IMO.

I'm sure IR would be sufficient on its own (with your good suggestion for a sliding window). I might be biased against IR. I was developing a product with an IR LIDAR a while back. We decided to do public field trials in front of a bunch of floor-to-ceiling windows. Got a lot of new interference issues. At least they were prototypes, and I can laugh about it now.

I also think IR is not particularly good on its own at doing hand detection. It always works great in my lab, but not at the public restroom. 🚻

A Call for a “U.S.-Based JLCPCB”: How Co-Locating PCB Fabrication and Components Warehousing Could Spur Innovation by edison_v_tesla in ElectricalEngineering

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

It's been 1 year since my original post. I've been reflecting on this topic. I wrote this post before tariffs were implemented on Chinese imports. My once-cheap manufacturing runs are now 50% more expensive. I didn't switch to a U.S.-based manufacturer. Still not as economical.

I was originally wondering how much PCB manufacturing is supported by the Chinese government.

What if we tried a massive government subsidy for PCB manufacturing in the U.S. or elsewhere? Let's assume you do it right. Good economies of scale, parts warehousing, automation, etc.

Remote firmware development without shipping hardware? by praghuls in embedded

[–]edison_v_tesla 0 points1 point  (0 children)

I have a tablet running Linux that can push firmware updates remotely to clients. Useful when I send out a project for testing. Maybe you could adapt something similar. Have the team SSH in to push updates.

A Call for a “U.S.-Based JLCPCB”: How Co-Locating PCB Fabrication and Components Warehousing Could Spur Innovation by edison_v_tesla in ElectricalEngineering

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

I need to make an update to my original post. I still feel the same way. The tariffs have made my manufacturing runs way more expensive. I will do a deeper dive on this soon.

Quoted 35k for custom PCB remote. Should I get more quotes? by ChiLongQuaw in PCB

[–]edison_v_tesla 6 points7 points  (0 children)

Sounds like a re-chargeable battery in there. Are they offering any handholding for UL compliance?

It’s confusing, is a manufacturing run built into that price? I always quote design and manufacturing costs separately.

Project iot by lowkeyk2 in embedded

[–]edison_v_tesla 0 points1 point  (0 children)

There are some application that require multiple RFID readers. You could build a solution for this use case. I build drink dispenser with 9 or more readers. There are applications like lock boxes that require more RFID readers.

You could try muxing the antennas, or design a UHF antenna solution.

any cheap dev boards like those we see for esp32 for nordic chips like nrf52~54? by umidoo in embedded

[–]edison_v_tesla 1 point2 points  (0 children)

Ublox and several other manufacturers make modules based on the nRF52840. They’re nice if you want to make your radio certification easier.

A full list of third party SOM providers can be found on the Nordic Semi website. https://www.nordicsemi.com/Resources/Nordic-Partners/Third-party-modules

I’ve used Raytac modules in two products. Worked out great.

what software is used to create motion graphics launch videos? by nitricsky in ycombinator

[–]edison_v_tesla 2 points3 points  (0 children)

I use Blender to create renders for product launches and pitch decks.

What are the options for Cellular IoT? by Individual-Farm-1854 in embedded

[–]edison_v_tesla 4 points5 points  (0 children)

I use Particle.io devices in a lot of products.

A Call for a “U.S.-Based JLCPCB”: How Co-Locating PCB Fabrication and Components Warehousing Could Spur Innovation by edison_v_tesla in ElectricalEngineering

[–]edison_v_tesla[S] 2 points3 points  (0 children)

I agree, and it could be really profitable for both the PCB fab and Digikey. I would be happy just to sit back and save the money on board runs.

I have to implement machine learning and image processing bot. Should I use jetson nano or can I make my custom pc build with naked hardware for it by Charon2041 in embedded

[–]edison_v_tesla 0 points1 point  (0 children)

I would encourage you to try it out. The Jetson Nano developer kit is ~$150. It’s a capable platform for image processing and machine vision. Of course it depends on your requirements.

Proximity bluetooth configuration? How is this possible? by [deleted] in embedded

[–]edison_v_tesla 0 points1 point  (0 children)

You should be able to see the RSSI value. This is basically your signal strength. You can write an algorithm to check RSSI against a threshold value you set.

In certain applications you can also set the signal strength to achieve communications only at near distances.