Blockchain for Construction – A Use Case

in #blockchain6 years ago (edited)

Blockchain for Construction – A Use Case


 

Hey Steemians, I have touched on a few topics that relate to Digital Engineering, BIM and other construction/technology linked ideas. Today I wanted to share with you some of the work and research I carried out during my studies. I feel it’s a perfect time to share with the release of Arup’s Blockchain paper in the last week or so.
 

Going Decentral

Source
 

Studying as an Engineer I developed some of the typical skills one might expect when undertaking a degree. From structural mechanics to Engineering Finance / Project Management, the construction field is a vast and diverse industry indeed. This may be a driving factor people consider when choosing a profession… But I found myself dipping into some fields that some might deem to be a little unrelated.
 

Over 5 years ago, a friend of mine introduced me to Crypto. I had always been aware of Bitcoin when it was used to order Pizzas, but admittedly I was ignorant as to how digital currencies functioned, what a blockchain was or even how to secure a wallet. With exposure of the next few months I was fascinated by the system. Bitcoin, Blockchain 2.0, decentralisation meant so much more than intrinsic value to me. Yes, I traded it for profit but more than that - philosophy, transparency, immutability and everything that goes on in crypto taught me a lot over the years.
 

I learnt how to code independently alongside attending University simply because of Bitcoin. I studied blockchain theory in my spare time. During this period Bitcoin was facing blood, Twitter was buzzing with every Fed reserve sale and the bear trend continued. This was all still fascinating to me as I got into trading and gained a wider perspective of how Crypto was evolving. Was I wasting my time? Was Crypto just a casino with endless Altcoins being pumped out? I pondered for a moment but realised the value in blockchain was so much more than transmitting value.
 

During my studies I began to explore the possible blockchain uses within construction. This dates back to around 2016 where I began to research and develop uses cases built on Bitcoin Core. I forked a number of my own projects and kept reading into other innovations at the time. Knowledge was aplenty and Ethereum was all the buzz, for now I would focus on exploring immutable data. OP_RETURN standard tx’s among other developments gave me some areas to trial some use cases within construction.  


A Use Case


 

Starting a project aimed to enhance data services within the construction industry, I envisioned a data analytics platform powered by blockchain technology to provide a unique approach to current challenges. The blockchain would serve as a databank, providing autonomous time stamped data encoding from SMART sensing technologies on the chain. Data redundancy and security would be attained through a decentralized network and interaction between IoT / blockchain ledger would help to build advance warning system / Structural Health Monitoring (SHM) Systems. This would of course extend to any project that wanted to make use of the platform including existing structures, Smart Home projects and more.
 

SHM systems were the focus of my project, I wrote a brief overview of them here : https://steemit.com/engineering/@momosan/a-connected-world-structural-health-monitoring
 



The conceptual use case would see a blockchain powered data analysis platform that would monitor built structures during their service life and operation. The system would complement design and construction of a multi storey Sports Centre.
 

Monitoring structures allows for early degradation detection which gives prior warning to prepare advanced planning and solution methods to be implemented in an effective manner before severe damage manifestation. A recap of SHM benefits:      

· Economic motivation by catering for stable maintenance costs
· Minimal implementation and maintenance down time
· Critical damage prevention through early warning systems and risk management
· Provides live data analysis immediately to evaluate against design assumptions  

 
SMART Sensors – IoT   



 

Most of us would have made use of some sort of IoT device in our daily lives (directly or indirectly). Creating a network of SMART sensors with the intention of automated data logging is another step towards projects like smart cities and monitored infrastructure.  Active processing of sensing data applied to BIM models would create damage detection profiles that would be used by an engineer, creating a well-informed perspective for the end-user.    

The construction industry is forever evolving and the use of these smart systems (both external and in-situ) are becoming vital in creating SHM profiles for structures.
 

Blockchain in Construction  
 

The initial scope of the project explored the use of blockchain as an immutable databank. The platform proposed to allow IoT sensing devices to autonomously encode data on the blockchain using a data schema protocol. Low powered sensing solutions across a secure decentralized network would create a sustainable monitoring system that goes beyond current SHM limitations.
 

Taking ownership of data and perhaps attaching this data to asset management would be possible. I explored a number of potential avenues to trial my concept on but decided to keep my idea as simple as possible for now.

          

     
Using decentralized databanks for such projects would project minimal cost and setup time. The development of live analytical tools would allow access for on the fly monitoring and interrogation of the immutable data.
 

Automated data logging in real time is a modern day necessity, the system would allow live data to be viewed by an engineer remotely, to create a well-informed perspective for users. The act of sensing, communicating through connectivity, storing data on the chain and accessing it formulates a conceptual SMART sensing blockchain. Connectivity of the embedded devices are of course reliant on Internet things (IoT) devices.

I built a prototype sensor that made use of optical fibre sensing with the intention to monitor crack detection (more on this another time). The data output into the following schema:
 
· Organisation I.D – Unique identifier that ties the data set to an organisation  
· Project I.D – Unique identifier that ties the data set to a project under an organization
· Building I.D – Unique identifier that ties data set to a specific building under a project
· Location I.D – Unique identifier that ties data set to specific location within a building
· Sensor System I.D - Unique identifier that ties data set to a sensor system within a specific location
· Data Reading – Recorded data reading
· Epoch Time – Universal epoch time data has been recorded at (synced using ntp)
 

This was stored as a CSV locally and the test sensor was built using a raspberry pi at the time as a proof of concept. A daemon was setup to run on the pi as a test node.


The idea was that each node with a unique address would hold a minimum amount of tokens to gain access to a subscription based model that offered analysis tools. Every transaction made would send sensor data to the receiving address and thus all data would be available on the blockchain for analysis.
 



Sensors sets and hierarchies could be deployed in zones (as above). A customisable solution that would allow interrogation of data using the blockchain.
      


Users wishing to create larger scale projects would need to hold more tokens to allow a wider data stream, transaction frequency would also increase the rate of burnt tokens. A modular approach to deployment might be the most useful one to give users flexibility in realising cost-benefit decisions in critical areas.
 



A test script was made to read the data CSV file in order of entry and parse a row of data into hexadecimal form. The string is then encoded on the blockchain using the OP_Return transaction.
 

Data Management/ Analysis

 

Each deployed project would use tokens to encode data to the blockchain. All sensors required configuration and had a spendable balance to encode data onto the chain. The platform estimated a recommended token balance as part of the deployment service. A configuration file generated for each sensor system included:

• Script file to encode data automatically  
• CSV file following required schema as specified by user


 


Users would be able to manage various SHM systems via the platform and carry out analysis tasks. Build their own apps to interrogate their data etc. This, in a nut shell was a very basic concept that sought to explore blockchain use in a built environment.
 
At the time, this was a novel approach within construction and I got to discuss my ideas with some industry leaders at Engineering shows. The bigger challenge was educating those professionals around blockchain and it lead to some very interesting discussions.  
 

A Drop in The Ocean
 

Aside from the simple use case I explored on this occasion, I did (and continue to) explore other avenues for blockchain in construction/built environment.
 

Possible relief uses would include natural disaster warnings and mitigation. With the deployment of a network of sensors, parallel computing/hashing power could be used. Shared computing power could be used for disaster prediction and of course, this would be transparent. Seeing projects like Gridcoin, Golem etc. grow is positive and I look forward to seeing how EOS will evolve in the coming months.
 

While my documented use case was built on an inefficient protocol, I was very aware of the issues and highlighted this at the time. The construction industry is constantly seeking a sustainable approach, a lot of scrutiny around energy waste from mining was to be expected. The use of ETH may have been a better experiment and blockchain bloat was a very prominent issue that I pointed out in my research.
 

But crypto has come a long way since then. I believe that in times to come, blockchain holds the key to unlocking the next levels of BIM that industry talks about. It will revolutionise this industry and build a very different future as it merges with the Digital Engineering sector.
 

The project as a whole was an interesting one for me and helped me build a foundation that has given me awareness in crypto today. A lot has happened since then and I look forward to sharing more of my work and experiences here. I have been paying attention to a few Construction related cryptos in recent times so I hope to share my thoughts on them and generate some discussion here around them.
 

I’ll also be looking to develop something here on Steem as I feel this may be a platform perfect for knowledge sharing in Engineering.   
 

I look forward to learning more from my peers here and hope you guys will give this post some passing comments. : )
 

Thanks for reading.
 

Momosan

Sort:  

Honestly i have sooo many questions for you cos even tho im in construction industry this is a lot for me but i kinda get the amazing application of the blockchain technology in terms of data for safety. Here in a third world country most of the construction company just wants profit. I followed you i need to learn more to help our industry here. Thank you for your post @momosan

Hey @francispalo thank you for reading my post and I'm really glad to see other construction minds here. To be honest with you, I feel most construction projects focus on profit.

But the utopian mantra I see around crypto sometimes makes me hope for a future where these types of technology can be used around the world for very little cost. Digital Engineering will see a widerspread of better construction practices everywhere.

I think Steemit will be a good medium for construction related discussion. Looking forward to your posts and happy to discuss and share things :)

I love the transparency here in the blockchain im sure most of the businessmen dont like that cos they profit from hoarding the knowledge. Im also interested how the construction peeps will adapt to this tech. I dont post a lot about construction here but i sometime do steemgigs for 3d modelling and 3d rendering. Id love to help build the first house funded by steem!

You post deserve more upvotes. What an excellent and deep review about blockchain. I love blockchain and I find this info is very well described.

Thanks for your good work.

Hey, thanks for your support and I hope you got some value from my work. I worked pretty hard at the time to develop the concept so im happy to see such a positive response.

This looks more like a centralized system than decentralized...

Oops... youre totally right! :( maybe I was trying to escape centralization but failed.

Thanks for pointing it out, will revise

Hi momosan. I am an electrical engineer and your post draw my attention. To be honest I dont fully understand the technology behind the blockchain and I am making effords to educate myself. One question come to me as i was reading - what happens with all this monitoring data if for some reason the blockchain broken down? Is there any way to program the sensors to work again in this scenario? Thank you, hitting the follow button for more interesting post from you!

Hey @todorovv I remember reading Blockchain: Blueprint for a New Economy by Melanie Swan when I started up with crypto. Might be worth a read.

Well in all honesty, if every node in the network perishes, the monitoring data will too. If you mean for some reason the network comes to a halt, data would cease to update as no transactions can get across.

Having a backup list and treating each sensor as nodes to gain remote access to might be a viable solution. May just be a case of changing configuration files to work with a new network or server etc.

But this project was only a concept with a small prototype to demonstrate a use case. Thanks for your question and I look forward to hearing more from you too.

Thank you @momosan I will check the book and share thoughts.

This seems very interesting. I would love to see it being used globally someday with the help of blockchain technology.

I think we are slowly getting there. I look forward to how more scalable solutions will help systems work on a wider international scale.

I read with so much interest, this motivating report. It is inspiring to me as a student trying hard to combine academics with other activities. Thanks

Thnaks for reading and I wish you the best for your studies. A healthy balance is what we should all look for but it's easy to lose track sometimes.

Thanks for the advice

Congratulations, your post received one of the top 10 most powerful upvotes in the last 12 hours. You received an upvote from @sweetsssj valued at 240.02 SBD, based on the pending payout at the time the data was extracted.

If you do not wish to receive these messages in future, reply with the word "stop".

Gran trabajo! Gracias por compartir tu post.

Thank you :)

wow nice work my dear honorable sir... nothing to say more

Thanks for reading @aashik

Coin Marketplace

STEEM 0.28
TRX 0.12
JST 0.033
BTC 61974.94
ETH 3126.82
USDT 1.00
SBD 3.77