Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Pricio
SparkFun DEV-19426 Spark-Fun Open-Log Artemis (without IMU) — image 1
Hover to zoom

1 / 5 · Click to enlarge

SparkFun

SparkFun DEV-19426 Spark-Fun Open-Log Artemis (without IMU)

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

The SparkFun DEV-19426 Spark-Fun Open-Log Artemis (without IMU) by SparkFun is a mid-range iot development boards designed for everyday users. It features Item Type: Other IoT Boards and Model No. / Name: Artemis Module (Cortex-M4F based Apollo3 micro-controller).

₹3,412
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: ₹3,412
Buying tip: A quality investment for dependable performance and premium build quality.
Estimated delivery: 16 Aug30 Aug
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
Model No. / Name: Artemis Module (Cortex-M4F based Apollo3 micro-controller)
Operating Voltage: 3.3V to 6.5V
Color: Red
Current consumption: 20mA (Run) ~80µA (Sleep) ~18µA (Deep Sleep - regulator shut down)
Shipping Weight: 0.005 kg

Ideal For

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

About This Product

The SparkFun DEV-19426 Spark-Fun Open-Log Artemis (without IMU) by SparkFun is a mid-range iot development boards designed for everyday users. It delivers reliable performance at an accessible price.

Key Specifications

  • Item Type: Other IoT Boards
  • Model No. / Name: Artemis Module (Cortex-M4F based Apollo3 micro-controller)
  • Operating Voltage: 3.3V to 6.5V — works with standard household power
  • Color: Red
  • Current consumption: 20mA (Run) ~80µA (Sleep) ~18µA (Deep Sleep - regulator shut down)
  • Shipping Weight: 0.005 kg
  • Shipping Dimensions: 10 × 5 × 1 cm

Why Buy from Pricio?

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

The Spark-fun OpenLog Artemis is an open source data logger that comes preprogrammed to automatically log GPS, serial data, and various pressure, humidity, and distance sensors. All without writing a single line of code! OpenLog Artemis, or "OLA," automatically detects, configures, and logs Qwiic sensors. The OLA is specifically designed for users who just need to capture a lot of data to a CSV and get back to their larger project. Simply connect a compatible Qwiic-enabled device, power up the OpenLog Artemis, and all incoming serial data is automatically recorded to a log file with baud rates up to 500000bps [1], supported! The OLA also has four ADC channels available on the edge of the board. Voltages up to 2V can be logged with 14-bit precision up to 1900Hz for one channel and 1000Hz logging all four channels. Additionally, based on feedback from users we've added an on-board RTC so that all data can be time stamped. 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 115200bps. The logging output is automatically streamed to both the terminal and the micro-SD. Pressing any key will open the configuration menu

Features:

  1. Artemis Module (Cortex-M4F based Apollo3 micro-controller)
  2. Configurable via CH340E and Artemis Firmware Upload GUI
  3. Built-in MCP73831 single cell LiPo charger
  4. Simply plug in a USB-C cable and open a terminal at 115200bps
  5. The logging output is automatically streamed to both the terminal and the micro-SD
  6. Support for FAT32 and older FAT16 formats up to 32GB with power control
  7. RTC with 1mAhr battery backup
  8. Ports:1x USB type C
  9. LiPo battery enabled
  10. Qwiic enabled I2C with power control
  11. SWD 2x5 header
  12. Analog-to-digital
  13. 14-bit, up to 1900Hz, 2V max (3.3V comp)

Package Include:

1 X Spark-fun Open-log Artemis (without IMU)

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.