BLE mesh or sub-1 GHz 6LoWPAN for tens of sensors?
I'd like to read measurements from about 50-100 remote temperature sensors. I'm considering two options: BLE mesh with SPBTLE-RF modules and 6LoWPAN with SP1ML-868 modules. How many remote sensors per second can I read in both cases? I don't need exact values, just rough estimation for comparison.
Additionally please confirm my knowledge about implementation details:
For BLE mesh ST provides libraries for Cortex-M0 and M3. M4 is not supported and I can't use STM32F4.
For 6LoWPAN ST provides example code only for Contiki OS, there are no FreeRTOS or non-OS examples for SP1ML and 6LoWPAN.