Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Elecvora
SparkFun DEV-16832 OpenLog Artemis — image 1
Hover to zoom

1 / 4 · Click to enlarge

SparkFun

SparkFun DEV-16832 OpenLog Artemis

32+ bought in past month
AI Summary
IoT Development Boards for everyday users

The SparkFun DEV-16832 OpenLog Artemis by SparkFun is a premium iot development boards designed for everyday users. It features Item Type: Other IoT Boards and Operating Voltage (VDC): 3.3-6.5V.

₹5,624
Free Shipping💵 COD Available

Available Offers

Free Delivery on this order. No minimum order value.

15-Day Easy Returns — hassle-free return & full refund.

Secure Payment — 100% safe checkout with UPI, Cards & Net Banking.

Total: ₹5,624
Buying tip: A quality investment for dependable performance and premium build quality.
Estimated delivery: 25 Aug8 Sept
Free Shipping
Pan India delivery
15-Day Returns
Hassle-free policy
Secure Payment
Razorpay protected
Quality Assured
Vetted products only

Available Offers

💳

5% Cashback

Pay with UPI & get 5% cashback (up to ₹50) via Razorpay

🏦

No-Cost EMI

Available on select bank cards at checkout. 0% interest for 3 months.

📦

Free Shipping

Free delivery on all orders. No minimum order value.

💵

Cash on Delivery

COD available on orders up to ₹5,000 across India.

Quick Specs

Item Type: Other IoT Boards
Operating Voltage (VDC): 3.3-6.5V
USB Voltage: 5 V
USB: Type C
Analog To Digital Port: 14-bit, up to 1900Hz, 2V max
Current consumption: ~20mA (Run) ~80µA (Sleep) ~18µA (Deep Sleep - regulator shut down)

Ideal For

Everyday convenience
Share:
SKU: robu-1037782Category: IoT Development Boards

About This Product

The SparkFun DEV-16832 OpenLog Artemis by SparkFun is a premium iot development boards designed for everyday users. It delivers reliable performance at an accessible price.

Key Specifications

  • Item Type: Other IoT Boards
  • Operating Voltage (VDC): 3.3-6.5V — works with standard household power
  • USB Voltage: 5 V — works with standard household power
  • USB: Type C
  • Analog To Digital Port: 14-bit, up to 1900Hz, 2V max — compatible with modern devices
  • Current consumption: ~20mA (Run) ~80µA (Sleep) ~18µA (Deep Sleep - regulator shut down)
  • Length (mm): 33
  • Weight (g): 5.3

Why Buy from Elecvora?

Elecvora sources this product directly, cutting out multiple middlemen. Every order includes free shipping, a 15-day return policy, and secure payment via Razorpay.

The SparkFun OpenLog Artemis is an open-source data logger that comes preprogrammed to automatically log IMU, GPS, serial data, and various pressure, humidity, and distance sensors. OpenLog Artemis, or "OLA," automatically detects, configures, and logs Qwiic sensors. The OpenLog Artemis is highly configurable over an easy-to-use serial interface. Simply plug in a USB-C cable and open a terminal at 115200 bps. The logging output is automatically streamed to both the terminal and the microSD.

This OpenLog uses common microSD cards to record clear text, comma-separated files. The OpenLog Artemis supports microSD cards formatted as FAT32 as well as the older FAT16 formats up to 32GB. The OpenLog Artemis can use any size microSD card and, as of firmware version 1.11, supports exFAT cards in addition to FAT32. And Very low power logging is supported. OpenLog Artemis can be configured to take readings 500 times a second, or as slow as 1 reading every 24 hours.


Data Download Link: https://github.com/sparkfun/OpenLog_Artemis/tree/master

Features:

  1. Very low power logging is supported
  2. Built-in MCP73831 single cell LiPo charger
  3. RTC with 1mAhr battery backup

Package Includes:

1 x SparkFun OpenLog Artemis

Setup Guide

1
Identify the pins
Locate VCC (power), GND (ground), and data pins (SDA/SCL for I2C, MOSI/MISO for SPI, or TX/RX for UART). Refer to the pinout diagram on the product page.
2
Wire to your microcontroller
Connect VCC to 3.3V or 5V (check the module spec), GND to GND, and data pins to the appropriate GPIO pins on your Arduino or Raspberry Pi.
3
Install libraries
In Arduino IDE, go to Sketch → Include Library → Manage Libraries and search for the sensor library. Install the recommended version.
4
Upload example sketch
Open File → Examples → [library name] → Basic Example. Upload to your board and open Serial Monitor to view output.
5
Calibrate if needed
Some sensors (temperature, humidity, distance) may need a short warm-up period or calibration. Run the calibration sketch if provided.