-2

I want to run my project using battery. I am using Adafruit Feather M0 Bluefruit LE. I want to know can I face any issue with battery temperature and how can I keep a trace on the battery temperature. If somebody knows how to solve this problem if I use Arduino boards please inform. I think same solution can work for Feather M0.

Any HELP would be appreciated!

Thanks in advance!

MANU JAIN
  • 13
  • 1

1 Answers1

1

The ONLY solution is to use additional sensor to check the temperature of the battery. There is no other way. P.S. There are batteries which comes with implemented temperature sensor but most of them if not all are really pricey. I hope that help.

Ivan Kaloyanov
  • 1,748
  • 6
  • 18
  • 24
  • Thanks @Ivan. I think I'll go with another temperature sensor. Can you suggest which one will be the best for this purpose? – MANU JAIN Jun 07 '18 at 08:19
  • it depends on your budget and how precise do you want the sensor to be. If you don't need something special I suggest you to use DHT11. This sensor is great for the price you pay. The down site is that you have to stick it to the battery. – Ivan Kaloyanov Jun 07 '18 at 08:24
  • I am developing a proper market level product. So I think I'll be needing a reliable one which is precise enough for a long long time. – MANU JAIN Jun 07 '18 at 09:42