This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Temperature logger

Hello, I would like to develop a temperature logger which Starts to log temperatures between certain limits
The data is stored until the device has connectivity to the iPhone. It then pushes the Data to the iPhone and the process starts over again. Best would be if radio Connection gets active above a certain temperature. All this should be:

  • tiny
  • Wireless, i.e. Ble, Driven by cr 2032 3V battery.

Which device should i Take to realize this Project? Is there a dev kit and sample code for xcode available?

Thank you so much for your help,

Curt

  • Hi

    I would recommend you to examine nRF51822 and nRF8001.

    Both offer BLE, the nRF8001 might work, but it has some limitations on data rate compared to nRF51822, see this thread.

    We have development kits available. The source code for our iOS apps are available here.

  • Hi Petter, thank you very much for your reply. I asked because I am not sure if it as possible to configure the behavior of the nRF8001. The specifications don't tell about memory, so I don't know exactly if it could log some data over a time to transfer it later on. So if you say I can adapt the functions of nRF8001 to my needs, I would got forward to buy the development kit.

    Whereas the 51822 is equipped with everything I need, it is actually not available as a ready to use unit (as i.e. the 8001 you can see here). This would be much more handy to use, but contains only nRF8001.

    Thank you again for your advice,

    curt

  • PS: The data transmission doesn't have to be fast, so I don't worry in that way. In fact I expect about 10 to 30 temperature values to be transferred in about one or two minutes, I expect no problems at this point.

  • The nRF8001 is not a SoC, you need a microcontroller to utilize it, the microcontroller would have memory to store the temperatures.

    I'm not sure I get what you mean by ready to use unit. Do you want to develop your own product or use a ready to use unit?

  • Hi Petter, me again. I try to develop a chip which can do the following tasks:

    • log temperature
    • log resistance
    • connect with iPhone app to push the stored data only when certain values are reached (temp low, resistance high i.e.)

    Is it possible to program something like that with the nRF51822 and which parts do I have to buy to built a proof of concept? Is the nRF dev Kit enough?

    I hope its more clear now what I am looking for. Thank you very much for your help.

    curt

Related