Removing lines of text at the beginning of a txt file on an SD card.

This page summarizes the projects mentioned and recommended in the original post on /r/arduino

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • arduino-esp32

    Arduino core for the ESP32

  • Not sure if you want to go this far but for eliminating the HTTP headers, I would take the code to write to USB via serial and combine it with an updated example of WiFiClientSecure: https://github.com/espressif/arduino-esp32/blob/master/libraries/HTTPClient/examples/BasicHttpsClient/BasicHttpsClient.ino . As you can see on line 124 of that newer example you will be able to call String payload = https.getString(); to get just the payload. The real challenge before you is to read and parse three lines at a time so you can iterate over each satellite section and do what you need to with the data inside that loop.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Any good/worthwhile Camera sensor modules for arduino/pico for still photography?

    1 project | /r/diyelectronics | 11 Dec 2023
  • I am trying to write to an SD card, it "works" but I can only find the file on PC if I use data recovery software?

    1 project | /r/esp32 | 9 Dec 2023
  • ESP32 memory corruption

    2 projects | /r/esp32 | 7 Dec 2023
  • ESP32 WiFiMulti: Connect to the Strongest Wi-Fi Network (from a listing of networks).

    2 projects | /r/u_KeatonParker | 1 Oct 2023
  • problems connecting esp32 to sd card

    1 project | /r/esp32 | 29 Sep 2023