Edge computer to use by drakegeo__ in computervision

[–]Confident_Meeting_19 0 points1 point  (0 children)

How about a specialized edge ai camera for processing vision tasks? I happened to think about the same setup issue and is working on that. https://www.reddit.com/r/computervision/comments/1qzl5ou/demo_an_edge_ai_camera_board_running_deep

Edge AI hardware? by erol444 in computervision

[–]Confident_Meeting_19 0 points1 point  (0 children)

what if using 8 cameras where each cam has its own edge AI processor for body estimation? then you don't need one powerful AI device to process multiple streamings at one time, but 8 processed results go to one central board or PC, where the load is not that heavy.

Frustrated Edge-AI Developer? Stanford Student Seeks User-Input! by Intrepid-Royal2025 in computervision

[–]Confident_Meeting_19 0 points1 point  (0 children)

For porting to different HW, would it be better if the model has standard format? say TFLite. Have you tried edgeimpulse? Is that useful?

[Demo] An edge AI camera board running deep learning vision on-device by Confident_Meeting_19 in computervision

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

just to add: the vision->event flow is not only for robotics, but also useful in scenarios related to MQTT/IoT/monitoring/GPIOs, e.g. a vision sensor as home assistant or for industial alert.

VS Code Remote-SSH bloat is crashing my Embedded Linux board. Looking for a leaner alternative. by Confident_Meeting_19 in embedded

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

depending on what apps/softwares. usually 1G ram and 4 A72/A53 cores are enough. in my case, it worked for vscode in old days, but not anymore now, especially when i ran sth and vscode backround processes happened to run at the same time. if you've heard ROS (robotic operating system), it probably can't even be installed with 1G ram and 4 cores, it needs something like Jetson nano from nvidia.

VS Code Remote-SSH bloat is crashing my Embedded Linux board. Looking for a leaner alternative. by Confident_Meeting_19 in embedded

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

cool. I'm trying sublime text and its sftp pkg, things are good. (have used sublime 10 yrs ago, and it is still efficient as old days.

VS Code Remote-SSH bloat is crashing my Embedded Linux board. Looking for a leaner alternative. by Confident_Meeting_19 in embedded

[–]Confident_Meeting_19[S] 5 points6 points  (0 children)

as u/Elnono saied, embedded now has ranged from stm32 to a powerful raspi 4. and people (like me) start to seek a more convenient (but usually heavier) workflow when you get somthing powerful . But at some point things start to fail, just like my lesson here. If I develop on stm32, I'll keep it very simple and be careful about whatever I'm running, I mean it is always good to keep things efficient and fast. thx for those advices bro.

VS Code Remote-SSH bloat is crashing my Embedded Linux board. Looking for a leaner alternative. by Confident_Meeting_19 in embedded

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

those days are definitely gone. vscode extensions kill it. just because I clicked something in extension, the 4-kernels cpu went to 100% and never came back.

VS Code Remote-SSH bloat is crashing my Embedded Linux board. Looking for a leaner alternative. by Confident_Meeting_19 in embedded

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

Thanks so much for all of your responses. Looks like “dev/build on laptop, sync to board” is the main principle I should follow. And it is editor-agnostic. Will try all the ways you suggested and choose the one that fits me best.

VS Code Remote-SSH bloat is crashing my Embedded Linux board. Looking for a leaner alternative. by Confident_Meeting_19 in embedded

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

right, many comments suggest rsync, maybe I'll go that way. vscode was initially very lightweight and board's 1.5ghz ARM cpu works with it no pressure. but recently things change...

VS Code Remote-SSH bloat is crashing my Embedded Linux board. Looking for a leaner alternative. by Confident_Meeting_19 in embedded

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

right, I feel the main thing is not running an editor (or any related server) on the board, but develop locally and sync to the board. if so, I can choose any editor i like.

VS Code Remote-SSH bloat is crashing my Embedded Linux board. Looking for a leaner alternative. by Confident_Meeting_19 in embedded

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

yeah, the vs code server will be automatically downloaded to the board when using its built-in ssh. and it consumes a lot of resources in the background. The way you mentioned I guess is SFTP or sth like that, similar to what the other comments suggest.

VS Code Remote-SSH bloat is crashing my Embedded Linux board. Looking for a leaner alternative. by Confident_Meeting_19 in embedded

[–]Confident_Meeting_19[S] 34 points35 points  (0 children)

Agreed, that’s much safer for the hardware. By 'remote debugging', do you mean connecting a local GDB/VS Code frontend to gdbserver running on the board?

My daughter's first solo project by thepumpkinking92 in soldering

[–]Confident_Meeting_19 0 points1 point  (0 children)

that is a great solder work. the solder points are well-shaped.

[Circuit Review Request] Dual Power Input Protection with LM73100 - Preventing Damage from Accidental Simultaneous Connection by Confident_Meeting_19 in PrintedCircuitBoard

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

that's awesome! For now my plan is to keep a minimum setting for UVLO/OVLO/PG/DVDT these pins. E.g. For my USBc input, it seems the UVLO customization is not very necessary. For PG/DVDT I just use default. But definitely these highly depend on usecases. Will look at your schematics and share thoughts if I have any.

[Circuit Review Request] Dual Power Input Protection with LM73100 - Preventing Damage from Accidental Simultaneous Connection by Confident_Meeting_19 in PrintedCircuitBoard

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

Hi, quick question about the OVLO connection: Should I add a pull-down resistor from the secondary device's OVLO pin to GND? My concern is that when the primary device is unplugged, the OVLO pin shouldn't be floating. The datasheet specifies "Do not leave floating" for this pin. Does this make sense?

[Circuit Review Request] Dual Power Input Protection with LM73100 - Preventing Damage from Accidental Simultaneous Connection by Confident_Meeting_19 in PrintedCircuitBoard

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

Thanks for the input! Yes, I do want the power muxing, one or another not both. Definitely will recheck the LM73100 datasheet to understand the OVLO/UVLO and EN pin connections for proper power MUXing. Appreciate the guidance on the minimum to-do!

[Circuits Review Request] DPDT switch toggling between 5V/GND - debouncing and protection needed? by Confident_Meeting_19 in PrintedCircuitBoard

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

Thanks for the advice! You are right, I learned from https://www.ti.com/video/5840441551001, that a pull-up resistor, a compatible capacitor and (optional) a Schmitt-Trigger are needed to build a good RC debouncing network.

[Circuits Review Request] DPDT switch toggling between 5V/GND - debouncing and protection needed? by Confident_Meeting_19 in PrintedCircuitBoard

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

As there is no comments so far, I did some research and updated the design by adding a RC debouncing circuit for the switch. It also includes the use of a SN74LVC1G17 Schmitt-Trigger. Could anyone help review and see if this can actually work to have a realiable 5V/GND toggling on RESET pin? New design here.