Qwiic_OpenLog
                                
                                
                                
                                    Qwiic_OpenLog copied to clipboard
                            
                            
                            
                        Open source I2C based datalogger. The bigger, better cousin to the original serial OpenLog.
In register 0x0A I should write a string of characters to change the start position of each new read.  It works, when I write 1 Byte after the command...
I'm trying to write my own library for my own use, based on Arduino library and information that SparkFun provided about this logger but i'm always recievieng HAL_error. I do...
When I compile and run the code below for a Teensy 4.0, many characters are dropped. A typical output is also shown below. The errors seem to be random. Adding...
Compile firmware code returning errors ``` Processing Qwiic_OpenLog (src_filter: +; platform: atmelavr; framework: arduino; board: ATmega328; targets: program; monitor_speed: 115200; lib_deps: SdFat=https://github.com/greiman/SdFat-beta.git#7016042d22ec9e4a3fe93565bfff1d61fb8271e2) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/ATmega328.html PLATFORM: Atmel AVR 2.0.0 >...
https://github.com/sparkfun/Qwiic_OpenLog/blob/4ad46f22de5928e600c73eadc97cb77bcad5d950/Firmware/Qwiic_OpenLog/Qwiic_OpenLog.ino#L496-L499 this line should not be ```c++ case ERROR_VOLUME_INIT: NewSerial.print(F("volume.init")); blink_error(ERROR_VOLUME_INIT); break; ``` otherwise, all errors blink the same number of times, a little bit confusing
I am trying to log the data from STM32F429 board to Qwiic logger through I2C port. Below is settings for I2C in STM32F429 Address Mode: 10Bit Clock Speed: 400K Following...
Example 1 sketch won't compile, I get the following error message(s): > Arduino: 1.8.8 (Windows 10), Board: "SparkFun SAMD21 Pro RF" > > C:\Users\Mike\Documents\Arduino\libraries\SparkFun_Qwiic_OpenLog\src\SparkFun_Qwiic_OpenLog_Arduino_Library.cpp:274:73: error: default argument given for parameter...
Add ~10k pull up on SD CS so that the device can be programmed in test jig with SD card inserted. Otherwise the CS pin is left floating and can...