arduino temperature sensor lcd display pricelist

This LCD Display Shield gives you a nicely mounted 1602 LCD Display snaps right on top of your Arduino UNO. With onboard buttons for easy navigation including up, down, left, right, select and reset, using your Arduino away from a computer was never easier. Use this shield to display values read in by your Arduino, display options for user inputs, choose between different programs you can run on your Arduino, etc. With a Power LED onboard and a nice blue backlit display, you"ll be able to use your Arduino"s LCD Display Shield day or night!

This shield is compatible with the "LiquidCrystal" library that is bundled with the Arduino software. Just edit the "LiquidCrystal" library"s default mapping from the LCD pins to Arduino pins to the ones for this specific shield by copying what"s shown below. Here is an example of the proper way to instantiate the LiquidCrystal class for this shield:

arduino temperature sensor lcd display pricelist

Description:The sensor is equipped with a DS18B20 1-Wire temperature sensor embedded into the probe with a 15metre cable and 3 wires at end. In manufacturing the temperature probe a special process is used which ensures the internal sensor is thermally coupled to the tube wall, this helps ensure rapid thermal response to changing conditions.

The DS18B20 digital converts the temperature at sensor for up to 12 bits (9 bits primary temperature measurement plus an overflow counter) or 0.0625 °C of resolution. It features an alarm function with non-volatile user-programmable upper and lower trigger points. Each sensor has a unique serial number and multiple sensors can share a single bus. The DS18B20 communicates over a 1-Wire® bus that by definition requires only one data line (and ground) for communication with a central microprocessor. It has an operating temperature range of -55 to +125 °C and is accurate to ±0.5 °C over the range of -10 to +85 °C. In addition, the DS18B20 can derive power directly from the data line ("parasite power"), eliminating the need for an external power supply.

Applications where this feature is useful include HVAC environmental controls, sensing temperature inside buildings, equipment or machinery  and process monitoring and control.Submersible, rugged, wide temperature range probe suitable for use in harsh environments.

arduino temperature sensor lcd display pricelist

Reading the temperature with the Arduino is a very useful task. There are a wide variety of temperature sensors with different features that you can use in your projects. In this article, we’ve put together a compilation of 9 affordable temperature sensors compatible with the Arduino and other development boards (like ESP32 or ESP8266).

These sensors contain a chip that does analog to digital conversion and spit out a digital signal with the temperature and humidity. This makes them very easy to use with any microcontroller, including the Arduino.

The DHT22 temperature sensor is very similar to the DHT11. It also measures temperature and humidity and the pinout is the same. It is slightly more expensive, but it is more accurate and it has a wider temperature and humidity measurement range.

The LM35DZis a linear temperature sensor that comes directly calibrated in Celsius. The analog output is directly proportional to the temperature in Celsius: 10 mV per degrees Celsius rise in temperature.

The TMP36 is an analog temperature sensor. It outputs an analog value that is proportional to the ambient temperature. It is very similar to the LM35 temperature sensor.

The LM75 sensor is another useful temperature sensor. It works via I2C communication, which means that it communicates with the Arduino using the SDA and SCL pins. You can find one of these sensors for approximately $2 (view on eBay).

The BME280is a barometric sensor that also measures temperature and humidity. It can communicate via I2C or SPI communication protocol and the BME280 module can be powered either with 3.3 or 5V.

The DS18B20 temperature sensor is a one-wire digital temperature sensor. This means that it just requires one data line (and GND) to communicate with the Arduino.

Each DS18B20 temperature sensor has a unique 64-bit serial code. This allows you to wire multiple sensors to the same data wire. So, you can get temperature from multiple sensors using just one Arduino digital pin.

The DS18B20 is also available in waterproof version (read the DS18B20 guide). The wires are protected with PVC which is ideal if you need to measure the temperature of liquids, or if the sensor needs to be exposed to water.

arduino temperature sensor lcd display pricelist

Hi guys welcome to this tutorial. Today we will be building a simple temperature monitor using the DS18B20 sensor with a Nokia 5110 LCD Display and an Arduino mega.

The DS18B20 digital temperature sensor gives a 9-bit to 12-bit Celsius temperature readings and also has an alarm function with nonvolatile user-programmable upper and lower trigger points. The sensor communicates via the 1-Wire communication protocol and thus by definition requires only one data line (and ground) for communication with a central microprocessor. Among the special features of this sensor, is an operational mode in which it can derive power directly from the data line (“parasite power”), eliminating the need for an external power supply line.

Each DS18B20 has a unique 64-bit serial code, which allows multiple DS18B20s to work on the same 1-Wire bus. Thus, it is simple to use one micro-controller to control many DS18B20s distributed over a large area. Some applications that can benefit from this capability include HVAC  systems, temperature monitoring systems inside buildings, equipment, or machines, and process monitoring and control systems.

The Nokia 5110 was used to provide a feedback on the temperature values to the user but the Arduino serial monitor may also be used for those who do not have the display and the code for this is also included.

The first library is the one-wire Arduino library. The one-wire Arduino Library allows one-wire enabled devices to communicate over the one-wire protocol with Arduino microcontrollers.  On the 1-wire network which is also referred to as a “MicroLan” (trademark), a single “master” device communicates with one or more 1-Wire “slave” devices over a single data line, with an added perk of the same data line serving as power line for the sensor in a mode known as “parasitic” Mode. This means that we can connect multiple DS18B20 temperature sensor on the same Arduino pin (saving a whole lot of IOs).

The first one (SerialTemperature.ino) displays the data over the Arduino serial monitor so that people who do not have the Nokia 5110 LCD display can also follow the tutorial by viewing the temperature data via the serial communication port.

With this done, we then move to the setup function and startup the serial monitor with 9600 as the baud rate and also issue the command sensors.begin, which starts up communication with the temperature sensor via 1-wire.

Next we go into the void loop function. The void loop function contains three main lines. The first line reads the temperature from the temperature sensor. using the sensor.requestTemperatures() function. After this, the temperature in degrees Celsius is acquired using the second line. The index “0” is what needs to be changed to either 1 or 2 or N when you have multiple sensors on the 1-wire line.

With the temperature in Celsius gotten, the next line of code then obtains the temperature in Fahrenheit and its all then formatted to be nicely displayed by the printTemperature() function.

There are two sides to the code for this. The first one is the temperatureIcon.c file which is essentially the binary data representing the Icon that was used on the LCD.

With this done, we then proceed to the setup function where we, initialized the LCD, set its display font and then start communication with the sensor.

Setup all done? we then move to the Loop section. The first function in the loop section clears the LCD screen, after which the Icon is drawn using the draw bitmap function. After the bitmap is drawn, then the all familiar functions to read the temperature both in Celsius and Farenheit and display on the LCD.

That’s it guys, you know the drill. Copy and paste in the Arduino IDE and upload to your board. You should see an output like what is in the Image below.

arduino temperature sensor lcd display pricelist

The TSPC temperature sensor with resistive setpoint control is available in an attractive wall mount enclosure and can be configured with various options. It is available with various curve-matched thermistors or RTD sensors to measure temperature.

A back-lit LCD displays room temperature, setpoint on demand and occupancy. Several operating parameters can be programmed using a keypad and on-board jumpers configure the ˚C/F display or disable the backlight.

Microprocessor based Temperature Sensor with LCD display, 1000 ohm nickel RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications.

Microprocessor based Temperature Sensor with LCD display, 10K type 3 thermistor c/w 11K shunt resistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 10K type 3 thermistor c/w 11K shunt resistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch and exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 10K type 3 thermistor c/w 11K shunt resistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch.

Microprocessor based Temperature Sensor with LCD display, 10K type 3 thermistor c/w 11K shunt resistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications and exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 10K type 3 thermistor c/w 11K shunt resistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications, exposed override switch and fan speed switch.

Microprocessor based Temperature Sensor with LCD display, 10K type 3 thermistor c/w 11K shunt resistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch, and external jack for communications.

Microprocessor based Temperature Sensor with LCD display, 10K type 3 thermistor c/w 11K shunt resistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications.

Microprocessor based Temperature Sensor with LCD display, 10K type 3 thermistor c/w 11K shunt resistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F).

Microprocessor based Temperature Sensor with LCD display, 1000 ohm nickel RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 1000 ohm nickel RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch and exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 1000 ohm nickel RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch.

Microprocessor based Temperature Sensor with LCD display, 1000 ohm nickel RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications and exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 1000 ohm nickel RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications, exposed override switch and fan speed switch.

Microprocessor based Temperature Sensor with LCD display, 1000 ohm nickel RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch, and external jack for communications.

Microprocessor based Temperature Sensor with LCD display, 20,000 ohm thermistor, setpoint resistance to be 8000.7 ohms - 3107.3 ohms (20 steps between 16C-26C or 60F-80F).

Microprocessor based Temperature Sensor with LCD display, 20,000 ohm thermistor, setpoint resistance to be 8000.7 ohms - 3107.3 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications.

Microprocessor based Temperature Sensor with LCD display, 10K type 2 thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 10K type 2 thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch and exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 10K type 2 thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch.

Microprocessor based Temperature Sensor with LCD display, 10K type 2 thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications and exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 10K type 2 thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications, exposed override switch and fan speed switch.

Microprocessor based Temperature Sensor with LCD display, 10K type 2 thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch, and external jack for communications.

Microprocessor based Temperature Sensor with LCD display, 10K type 2 thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications.

Microprocessor based Temperature Sensor with LCD display, 10K type 2 thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F).

Microprocessor based Temperature Sensor with LCD display, 20,000 ohm thermistor, setpoint resistance to be 8000.7 ohms - 3107.3 ohms (20 steps between 16C-26C or 60F-80F) with exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 20,000 ohm thermistor, setpoint resistance to be 8000.7 ohms - 3107.3 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch, and external jack for communications.

Microprocessor based Temperature Sensor with LCD display, 20,000 ohm thermistor, setpoint resistance to be 8000.7 ohms - 3107.3 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications, exposed override switch and fan speed switch.

Microprocessor based Temperature Sensor with LCD display, 20,000 ohm thermistor, setpoint resistance to be 8000.7 ohms - 3107.3 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications and exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 20,000 ohm thermistor, setpoint resistance to be 8000.7 ohms - 3107.3 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch.

Microprocessor based Temperature Sensor with LCD display, 20,000 ohm thermistor, setpoint resistance to be 8000.7 ohms - 3107.3 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch and exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 1000 ohm platinum RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch, and external jack for communications.

Microprocessor based Temperature Sensor with LCD display, 1000 ohm platinum RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications, exposed override switch and fan speed switch.

Microprocessor based Temperature Sensor with LCD display, 1000 ohm platinum RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications and exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 1000 ohm platinum RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch.

Microprocessor based Temperature Sensor with LCD display, 1000 ohm platinum RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch and exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 1000 ohm platinum RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 1000 ohm nickel RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F).

Microprocessor based Temperature Sensor with LCD display, 10K type 3 thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch and exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 1801 ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch, and external jack for communications.

Microprocessor based Temperature Sensor with LCD display, 1000 ohm platinum RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications.

Microprocessor based Temperature Sensor with LCD display, 1000 ohm platinum RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F).

Microprocessor based Temperature Sensor with LCD display, 3000 ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications, exposed override switch and fan speed switch.

Microprocessor based Temperature Sensor with LCD display, 3000 ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch, and external jack for communications.

Microprocessor based Temperature Sensor with LCD display, 3000 ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications.

Microprocessor based Temperature Sensor with LCD display, 3000 ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F).

Microprocessor based Temperature Sensor with LCD display, 1801 ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 1801 ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch and exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 1801 ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch.

Microprocessor based Temperature Sensor with LCD display, 1801 ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications and exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 1801 ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications, exposed override switch and fan speed switch.

Microprocessor based Temperature Sensor with LCD display, 1801 ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications.

Microprocessor based Temperature Sensor with LCD display, 1801 ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F).

Microprocessor based Temperature Sensor with LCD display, 100 ohm platinum RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 100 ohm platinum RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch and exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 100 ohm platinum RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch.

Microprocessor based Temperature Sensor with LCD display, 100 ohm platinum RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications and exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 100 ohm platinum RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications, exposed override switch and fan speed switch.

Microprocessor based Temperature Sensor with LCD display, 100 ohm platinum RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch, and external jack for communications.

Microprocessor based Temperature Sensor with LCD display, 3000 ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications and exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 3000 ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch.

Microprocessor based Temperature Sensor with LCD display, 2.252K ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 2.252K ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch and exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 2.252K ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch.

Microprocessor based Temperature Sensor with LCD display, 2.252K ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications and exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 2.252K ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications, exposed override switch and fan speed switch.

Microprocessor based Temperature Sensor with LCD display, 2.252K ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch, and external jack for communications.

Microprocessor based Temperature Sensor with LCD display, 2.252K ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications.

Microprocessor based Temperature Sensor with LCD display, 2.252K ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F).

Microprocessor based Temperature Sensor with LCD display, 10K type 3 thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 10K type 3 thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch.

Microprocessor based Temperature Sensor with LCD display, 3000 ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch and exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 3000 ohm thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 10K type 3 thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F).

Microprocessor based Temperature Sensor with LCD display, 10K type 3 thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications.

Microprocessor based Temperature Sensor with LCD display, 10K type 3 thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with fan speed switch, and external jack for communications.

Microprocessor based Temperature Sensor with LCD display, 10K type 3 thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications, exposed override switch and fan speed switch.

Microprocessor based Temperature Sensor with LCD display, 10K type 3 thermistor, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications and exposed override switch.

Microprocessor based Temperature Sensor with LCD display, 100 ohm platinum RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F) with external jack for communications.

Microprocessor based Temperature Sensor with LCD display, 100 ohm platinum RTD, setpoint resistance to be 0 - 10,000 ohms (20 steps between 16C-26C or 60F-80F).

arduino temperature sensor lcd display pricelist

Im currently dooing a Project where i planned to do a LCD Thermometer with my Arudino UNO. After wiiring and connecting everything i started programming. Now as soon as i finished the LCD Display showed me completly different stats. 24C°(Actual temperature) 130C° (Temperature shown on my LCD) Does anyone know what the problem could be?

arduino temperature sensor lcd display pricelist

LAPTOPS SPARES : Laptop Battery | Bottom Base Cover | Top Panel | Palmrest and Keyboard assembly | Palmrest Touchpad | Laptop Casing/Cover | Circuit Boards | HDD Connector | Clip/Connectors | Laptop Daughterboard | Laptop DC Jack | Laptop Fan | Laptop HeatSink | Laptop Hinge | Laptop Keyboards | Internal keyboard | Laptop Display LCD Cable | Laptop LCD Trim Bezel | Laptop Ram | Laptop Motherboards | Mouse | Optical Drive | Rail/Bracket | Laptop IC | Touchpad Palmrest | Laptop Webcam | Laptop Wireless Card | Wifi card | Laptop Speakers | Laptop Screen | Laptop Ram | Laptop Hard Disk | Laptop Backpack

SENSORS : LiDAR Sensor | Line Sensor | PIR and IR Sensor | Gas Sensor | Environmental Sensors | Temperature & Humidity Sensor | Microwave Sensor | Hall Sensor | Distance Sensor | Biometric/ECG/EMG Sensor | Sensor Kits | Sound Sensor | Water TDS, pH, Flow and Level Sensor

RASPBERRY PI : Raspberry Pi Kit | Raspberry Pi Boards | Raspberry Pi Hats | Raspberry Pi Case | Raspberry Pi Displays | Raspberry Pi Camera | Raspberry Pi Accessories

MOBILE SPARE PARTS : Mobile Display Combo Folder | Mobile Touch Screen |Mobile Buttons & joysticks | Mobile Camera | Mobile Charging Jacks | Mobile Connectors | Mobile Ear-speaker | Mobile Flex Cable | Mobile Front Glass | Mobile handfree Jack | Mobile Housing | Mobile Loud Speaker | Mobile Microphone Mic | SIM Tray Holder | Vibrator |Mobile Wifi | Mobile Fingerprint Sensors |Mobile Antenna