Close
0%
0%

Coin Cell Operated Pico Board

MAX32625PICO can be operated by a coin cell battery, opening up a variety of applications.

Similar projects worth following
MAX32625PICO can be operated by a coin cell battery. Its small size makes it suitable for portable, wearable, and battery-operated applications such as data-logger backup, remote sensor management, BLE beacons, etc.

The first application that we are exploring is the data logger backup system. In this example, we use Maxim's temperature logger, DS1922L. It is rugged, and can serve as a stand-alone logger with battery life that can potentially last for years. However, one shortcoming is that once the battery dies, all the data stored is lost. This is an issue when the battery dies during deployment in the field, which can sometimes be a few months to a few years. Adding a backup system ensures that the data will remain intact. The small form factor, low power consumption of the PICO board and other electronics makes the system suitable for the application.

In the future, we can add more sensors, medium to long range connectivity, which will open up the door for remote sensor management. The possibilities are endless!

  • 1 × MAX32625PICO small form-factor MBED-compatible microcontroller using MAX32625
  • 1 × CR2032 Batteries and Battery Accessories / Batteries
  • 1 × MAX40200evkit Ultra-Tiny Micropower, 1A Ideal Diode with Ultra-Low Voltage Drop
  • 1 × 12mm Coin Cell Breakout w/ On-Off Switch Coin Cell Breakout board
  • 1 × DS1922L Semiconductors and Integrated Circuits / Misc. Semiconductors and Integrated Circuits

View all 6 components

  • Application Ideas

    Felipe Neira01/06/2018 at 01:27 0 comments

    This basic circuit can be the building block for other system designs. Some of the ideas we came up with are the following:

    1. Wireless Data Transmitter Sensor Nodes: The system can be collecting data any sensor and transmit it wirelesslly. The system will implement the low power modes of the MAX32625 to extend the battery life. The best wireless solution to incorporate are low power transceiver devices, like a BLE or LoRa.  

    2. Smart Data Logger: The MAX32625PICO can monitor events in low power mode from any senor via the PMU (Periferal Management Unit).  A key event will triggering the logging of valuable data or the reprogram of the mission. The characteristics measured can be altitude, humidity, motion, and/or time.

    3. iButton data logger Setup, Backup and Smart battery management: The MAX32625PICO can be programmed to deploy an iButton mission, which is essentially the programming required for the iButton to collect data at a determined interval. The microcontoller can maximize the battery of the iButton, by enabling and disabling the internal RTC clock of the iButton and only enable when the collection is required.  This design can be enhanced by a wireless interface as mentioned above. 

  • Prototype!

    Naing Ye Aung01/06/2018 at 00:55 0 comments

    Here's a prototype of our data logger system! Look how small the PICO board is compared to the battery! The size of the end system can be a lot smaller than this. MAX40200 is available in WLP and SOT23 package, and DS28EC20 is available in TSOC and TDFN packages on top of the TO92 package being used for prototyping.

  • System Diagram

    Naing Ye Aung01/06/2018 at 00:09 0 comments

    The block diagram above illustrates a data logger backup system using the MAX32625PICO and three  DS28EC20's, which are 2.5kB 1-wire EEPROMs.

    The data logger of interest is DS1922L, which is a temperature logger with 8kB Data-Log Memory. The DS1922L is a rugged stand-alone temperature logger capable of storing temperature data for long periods of time (years!), making it suitable to be deployed in the fields. However, once the battery internally is depleted, all the data stored previously would be lost. The backup system powered by a single coin cell battery ensures that measurements logged by the iButton remain intact even if the battery of the iButton dies.

    1. MAX32625 has a hardware 1-wire master that can be used to communicate with any 1-wire slave devices except EPROMs since the PICO is not equipped with a 12V programming pulse circuitry. 1-wire is useful as it only requires one wire for power and communication, and another for ground. Each 1-wire device is equipped with unique 64-bit ROM IDs so unlike I2C, multiple 1-wire slaves with the same part number can be placed on the same bus without needing to worry about address collision.

    2. Three DS28EC20s, which can store 2.5kB each, are required to back up 8kB data.

    3. The PICO board will fetch temperature measurements from the iButton periodically, and save them to the EEPROM. Firmware will need to be implemented. The OneWire library is available on mbed and will be used as the API to communicate with the data logger and the memories. https://os.mbed.com/teams/Maxim-Integrated/code/OneWire/

    Note: Even though iButton was the data logger of interest, the data backup system can extend to any other sensors and data loggers with compatible interfaces to the PICO board (SPI, I2C, 1-wire). More 1-wire EEPROMs can be added on the 1-wire bus if more memory is required. Alternatively, there are also flash memories with SPI interface available.

    For more information on 1-wire, please refer to https://www.maximintegrated.com/en/app-notes/index.mvp/id/1796

    Datasheets can be found below:

    MAX32625PICO: https://datasheets.maximintegrated.com/en/ds/MAX32625PICO.pdf

    DS1922L: https://www.maximintegrated.com/en/products/digital/data-loggers/DS1922L.html

    DS28EC20: https://datasheets.maximintegrated.com/en/ds/DS28EC20.pdf

    MAX40200: https://datasheets.maximintegrated.com/en/ds/MAX40200.pdf

  • Test circuit for battery implementation and protection

    Felipe Neira01/05/2018 at 23:49 0 comments

    Here we are testing the ideal diode protection (MAX40200EVKIT), which allows a permanent connection to the battery to the MAX32625PICO board via the 5V pin. In the presence of a USB programming cable the diode will protect the battery and allow the USB power to take precedence. 

View all 4 project logs

Enjoy this project?

Share

Discussions

Andrew Escamilla wrote 01/09/2018 at 18:09 point

This is an awesome project to build off of. Thanks for sharing!

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates