Search found 2 matches
- 23:13, 04 Nov 2015
- Forum: Questions and answers
- Topic: for loop: connect/do something/disconnect
- Replies: 3
- Views: 23989
Re: for loop: connect/do something/disconnect
Thank you for your response. This makes sense to me. I noticed that timing matters a lot in the script - adding delays in different locations changes behaviour of the program (getting more errors most of the times). I also found that app.activeDevices[i] changes with i while app.device.name stays th...
- 01:36, 04 Nov 2015
- Forum: Questions and answers
- Topic: for loop: connect/do something/disconnect
- Replies: 3
- Views: 23989
for loop: connect/do something/disconnect
Hi, I want to get data from several (generally unknown number) of rfduinos. Found this thread on the forum: https://evothings.com/forum/viewtopic.php?t=1473#p3838 According to the answer: another point to note - you can only have a single device connected at any time; if you want to connect to both,...