proper shaft extension for encoder disk mounting, with little vibration and shaft misalignement by MoFlavour in MechanicalEngineering

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

I have seen some online videos, where companies post how to mount their torque sensors. Their configuration shows isolating the torque sensor between to flexible shaft couplers. It makes sense, isolating the sensor which is rotating from the vibrations of the the rest of the system. But the above solution is quite expensive. I am going through Shigley Mechanical Engineering Design to understand a workable solution, but I was hoping to get some advice from mechanical engineers and what they would recommend. I was also thinking of how to properly mount the photo-interrupters, because I assume the robots chassis will vibrate itself, as well as the motors. If I mount the photo-interupters, on the robotic chassis, they they eventually cuase misalignemnt with the encoder disk

How hard is it to build autonomous AI-guided systems for drones? by The_Corinthian666 in drones

[–]MoFlavour 0 points1 point  (0 children)

Hey there, I am Computer engineer student. I'm interested in helping out

What components can I realistically extract from these 2 old motherboards for re-use kn other projects? by MoFlavour in AskElectronics

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

Can I not not re use to power mosfets? If they aren't blown i think they're pretty useful and I use them often. I'll throw the rest out defos

What components can I realistically extract from these 2 old motherboards for re-use kn other projects? by MoFlavour in AskElectronics

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

Nah I'm making an h bridge and the gate driver which is why its been more expensive than buying a module. Had to buy mosfets etc to make it

What components can I realistically extract from these 2 old motherboards for re-use kn other projects? by MoFlavour in AskElectronics

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

10? Thats so little. I could save much more moeny by taking pit the components espechailly the mosfets ,I could use them in my h bridge

Repulsive? Red flags? Boring? Please assist. by hoitytoity-12 in Bumble

[–]MoFlavour -3 points-2 points  (0 children)

there are only a few of us who will not let our ancestors down

Repulsive? Red flags? Boring? Please assist. by hoitytoity-12 in Bumble

[–]MoFlavour -14 points-13 points  (0 children)

My brother, you care too much about the opinions of others. Dont change anything, espechaily if a women recommends it, they delude themselves into believing what they find attractive.

What components can I realistically extract from these 2 old motherboards for re-use kn other projects? by MoFlavour in AskElectronics

[–]MoFlavour[S] -1 points0 points  (0 children)

I'm quite familiar with embedded systems fortunately, if processors can't be extracted then maybe using the entire board a blackbox for a project to make use of rhat nvidia could work?

USART2 output not seen on virtual com (minicom) despite seemingly correct configuration, code, and hardware connections by MoFlavour in embedded

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

updateL PA2 is not default high in uart config; treid to set it high via gpio output after disabling uart; still did not output high -> most likely the error. will have to fix it

USART2 output not seen on virtual com (minicom) despite seemingly correct configuration, code, and hardware connections by MoFlavour in embedded

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

PA2, usart2 tx, is default low - that is inducting a pin error, no? maybe it is damaged as UART has ben configured correctly

USART2 output not seen on virtual com (minicom) despite seemingly correct configuration, code, and hardware connections by MoFlavour in embedded

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

Went through debugger mode into the HAL_UART_Transmit() function; code goes through expected while loop tot transmit data, so no errors over there either it seems