Reagent | Volume | Price | Volume per kit | Price per reaction |
---|---|---|---|---|
dNTP | 0.8 µl | $66 | 800 µl | $0.066 |
Cas12a | 0.04 µl | $70 | 70 µl | $0.04 |
SplintR ligase | 0.2 µl | $452 | 250 µl | $0.36 |
Reporter | 0.2 µl | $400 | 1290 µl | $0.06 |
Phi29 polymerase | 0.2 µl | $239 | 125 µl | $0.38 |
Component | Price |
---|---|
ESP32-Cam | 25 |
ESP32-Wroom-U32 | 24 |
TEC Heater | 54 |
Mosfet Module x2 | 8 |
MicroSD Adaptor | 4.8 |
OLED Screen | 19.5 |
MAX6675 Module | 14 |
The heating mechanism is for heating the samples to a preferable temperature for them to react and perform RCA better, it uses a TEC1-12706 semi-conduct cooling pallet, a heating block, and a K-type thermocouple with MAX6675 module driving it for temperature sensing. These components are picked based on their reliability, their sensitivity, and their ability to heat or cool components. The detecting system uses an ESP32-Cam module to take photos and a 12V blue LED to excite the fluorescence. The device also has an OLED screen, encoder, SD card module buzzers, and fans for controlling and cooling purposes.
The detection mechanism of this device is very simple. The sample is put into an aluminium holder and a heat block. With the program started the heating system will start heating the sample to a preset temperature in our case 37 Celsius. The heating mechanism will sustain the temperature through PID control minimising the inconsistency of the temperature. After this, the ESP32-cam module will take a photo of the sample consistently, however right before it takes the photo it uses a Blue LED light to illuminate the sample. After the photo is taken, the ESP32-cam then sends the photo to the ESP32 development board through the ESP NOW wireless communication protocol. When the ESP32 board successfully receives the photo, it performs the MGV (Mean Grey Value) where a captured picture of the sample will be converted to its Mean Grey Value, and saves the data into an SD card. After the step of taking photos for 2 hours and converting them to data is over, the device can export the data via an SD card to a mobile device or desktop, and the data is converted to a 2-axis graph for better-examining purposes.
As said the electric system for VBD3 is split into two parts detecting and heating, the detecting part is what the MPU (Main Processing Unit) is in charge of, and the heating part is what the SPU(Secondary Processing Unit) is in charge of. The Microcontroller in MPU is the ESP32-WROOM-32U and it is in charge of converting the images into values or MGV (Mean Grey Values). The other Microcontroller that is in SPU is the ESP32-Cam and it is in charge of capturing photos and for PID controls of the heating mechanism. A brief electric diagram is shown in the image below.