how to handle multiple device ?

1 view (last 30 days)
Andino Faturahman
Andino Faturahman on 22 Sep 2019
Answered: Vinod on 22 Sep 2019
i want to create an IoT project that use several nodeMCU. can i send data from several device to 1 channel ? or i should create channel for every single device ? or is there any recommendations ?

Answers (1)

Vinod
Vinod on 22 Sep 2019
Can you describe in more detail your project? How many nodeMCUs do you have? How many sensors per device? What are you doing with the data that is collected on ThingSpeak?
Irrespective of the above, the recommended setup is one channel per device. This ensures that two devices do not end up in contention to update the same channel, given that there is a maximum rate at which each channel can be updated. You can then use MATLAB analyses or visualizations to read data from multiple channels and create a visualization that can be shared across multiple channels.

Communities

More Answers in the  ThingSpeak Community

Categories

Find more on ThingSpeak in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!