Artemis Arduino Core • Re: Sensor Logging Speed
The maximum sample rate of the ADS1015 is given at 3300 per second.650/s of usable data seems pretty decent overall.https://www.ti.com/product/ADS1015This document appears to go into some detail about...
View ArticleSparkFun Products Using The Artemis • Re: Explorable with two devices on same...
hi,tnx for the quick reply. I also thought that these commands were implicit and omitted in the normal code..My setting is the following:An Explorable stacked on a Dual Log Shield and the two...
View ArticleProcessor Boards • Trouble getting started with SparkFun Blues Wireless...
Hello!This is my first time working with low level hardware. Please forgive my ignorance I recently picked up a SparkFun Blues Wireless MicroMod Starter Kit. I've been attempting to complete the...
View ArticleProcessor Boards • Re: Trouble getting started with SparkFun Blues Wireless...
You can add some minor checks to your code. Open the Serial Monitor in the Arduino IDE to check for any debug messages printed by your sketch. This will help you see if the Notecard is being...
View ArticleSparkFun Products Using The Artemis • Apollo3 boards library version in Arduino
Hi,I have Machine Learning Carrier Board with Artemis MicroMod on it. The SparkFun's official tutorial says to install the 1.2.x version on Arduino but there the 2.2.x is available and i am not sure...
View ArticleCarrier Boards • Re: Should the Sno M2 work with the Input & Display...
Just wanted to update this in case someone else has the same problem. There was an issue with the SPI pins being reversed in the FPGA softcore. This was fixed by Alorium Tech, so if you have this...
View ArticleSparkFun Products Using The Artemis • Re: Apollo3 boards library version in...
update and try the 2.2.x It should work, if not you can always go back. With 2.2.x you will get Bluetooth. There are different remarks about the LIS2DH12 library you can find on this forum.Statistics:...
View ArticleCarrier Boards • Powering machine learning board
Hello, I'm looking at powering the machine learning carrier board via a 3.7V LiPo. It's not clear how I should power it without using the USB port. One thing I was looking at is the 3V3 pin for the...
View ArticleCarrier Boards • Re: Powering machine learning board
That board doesn't have VIN broken-out, so you can either use USB or the 3v3 & GND holes here (same as using a qwiic connector) https://cdn.sparkfun.com/assets/learn_t ... 2CGPIO.jpgIt is NOT 5v...
View ArticleCarrier Boards • MONTAJE DE ESTACIÓN METEOROLÓGICA CON PLACA WEATHER Y SP32
Buenos días,Estoy montando e una estación meteorológica con la placa SparkFun modelo MicroMod a la que se le acopla el microprocesador modelo SP32 para la recopilación y análisis de datos atmosféricos...
View ArticleFeedback On Everything Artemis • Re: SPARKFUN OPENLOG ARTEMIS having trouble...
Update Bootloader failed:Artemis Bootloader UploadBaud:115200File:C:\...\artemis_svl.binPort:\\.\COM3Header Size = 0x80original app_size 0x328c ( 12940 )load_address 0xc000 ( 49152 )app_size 0x328c (...
View ArticleCarrier Boards • Re: MONTAJE DE ESTACIÓN METEOROLÓGICA CON PLACA WEATHER Y SP32
Use a weatherproof enclosure for your electronics, but include vents or shielded openings for the sensors. These openings should be designed to prevent water and debris from entering while allowing...
View ArticleArtemis Arduino Core • Re: Is it possible to use two ICM-20948s with the...
You can simplify your code to test the I2C connection with just the external IMU first. This can be the test code:Code: #include "ICM_20948.h"#include <Wire.h>#define SERIAL_PORT Serial#define...
View ArticleArtemis Arduino Core • Artemis Global Tracker transmists, but later shows...
Hi,I am transmitting using the Iridium modem and have an issue. My code is based on the A Better Tracker example by Paul Clark, see https://github.com/sparkfun/SparkFun_Ar ... balTrackerThe modem will...
View ArticleEverything ALC • I NEED YOUR HELP WITH MY UBLOX NEO...
Good morning, How is your day going? My name is SIMON BECERRA, student in Panama, Technological University of Panama. 1 week ago I bought a product from SparkFun, called NEO m8p-2 GPS module. I am...
View ArticleArtemis Arduino Core • Re: Artemis Global Tracker transmists, but later shows...
Do the example codes behave the same? (do they throw the same error after x messages?) Test it using the default sketches and circle backStatistics: Posted by TS-Russell — Wed May 22, 2024 4:08 pm
View ArticleEverything ALC • Re: I NEED YOUR HELP WITH MY UBLOX NEO...
Make sure you have the DSEL jumper closed (put a solder blob on it) when using the Tx & Rx https://learn.sparkfun.com/tutorials/gp ... e-overview (see the SPI section)Also note that you need to be...
View ArticleArtemis Arduino Core • Artemis Global Tracker Power Evaluation
I have been using the Artemis Global Tracker for some time to get a better understanding of the Iridium 9603N modem. My end goal is to design my own board that can transmit GPS coordinates using the...
View ArticleArtemis Arduino Core • Re: Artemis Global Tracker Power Evaluation
The product page says 5mW, so 0.005 w/h....without low power mode enabled between messages (so, it'd be much less if you use https://github.com/sparkfun/SparkFun_Ar ... wPower.ino)I generally advise...
View ArticleCarrier Boards • How to run a motor from a main board single? Do I need a...
Hi! I'm in way over my head with something I think is pretty simple. Figured I'd ask a quick question.My goal is to make a device which can run a motor at a configurable interval and to allow the...
View Article