Nathan Seidle

Results 40 comments of Nathan Seidle

Ah, got it. Thanks. I suspect they dramatically changed the SPI driver between v1.6 and v2, similar to how their new I2C driver broke code. I'll report it and see...

I don't want to speak for Bill but... > Am I able to safely have two File32 objects referencing open files concurrently if I am careful to never write/read concurrently,...

@jmaerki - Thanks for the feedback. Do check the schematic and the back of the PCB. There is a jumper that allows you connect RATE to GND or VCC.

Hmm. Good points. We could provide a jumper to isolate the GNDs as well.

Thanks for the PR! Does this method come from the datasheet? Why do you readFloatPressure twice? Hmm, it looks like [t_fine gets set](https://github.com/sparkfun/SparkFun_BME280_Arduino_Library/pull/51/files#R556) in readTempC and is used in readFloatPressure.

This feature is not a high priority for me but I would gladly accept a PR and give lots of credit to whomever wants to contribute. There's already a command...

Hmm, I don't have a good solution off the top of my head. I'll need to replicate it on the bench to really dig in. Can you post some code...

9600bps is 960 bytes per second. I can transmit at this speed constantly to OpenLog without it dropping a character. Depending on the extra characters you are transmitting, for example...

Hi! Welcome back. Let's solve this! Let me get the basics out of the way so we don't waste time chasing the wrong thing: * What platform are you using?...

Your setup sounds fine. Out of curiosity, why did you go with the Minimal firmware version? The stock version should work fine for this application. Can you post a file...