Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

42%
+1 −2
Q&A IoT based gas sensing

I am designing a gas sensor system for an IoT application. My system contains different gas sensors(at present 8 nos).The sensor data swill be connected to a potentiostat IC and this IC will be con...

1 answer  ·  posted 1y ago by newbie‭  ·  last activity 1y ago by Olin Lathrop‭

Question Analog sensor wireless IoT
#1: Initial revision by user avatar newbie‭ · 2025-08-08T14:21:56Z (about 1 year ago)
IoT based gas sensing
I am designing a gas sensor system for an IoT application. My system contains different gas sensors(at present 8 nos).The sensor data swill be connected to a [potentiostat IC](https://www.ti.com/lit/ds/symlink/lmp91000.pdf?ts=1754592520527&ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252FLMP91000) and this IC will be connected to TI CC1352P(Transmitter) and the data from this [TI CC1352P](https://www.ti.com/lit/ds/symlink/cc1352p.pdf) will be send to another TI CC1352P(Receiver) sitting 1Km away.The receiver output will be connected to a PC.

My planned architecture is given below. It contains 8 gas sensors.For each gas sensor outputs a separate [MUX IC ](https://www.ti.com/lit/ds/symlink/tmux1108.pdf?ts=1754652298877&ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252FTMUX1108)is used.

The CE pin of all IC's are connected to MUX-1, WE pin to MUX-2 and  RE pin to MUX-3.The receiver TI CC1352P will poll each sensors at regular intervals,if any gas crosses the threshold Transmitter TI CC1352P will send the data to RX CC1352P.Other than polling if any gas crosses the threshold the system should provide an interrupt ,and at that time also
the TX will send data to RX.

This is a battery operated system and it should run for 7 days without recharging.The default state is sleep and it will wake up at regualr intervals and polls the sensors.Also if the receiver wants to wake up the transmitter it can do that.I am planning to use Sub Ghz communication

![Image_alt_text](https://electrical.codidact.com/uploads/k4ribvm7llhfckd4wcns27a4eezz)


**May I know your thoughts about this system.?**

I know polling method can work.**How do I wakeup the TX based on interrupt.(I mean if any gas crosses the threshold when polling is not happening)**