SparkFun Products Using The Artemis • Re: SparkFun OpenLog Artemis...
Hi Jim,It took a while - - but I finally found time to update the OpenLog Artemis Geophone Logger firmware so it will work on more boards and with more ADCs. Please...
View ArticleArtemis Arduino Core • Artemis as a peripheral for connecting with ESP32.
Hello, I am currently working on a project that requires connection via GNSS/Iridium and WiFi. For this, I am using an ESP32-S3 together with SparkFun's "Artemis Global Tracker" (AGT). When buying the...
View ArticleArtemis Arduino Core • Re: Artemis as a peripheral for connecting with ESP32.
It's possible to use the ESP32-S3 as the I2C/SPI master and the Artemis Apollo3 microcontroller on the AGT as the slave, but it would require some custom code and configuration...## I2C/SPI...
View ArticleSparkFun Products Using The Artemis • Apollo3-Explorable SPI pins swap
Hi,I wondering if is possible to swap the SPI pins (SDI/MISO, SDO/MOSI) of the Thing Plus Eplorable with Apollo3, in the Arduino code.By default they are routed like this: SDI/MISO = 25 SDO/MOSI =...
View ArticleArtemis Arduino Core • How do I make the GNSS Arduino library work with a...
I have been working with the ZED-F9R module with an Arduino using the GNSS library from Sparkfun and it is working just fine, I wanted to set it up with an STM32 Nucleo-H7A3ZI-Q board. What changes do...
View ArticleSparkFun Products Using The Artemis • Re: Apollo3-Explorable SPI pins swap
The specific error code 0x80FF0144 corresponds to an assertion failure in the SPI API of the Mbed OS, indicating that the SPI module configuration is invalid.Statistics: Posted by aliarifat794 — Thu...
View ArticleDesigning With Artemis • Re: Fail to program custom artemis module
The Arduino IDE never displays the Sparkfun Artemis board! I have run the json script several times but the IDE never displays the Artemis board in the board manager. Please Help RayStatistics: Posted...
View ArticleArtemis Arduino Core • Re: How do I make the GNSS Arduino library work with a...
Quite a few... To port an Arduino library to work with the STM32 Nucleo-H7A3ZI-Q board using CubeIDE, you need to make the following key changes:1. Replace Arduino-specific libraries with their STM32...
View ArticleSparkFun Products Using The Artemis • Re: Openlog Artemis - Geophone Logger...
Much appreciated - started using it today. Any chance of getting the BLE firmware update? I have now spent many hours cobbling together work arounds but the ideal solution would be to use the BLE...
View ArticleCarrier Boards • Re: SparkFun MicroMod Data Logging Carrier Board with...
I have been sucessfully using logomatic boards for datalogging for over 12 years. I thought it would be a good idea to try out some of the new sparkfun datalogging boards. I decided to use the...
View ArticleProcessor Boards • Sno Edge 50 M2?
I am doing an FPGA project with the Sno M2 and Input & Display Carrier Board. The setup is perfect, except I finished my design only to find out that it won't fit on the Sno FPGA (I'm an FPGA...
View ArticleProcessor Boards • Re: Sno Edge 50 M2?
You can use a PCB design tool (e.g., KiCad, Eagle, Altium) to virtually arrange and interconnect the components.Check the clearances and routing possibilities.Statistics: Posted by aliarifat794 — Tue...
View ArticleSparkFun Products Using The Artemis • Unusual Frequency Response of SparkFun...
Hello,I've recently tested the SparkFun RedBoard ATP's PDM microphone and I noticed an unusual frequency response.My test setup includes a calibrated microphone in an enclosed box with sound isolation...
View ArticleSparkFun Products Using The Artemis • Re: Unusual Frequency Response of...
The high-pass and low-pass filters in the PDM library are designed to remove unwanted noise and aliasing artifacts but may be affecting your frequency response more than expected.Statistics: Posted by...
View ArticleArtemis Development on MBed OS • Re: Issue Flashing Zephyr Binary to SparkFun...
The problem was the padding. The file you are preparing for flash should be divisible by 4.Statistics: Posted by ali.sarlak — Sat Jun 22, 2024 1:52 pm
View ArticleDesigning With Artemis • Arduino as QWIIC Sensor
Hi,is there an option to use a Arduino set as Sensor via Qwiic? I would measure a Poti via Arduino an send it to the Openlog Artemis.I tried to use 0X48 which is ADS1015 and Fake the Sensordata but i...
View ArticleArtemis Arduino Core • Wifi board for Redboard Artemis
Can you please recommend a Wifi shield/board that is perfectly compatible with a Sparkfun Redboard Artemis and can be connected by Qwiic.I am aware of the SparkFun Qwiic WiFi Shield - DA16200 and...
View ArticleArtemis Arduino Core • Re: Wifi board for Redboard Artemis
I do not think you will find exactly what you are looking for. Here are some suggestions that you may like to take a look at.https://forum.sparkfun.com/viewtopic.php?t=51355Statistics: Posted by...
View ArticleDesigning With Artemis • Re: Arduino as QWIIC Sensor
Hi Franz,The OpenLog Artemis can log analog voltages. Does this meet your needs?Please see:https://learn.sparkfun.com/tutorials/op ... 205%20fromBest wishes,PaulStatistics: Posted by PaulZC — Mon Jun...
View ArticleArtemis Arduino Core • simple_slave modbus with Redboard Artemis nano
I want to connect the pressure sensor to the Artemis Nano board via i2c, and then connect the board to the PC via USB to see the sensor value in the PC Modbus-program.So I installed the library...
View Article