Group Assignment
Probe an input device's analog levels and digital signals Click on this link
Individual Assignment
Measure something: add a sensor to a microcontroller board that you have designed and read it
Sensors are fascinating devices that help machines interact with the physical world. They collect information like distance, motion, temperature, or light and send it to other devices for processing. In this assignment, I studied four different types of sensors: Ultrasonic sensor, PIR sensor, IR sensor, and DHT sensor. Each of these sensors has unique features and applications, making them important in various fields of technology.Before starting this assignment, I had never worked with sensors. However, as I explored each of them, I learned how they work, how to connect them to microcontrollers like Arduino, and how to use them in practical projects. This journey not only helped me understand their functions but also inspired me think about real-world applications where these Sensor are used.
This week, I embarked on an exciting journey of designing my very own custom PCB for the XIAO RP2040. The goal is to create a simple yet functional board with soldering pads to connect a variety of I/O devices, such as sensors, displays, and buttons. My tool of choice for this project - KiCad 9.0, a powerful and open-source PCB design software that I’ve come to appreciate for its flexibility and capability.
With the schematic complete, I moved to the PCB editor to create the physical layout. I placed the components in a way that minimized trace lengths and maintained good signal integrity. The XIAO RP2040 was positioned centrally to allow easy routing of traces to all I/O devices.
After completion of schematic, i m moved to the PCB Routing the traces was an exciting part of the process. I used routing tools to connect the pads on the rp board
I navigated to the File menu in KiCad and selected Fabrication Output. This option allows you to generate all the necessary files for manufacturing the PCB, such as Gerber files, drill files, and more.
Since I wanted to create high-quality vector files to visually represent the PCB layers, I opted for SVG (Scalable Vector Graphics) as the output format.he first layer I plotted was the FCU layer (Front Copper Layer). This layer includes all the traces and pads on the top side of the PCB. Using the Plot function in the Fabrication Output menu, I selected the F.Cu layer and then clicked Plot. KiCad generated the corresponding SVG file for this layer.
The next layer I plotted was the Edge Cut Layer. This layer defines the physical outline of the PCB. It is the boundary that guides the cutting of the PCB board during fabrication. Again, I selected the Edge.Cuts layer from the Fabrication Output options and plotted it separately.
The MODS Project (Modular Open-Source Design Systems) is focused on providing an open-source platform for hardware design, especially for people working on electronics, embedded systems, and custom hardware. The project is geared toward offering modular and customizable tools that help individuals design, build, and prototype electronic systems and devices.
After generation of svg files and moved to free source website for conversion of designed file to machine cutting file MODS Project
I have used the options step by step, as shown in the image for F-Cu SVG file , with the below-mentioned parameters."
After completing the option, I had selected the calcualte option, it will be downloaded the .nc file.
After that i have renamed the .nc to .gcd file to change the machine parameter. In that I have Changed G54 to G55 as per my PCB milling machine
I have used the options step by step, as shown in the image for Edge cut SVG file , with the below-mentioned parameters."
After completing the option, I had selected the calcualte option, it will be downloaded the .nc file.After that i have renamed the .nc to .gcd file to change the machine parameter. In that I have Changed G54 to G55 as per my PCB milling machine
Quiet bit i felt struggled during soldering / desoldering of pins while made a mistake and finally managed with soldering,
In this introduction, I will provide an overview of each sensor and explain why they are important.
This sensor measures distance by emitting sound waves and calculating the time it takes for them to bounce back. It is commonly used in parking systems, obstacle detection, and robotics.
A Passive Infrared (PIR) sensor detects motion by sensing heat emitted by living objects. It is widely used in security systems, automatic lighting, and energy-saving devices.
An Infrared (IR) sensor detects objects or measures distances by using infrared light. It is often used in remote controls, line-following robots, and proximity detection.
The DHT sensor measures temperature and humidity, providing critical environmental data. It is used in weather monitoring, smart home systems, and industrial applications.
This assignment has given me a chance to dive into the world of sensors, understand their potential, and explore how they can make machines smarter. The following sections will describe my experience with each sensor in detail, including how I connected them, wrote the code, and tested their functionality.
I have used XIAO RP2040 for the interfacing of input devices and pin diagram i have used for my reference
The HC-SR04 ultrasonic module stands out for its expansive detection range, spanning from 2cm to 400cm , with a remarkable accuracy of up to 3mm. Consequently, it proves to be particularly well-suited for scenarios that demand precise distance measurements.
Pin Details
It all starts when the trigger pin is set HIGH for 10µs. In response, the sensor transmits an ultrasonic burst of eight pulses at 40 kHz. This 8-pulse pattern is specially designed so that the receiver can distinguish the transmitted pulses from ambient ultrasonic noise.
These eight ultrasonic pulses travel through the air away from the transmitter. Meanwhile the echo pin goes HIGH to initiate the echo-back signal.
If those pulses are not reflected back, the echo signal times out and goes low after 38ms (38 milliseconds). Thus a pulse of 38ms indicates no obstruction within the range of the sensor.
The width of the received pulse is used to calculate the distance from the reflected object. This can be worked out using the simple distance-speed-time equation we learned in high school. An easy way to remember the equation is to put the letters in a triangle.
Let us take an example to make it more clear. Suppose we have an object in front of the sensor at an unknown distance and we receive a pulse of 500µs width on the echo pin. Now let’s calculate how far the object is from the sensor. For this we will use the below equation.
Distance = Speed x Time
Here we have the value of time i.e. 500 µs and we know the speed. Of course it’s the speed of sound! It is 340 m/s. To calculate the distance we need to convert the speed of sound into cm/µs. It is 0.034 cm/μs. With that information we can now calculate the distance!
Distance = 0.034 cm/µs x 500 µs
Remember that the echo pulse indicates the time it takes for the signal to be sent and reflected back. So to get the distance, you have to divide your result by two.
Distance = (0.034 cm/µs x 500 µs) / 2
Distance = 8.5 cm
Now we know that the object is 8.5 cm away from the sensor.
Program Code uploaded using Arduino IDE
#define TRIG_PIN 1 // Trigger pin connected to D2 #define ECHO_PIN 3 // Echo pin connected to D4 void setup() { Serial.begin(9600); // Initialize Serial Monitor pinMode(TRIG_PIN, OUTPUT); // Set TRIG_PIN as OUTPUT pinMode(ECHO_PIN, INPUT); // Set ECHO_PIN as INPUT } void loop() { long duration; float distance; // Send a 10µs pulse to trigger the sensor digitalWrite(TRIG_PIN, LOW); delayMicroseconds(2); digitalWrite(TRIG_PIN, HIGH); delayMicroseconds(10); digitalWrite(TRIG_PIN, LOW); // Measure the duration of the echo duration = pulseIn(ECHO_PIN, HIGH); // Calculate the distance in centimeters distance = (duration * 0.034) / 2; // Print the distance Serial.print("Distance: "); Serial.print(distance); Serial.println(" cm"); delay(500); // Wait 500ms before the next measurement }
IR sensor is an electronic device, that emits the light in order to sense some object of the surroundings. An IR sensor can measure the heat of an object as well as detects the motion. Usually, in the infrared spectrum, all the objects radiate some form of thermal radiation. These types of radiations are invisible to our eyes, but infrared sensor can detect these radiations.
The emitter is simply an IR LED (Light Emitting Diode) and the detector is simply an IR photodiode . Photodiode is sensitive to IR light of the same wavelength which is emitted by the IR LED. When IR light falls on the photodiode, the resistances and the output voltages will change in proportion to the magnitude of the IR light received.
There are five basic elements used in a typical infrared detection system: an infrared source, a transmission medium, optical component, infrared detectors or receivers and signal processing. Infrared lasers and Infrared LED’s of specific wavelength used as infrared sources.
IR Transmitter or IR LED Infrared Transmitter is a light emitting diode (LED) which emits infrared radiations called as IR LED’s. Even though an IR LED looks like a normal LED, the radiation emitted by it is invisible to the human eye.
IR Receiver or Photodiode Infrared receivers or infrared sensors detect the radiation from an IR transmitter. IR receivers come in the form of photodiodes and phototransistors. Infrared Photodiodes are different from normal photo diodes as they detect only infrared radiation. Below image shows the picture of an IR receiver or a photodiode.
The emitter is an IR LED and the detector is an IR photodiode. The IR photodiode is sensitive to the IR light emitted by an IR LED. The photo-diode’s resistance and output voltage change in proportion to the IR light received. This is the underlying working principle of the IR sensor.
When the IR transmitter emits radiation, it reaches the object and some of the radiation reflects back to the IR receiver. Based on the intensity of the reception by the IR receiver, the output of the sensor defines
// Pin definition const int IR_SENSOR_PIN = 2; // Digital pin connected to the IR sensor void setup() { // Initialize the IR sensor pin as an input pinMode(IR_SENSOR_PIN, INPUT); // Begin serial communication for debugging Serial.begin(9600); Serial.println("IR Sensor Test Started"); } void loop() { // Read the IR sensor's output int sensorValue = digitalRead(IR_SENSOR_PIN); // Check if an obstacle is detected if (sensorValue == HIGH) { Serial.println("Obstacle detected!"); } else { Serial.println("No obstacle."); } delay(100); // Small delay for stability }
DHT11 Module features a temperature & humidity sensor complex with a calibrated digital signal output. The exclusive digital-signal-acquisition technique and temperature & humidity sensing technology ensure high reliability and excellent long-term stability. This sensor includes an NTC for temperature measurement and a resistive-type humidity measurement component for humidity measurement.
The DHT11 module has a total of 3 pins. In which two are for power and one is for communication. The pinout of a DHT11 Sensor module is as follows:
The humidity sensing component consists of a moisture-holding substrate sandwiched in between two electrodes. When the substrate absorbs water content, the resistance between the two electrodes decreases. The change in resistance between the two electrodes is proportional to the relative humidity. Higher relative humidity decreases the resistance between the electrodes, while lower relative humidity increases the resistance between the electrodes. This change in resistance is measured with the onboard MCU’s ADC and the relative humidity is calculated.
Single-bus data format is used for communication and synchronization between MCU and DHT11 sensor. One communication process is about 4ms. Data consists of decimal and integral parts. Complete data transmission is 40bit, and the sensor sends higher data bit first. Data format is as follows: 8bit integral RH data + 8bit decimal RH data + 8bit integral T data + 8bit decimal T data + 8bit checksum. If the data transmission is right, the check-sum should be the last 8bit of "8bit integral RH data + 8bit decimal RH data + 8bit integral T data + 8bit decimal T data".
When MCU sends a start signal, DHT11 changes from the low-power-consumption mode to the running mode, waiting for MCU to complete the start signal. Once it is completed, DHT11 sends a response signal of 40-bit data that include the relative humidity and temperature information to the MCU. Users can choose to collect (read) some data. Without the start signal from MCU, DHT11 will not give the response signal to MCU. Once data is collected, DHT11 will change to the low power-consumption mode until it receives a start signal from MCU again.
#include "DHT.h" // Define the DHT11 pin and type #define DHTPIN 2 // Pin connected to DHT11's DATA pin #define DHTTYPE DHT11 DHT dht(DHTPIN, DHTTYPE); // Create a DHT object void setup() { Serial.begin(9600); // Initialize Serial Monitor dht.begin(); // Initialize the DHT sensor Serial.println("DHT11 Sensor Initialized"); } void loop() { // Wait a bit between sensor readings delay(2000); // Read temperature and humidity float humidity = dht.readHumidity(); float temperature = dht.readTemperature(); // Check if any readings failed if (isnan(humidity) || isnan(temperature)) { Serial.println("Failed to read from DHT sensor!"); return; } // Print readings to Serial Monitor Serial.print("Humidity: "); Serial.print(humidity); Serial.print("% Temperature: "); Serial.print(temperature); Serial.println("°C"); }
Sensor measures infrared light radiating from objects. PIR sensors mostly used in PIR-based motion detectors. Also, it used in security alarms and automatic lighting applications
Generally, PIR sensor can detect animal/human movement in a requirement range. PIR is made of a pyroelectric sensor, which is able to detect different levels of infrared radiation. The detector itself does not emit any energy but passively receives it
It detects infrared radiation from the environment. Once there is infrared radiation from the human body particle with temperature, focusing on the optical system causes the pyroelectric device to generate a sudden electrical signal.
Simply, when a human body or any animal passes by, then it intercepts the first slot of the PIR sensor. This causes a positive differential change between the two bisects. When a human body leaves the sensing area,the sensor generates a negative differential change between the two bisects.
led is connected as output device , when motion is detected it will turn the led on
const int PIR_SENSOR_PIN = 12; // PIR sensor output pin const int LED_PIN = 7; // LED pin void setup() { pinMode(PIR_SENSOR_PIN, INPUT); // Set PIR sensor pin as input pinMode(LED_PIN, OUTPUT); // Set LED pin as output Serial.begin(9600); // Initialize serial communication Serial.println("PIR Sensor Test Initialized"); } void loop() { int motionDetected = digitalRead(PIR_SENSOR_PIN); // Read PIR sensor state if (motionDetected == HIGH) { Serial.println("Motion detected!"); digitalWrite(LED_PIN, HIGH); // Turn on LED } else { digitalWrite(LED_PIN, LOW); // Turn off LED } delay(100); // Small delay for stability }
Tried to Upload using micropython and circuit python , still i m facing the problem with errors
Want to learn python program and editor for compiling and uploading
😀 Learned to understand different Sensor working operation
😀 Few learning done using micropython and circuit python 😀
😀 Learned to use XIAO RP2040
Happy Learning
😀 Suith Mayakrishnan 😀