Questions tagged [logging]

6 questions
2
votes
2 answers

How can I log data to a thumb drive?

I am working on a project where I need to log data, but I was wondering if it is possible to log that data to a thumb drive? I know that I can log data to an SD card, but I thought a thumb drive would be more accessible to users who wish to obtain…
Renier Jr.
  • 65
  • 5
1
vote
0 answers

Logging PAR with quantum sensor and Arduino

I want to link a PAR quantum sensor (either Licor or Skye Instruments) to Arduino to log PAR, in order to measure light in a forest. I have an Arduino Uno + data logging shield (with RTC, SD card and ADS1115) and have connected the PAR sensor via…
sinderJ
  • 11
  • 1
1
vote
1 answer

Neo 6M GPS Module does not work properly inside own sketch

I am doing a project right now that involves a Neo 6M GPS module, a micro sd card module and 6 BH1750 light sensors. All the modules work fine when testing them standalone, especially the GPS module works as it should with TinyGPS++ example…
Th3Fi3nD
  • 13
  • 5
1
vote
1 answer

SyslogAppender for log4esp

I'd like to "merge" two Arduino libraires, namely log4Esp on one side and Syslog on the other, hence creating a syslog appender for log4esp. My problem is that log4esp's Appender prototype expects a method to return an instance of Print to which…
Cerber
  • 128
  • 4
0
votes
2 answers

Stability issue with webserver and smartmeter logging

In the past few months I have successfully logged the data from the power and gas meter in my house to a remote web server. Now I try to add the ability to enable and disable my doorbell over the internet. Although it seems to work, I experience 2…
-1
votes
1 answer

Serial speed for debugging/logging

I have a sketch where I want to check my nRF24L01's and they work great. However, due to Serial.print(ln) statements I noticed there is a lot of delay. Is this normal? I mean, is it better not to user Serial.print at all during speed checks? …
Michel Keijzers
  • 12,759
  • 7
  • 37
  • 56