• @MaBe, thanks for the code, looks interesting! However it does not work for me, I tried for example the nRFToolbox on an iPhone. That does not display the data. Can you tell which application you used to read the data?

    Also, my understanding is that to read that data you would have to connect. I am probably misunderstanding this but as a beacon I would use setAdvertise. Something like this:

    setInterval(function() {
      NRF.setAdvertising({
        0x1809 : [Math.round(E.getTemperature())]
      });
    }, 1000);
    

    (directly from the tutorial). Then I can see the data directly in nRF Connect without even connecting.

    Thanks!

About

Avatar for stevie4711 @stevie4711 started