Others: hardware and software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

position detecting with mpu6050

Hello, I want to control the position of my device with mpu6050. The logic is briefly as follows: I will mount my device somewhere, then with a command the device will save its current position. Afterwards, I want to know whether this device is in th...

scotzap by Associate II
  • 341 Views
  • 4 replies
  • 1 kudos

Newbie help w/MOSFET transistors

Hello all,I'm a hobbyist with audio equipment. A friend has an amplifier that appears to have blown a resistor, maybe a diode, and at least one transistor that is a K952 or 2SK952. I'm trying to understand how to figure out what is an acceptable subs...

L9302-AD Datasheet

Looking for the datasheet. Part is obsolete, but can still be bought. Need it for trouble shooting. Datasheets as such usually just go "obsolete". They still exist on a database somewhere. Oooh the books where so nice!

jenno by Associate
  • 1625 Views
  • 5 replies
  • 0 kudos

FDA802A-VY marking issues

Hi Engineer,   Happy new year.I have a issue for the belows two pictures.Could you pls let me know the meaning of bottom line marking? "99XPLVA  AK251"   and  "990DRVA  11032"   Since I dealing with a new product design.It's urgent for us.Much apprec...

22+.png 21+.png

Resolved! Function atoi()

 Hello, My question is about language Embedded C.char data[100] = "300 0";uint8_t* data_a = strtok(data, " "); // data_a printf result : "300"// printf results data_a[0] : '3', data_a[1] : '0', data_a[2] : '0'uint8_t* data_b = strtok(NULL, " "); // d...