When it comes to manufacturing special rooms are needed. The room our project was designed to help monitor are ESD rooms. ESD rooms are essential for maintaining product quality, ensuring workplace safety, and complying with industry regulations, ultimately contributing to the success and reputation of companies in electronics manufacturing and related fields. Our project is made using a particle photon 2 which is coded to read from a sht40 temp and Humidity sensor. These readings are then displayed to a Oled screen. All of this is powered by a 400mAh lithium battery. The temperature and humidity update every 10 seconds and is shown graphically on thingspeak to give wireless anywhere monitoring.
Some of the problems we ran into were the second photon device which was delayed and shipped back to the manufacturer. After talking to customer service, getting the device only became harder. Besides that, hiccup the coding of the board itself to get it to integrate using webhook was a bit of a bump I'm the road. Particle tells you how to code your webhook with a simple copy and paste. After execution we tried to flash the photon which failed every time come to find you can only have one loop of each kind in your code, so we had to move the webhook into our existing loops and problem was solved.
Photos:
Comments
Please log in or sign up to comment.