FiPy: Simultaneous transmission with CAT-M1 & LoRa
- 
					
					
					
					
 As the title states - is it possible to receive data from a sensor and simultaneously transmit it over LoRa and CAT-M1? 
 When I say simultaneously I mean more or less at the same time - code-wise it is probably sequentially transmitting a chunk of data on LoRa followed by LTE-M and then another chunk, etc. Are there any special things I need to do between those two in order to achieve that, like resets, deep sleeps, etc.?
 
- 
					
					
					
					
 @securigy Yes that is certainly possible. I would suggest you create 2 threads, one for Lora and one for the LTE. Regarding deepsleep, that depends on the architecture / purpose of your project 
 
