Coder Social home page Coder Social logo

irq777 / climax2001 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 570 KB

An Arduino UNO based room-climate SD card logger with display measuring C02, laser dust detection, temperature, humidity, pressure...

License: GNU General Public License v3.0

C++ 100.00%
arduino arduino-uno co2-sensor csv-export dust-sensor humidity-sensor rtc sdcard sdcard-arduino temperature-sensor

climax2001's Introduction

CLIMAX2001

An Arduino UNO based room-climate logger with SD-card

Exel CSV Import

It's a bit painful to insert comma-separated values from a CSV file - especially if you are in a country where your PC and your software (like MS Office) is not running under US locals. Below is way to fix that problem. The easiest but more radical solution is to just to set your "Region" to e.g. English (United States) in Windows.

  1. Excel > Data > From Text/CSV
  2. Import "LOGGERnn.CSV"
  3. The preview shows that the commas are missing e.g. in values of temperature, humidity or pressure if your office is not running under "US-locals"
  4. To fix that go to Import dialog window and choose "Transform Data" to open the "Power Query Editor"
  5. In "Power Query Editor" window set locals to "English (United States)" via "File > Options and Settings > Query Options > Regional Settings"
  6. Close "Power Query Editor" and proceed with step 1. (I don't know why but I have to change the locals in "Power Query Editor" every time I start Excel)
  7. The preview shows now the commas correctly
  8. Click "Close & Load"
  9. Your values appear now properly in Excel including commas for temperature, humidity and pressure

Draw Exel diagrams

  1. Mark colum A (datetime) and select "Format cells"
  2. Choose "Time" and select "13:30:55" (if you keep the date, drawing the diagrams will not work)
  3. Mark e.g colum A (datetime) first(!) and colum C (temp) second(!) and go to Insert > Insert Line or Area Chart
  4. A nice diagram with the name of the selected second colum is drawn over time

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.