my project is to built optical receiver for detect optic fiber, and then convert to electrical signal for IoT to show data from optic fiber on the phone(blynk app)
ive read many from the web and book but i failed to build one.
my equipment use,
polymer optical fiber (POF)
photodiode:IF -D91
op amp LM741 to amplify the signal
light source wavelength: 850nm
current progress : i had already cladding the POF, to expose some area to detect my solution which is water in order to monitor the temperature of the water.
i hope u guys can help me to contruct the receiver circuit. many thanks !!!
yoda17:
my project is to built optical receiver for detect optic fiber, and then convert to electrical signal for IoT to show data from optic fiber on the phone(blynk app)
ive read many from the web and book but i failed to build one.
my equipment use,
polymer optical fiber
photodiode
op amp LM741 to amplify the signal
i hope u guys can help me to contruct the receiver circuit. many thanks !!!
You left out the key parameter, the wavelength of the signal on the cable.
yoda17:
my project is to built optical receiver for detect optic fiber, and then convert to electrical signal for IoT to show data from optic fiber on the phone(blynk app)
ive read many from the web and book but i failed to build one.
my equipment use,
polymer optical fiber
photodiode
op amp LM741 to amplify the signal
i hope u guys can help me to contruct the receiver circuit. many thanks !!!
After waiting for a response from you, I question if you even have the proper tools to handle polymer optical fiber.
hey guys thank you for your feedback, my light source will be 850nm . And for data rate, im not sure hmmm
my equipment use,
polymer optical fiber (POF)
photodiode:IF -D91
op amp LM741 to amplify the signal
light source wavelength: 850nm
current progress : i had already cladding the POF, to expose some area to detect my solution which is water in order to monitor the temperature of the water.
{
digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
delay(500); // wait for a second
digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
delay(500); // wait for a second
}
// to print the value of sensor
Serial.print("sensor = ");
Serial.print(sensorValue);
Serial.print("\t min_val = ");
Serial.print(min_val);
Serial.print("\t max_val = ");
Serial.print(max_val);
Serial.print("\t ave_val = ");
Serial.println(ave_val);
// for the analog-to-digital converter to settle
// after the last reading:
delay(100);
}
The transimpedance amp probably won't work with an ancient 741 opamp on a 5volt supply.
You need a modern input and output rail2rail opamp for that.
Leo..
Please read the first post in any forum entitled how to use this forum. http://forum.arduino.cc/index.php/topic,148850.0.html then look down to item #7 about how to post your code.
It will be formatted in a scrolling window that makes it easier to read.
Can you tell us your electronics, programming, Arduino, hardware experience?