Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar-Raygoza committed Feb 26, 2020
1 parent 4d7ffbb commit 77d81be
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@
Tracking CatSat permite conectar, monitorear y controlar por medio de un puerto serial los dispositivos de Electronic Cats como el Cat Sat 1, Cat Sat Zero, entre otros de los productos de Electronic Cats y graficar los datos

## Quick start

1. Descargar ejecutable dependiendo su sistema operativo en [releases](https://github.com/ElectronicCats/TrackingCatSatI/releases/tag/2.0.0)
2. Ejecutar y seleccionar puerto serial
3. Preciona el botton de connect

## Advanced Install
## Advanced Install

1. git clone `https://github.com/ElectronicCats/TrackingCatSatI.git`
2. `cd TrackingCatSatI`
3. `npm install`
3. `npm start`
4. `npm start`

## Serialdata order

## Serialdata order
- `ID,temp1,hum,press,temp2,mx,my,mz,ax,ay,az,gx,gy,gz,lat,long,alt,vel,RSSI`

* `ID,temp1,hum,press,temp2,mx,my,mz,ax,ay,az,gx,gy,gz,lat,long,alt,vel,RSSI`

## Preview
## Preview

![Preview](/doc/Captura.png)

Expand All @@ -33,12 +34,12 @@ Tracking CatSat permite conectar, monitorear y controlar por medio de un puerto

## Log

* the first time you run the application a new folder will be created within your `/Documents/electroniccats-trackingcat` and in a new file called `log.txt` where you will find all the history of data obtained by your CatSat.
- the first time you run the application a new folder will be created within your `/Documents/electroniccats-trackingcat` and in a new file called `log.txt` where you will find all the history of data obtained by your CatSat.

in the case of linux the file is in the directory of `/home/electroniccats-trackingcat``

# License

Electronic Cats invests time and resources providing this open source design, please support Electronic Cats and open-source hardware by purchasing products from Electronic Cats!

Released under an MIT license. See the LICENSE file for more information.


0 comments on commit 77d81be

Please sign in to comment.