Others: hardware and software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1483 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...

W5100 ineterfacing with stm32

i want modbus TCP/IP communication in my stm32f429 Nucleo board, for that i brought one W5100 module and connected module via SPI 1 port of controller, i also added io- driver library in my project tree from WIZnet for communication with W5100 module...

Resolved! Blackpill using Arduino IDE

Good day all, I would like to ask, can analogRead be used in the Arduino IDE to read the reading from the MQ-2 gas sensor? When I unplug the sensor, the reading should be 0, but the LCD still shows a value. How can I fix it?Here are my code,  #includ...

weiiii22 by Associate
  • 349 Views
  • 4 replies
  • 2 kudos