I would like to use LoRa (not LoRaWAN) to send a measurement from a LoRa device to a M5 Stack (esp32) with a LoRa module using a point-to-point connection. Is it possible to save that measurement to a database (using WiFi) after it is received by the M5 Stack? Will I be able to access the content of the received packet by the M5 Stack? Also, if this is possible, how many devices could send measurements to the M5 Stack?
Edit: I'm using the Firebase Realtime Database. I'm already storing some data into the database using a normal M5 Stack, but I'm not sure whether it would work with the packets received from LoRa. I'm planning to use a LoRa temperature sensor. The message should contain the temperature measured, timestamp and battery level. The LoRa packet should be sent every 30 minutes.