There were two main problems that this project hoped to address: temperature tracking and supply chain monitoring. The temperature tracking works by having the Raspberry Pi send updates, using its temperature sensor, to the blockchain to create a auditable record of the drug and to ensure it did not reach unbearable temperatures that would ruin the substance. Additionally, the supply chain monitoring works via RFID tags which, when they scan the RFID tag. The mobile app will scan the product and send a message to the blockchain updating its location accordingly to where it is currently.
- 2nd Place at Montgomery County Science Fair in 11th Grade Division
- Honorable Mention (4th Place) at the Delaware Valley Science Fair in 11th Grade Division
- Create a blockchain implementation of drug suppyl transport for CAR-T therapy (patient to manufacturer to patient)
- Emulate all aspects of the drug transport chain
- Capitalize on growing market for personalized medicine which require human cells to be edited and returned back to patients (CAR-T)
- Ethereum: existing blockchain technology
- Truffle: Framework for building smart contracts
- Ganache: Emulates etherum blockchain for local development
- Solidity: Programming language for Ethereum blockchain
- T-Cells are taken from patient and given to hospital / pharmacy
- Pharmacy/Hospital sends T-Cells to distributor
- Distributor sends cells to manufacturers them and modifies them for CAR-T therapy
- Cells go back to distributor, then hospital/pharamcy, and to patient
- Always upating blockchain record at every step to ensure latest status of cells are known by all parties
As part of this project, I wanted to create a container for the cells that would not only be able to update the blockchain with a record of temperatures for the sample but also work on correcting the temperature of itself as well.
Above is a picture of the container.
- On the left, you can see a fan that is connected to the Raspberry Pi. Using GPIO controls, the Pi will start to spin the fan in order to decrease the temperature of the container if the temperature of the container goes below a certain temperature
- The bigger blue rectange is the RFID scanner which can scan the RFID tag of the drug container to gather information or write information on that specific sample.
- The far right blue square is the temperature sensor that is connected to the Pi via GPIO and provides it the temperature of its environment
Above is the picture of the outside of the container
- The blue object in the medicine bottle is the RFID tag which contains relevant information about the substance
- The amazon box contains a breadboard for all circuit connections and Raspberry Pi
- Start off by selecting your identity in the supply chain
- Click button on the action you want to take on the drug
- Use Phone's NFC to scan the RFID tag
- Update the Blockchain from the mobile app
The picture depicts the identity selection menu for the mobile app
Picture displays the read drug information menu. This part of the app will have RFID tag bump into phone and collect RFID data using NFC. The app will then display the information it receives.