Openlog Data Logger
OpenLog Veri / Data ( Log ) Kayıt Kartı
OpenLog, basit bir seri bağlantı üzerinden 32 GB'a kadar MicroSD veri kaydını destekleyen, açık kaynaklı bir veri kayıt (loglama) kartıdır. OpenLog projenizin ürettiği bilgilerin kaydedilmesi için kullanılır. Seri haberleşme ile alınan yüksek boyutlu verileri saklama işlev görmektedir.
OpenLog üzerinde 16 MHz de çalışan Atmega328 işlemci mevcuttur ve kayıt yapılmıyorken 2-3mA akım çeker (MicroSD kart takılı iken 5-6mA). MicroSD karta yoğun veri kaydıyla beraber çekilen akım 20mA-23mA düzeylerine yükselebilir. MicroSD boyutu olarak 512 MB'den 32GB'a kadar boyutlar desteklenmektedir.
Özellikler:
- VCC Besleme Gerilimi: 3.3V-12V (Önerilen 3.3V-5V)
- 64GB'a kadar microSD FAT16/32 formatlarda kartlara veri kaydı (loglama)
- Basit komut arayüzü
- Uart haberleşme arayüzü
- Yapılandırılabilir baud hızları (115200bps'ye kadar)
- Önceden programlanmış ATmega328 ve önyükleyici (bootloader, Arduino UNO bootloader ile aynıdır!)
- Dört SPI pogo pini
- Karta yazma durumunu gösteren iki adet LED
- 2mA boşta, maksimum kayıt hızında 20-23mA akım gereksinimi
- Vcc Gnd ve rx pin bağlantıları ile en az pin bağlantısı ile ürün çalıştırılabilir
Bağlantılar:
UART Arayüz: Kartın kenarında temel haberleşme pinleri mevcuttur. Header pin dizilimi Arduino Pro ve Pro Mini'ye doğrudan takmaya uygundur.
SPI Arayüz: UART arayüzün karşısındaki kenarda SPI pinleri mevcuttur. Bu pinler kart mikrodenetleyici olan Atmega328'in ön yükleyicisinin tekrar programlanması için kullanılabilir
MicroSD Kart: Tüm loglanan veriler microSd kartta depolanmaktadır.microSD kart haberleşme için SPI pinlerini kullanır ve içersindeki config.txt dosyasından OpenLog kartının konfigürasyonu değiştirlebilir FAT16/FAT32 dosya formatları ve maksimum 32GB hafıza kartları desteklenmektedir.
Status (durum) LEDleri: Kart üzerinde iki adet durum LEDi mevcuttur ve bu LEDler arıza durumunda problemi anlamanızı kolaylaştırmaktadır. STAT1: Mavi ışık verir ve yeni bir karakter alındığında kapalı/açık pozisyonlarında geçiş yapar; seri haberleşme sürerken ise yanıp söner. STAT2: yeşil ışık verir. SPI arayüzü aktif iken yanıp söner. MicroSD karta 512 byte yazıldığında bu LEDin yandığını görebilirsiniz
Kullanım: https://www.hobbyist.co.nz/?q=openlog-serial-datalogger
Firmware: https://github.com/sparkfun/OpenLog
Paket İçeriği:
- 1 Adet Openlog Data Kayıt Kartı
- 1 Adet 6 Pin Erkek Header
The OpenLog is an open source data logger that works over a simple serial connection and supports microSD cards up to 64GB. The OpenLog can store or "log" huge amounts of serial data and act as a black box of sorts to store all the serial data that your project generates, for scientific or debugging purposes.
The OpenLog runs off of an onboard ATmega328, running at 16MHz thanks to the onboard crystal.The OpenLog draws 6mA when recording a 512 byte buffer, but as that process takes a fraction of a second, the average current draw is closer to 5mA. Keep in mind though that if you are recording a constant data stream at 115200bps, you will approach that 6mA limit. All data logged by the OpenLog is stored on the microSD card that involve the features of 64MB to 64GB capacity and FAT16 or FAT32 file type.
Note: The latest version of the firmware (included with this board) does not compile in For Arduino 1.6.7. You will need to compile in 1.6.5.
Note: After powering on the memory card for the first time, the config.txt file will be generated on the memory card, which replaces the baud rate of the serial port. This parameter can be changed. Please change the serial port of the flying control or main circuit The baud rate is the same as the baud rate of the recorder.
Features:
- VCC Input: 3.3V-12V (Recommended 3.3V-5V)
- Log to low-cost microSD FAT16/32 cards up to 64GB
- Simple command interface
- Configurable baud rates (up to 115200bps)
- UART serial interface
- Preprogrammed ATmega328 5V 16mhz and bootloader
- Four SPI pogo pins
- Two LEDs indicate writing status
- 2mA idle, 6mA at maximum recording rate
- To ensure the operation of the minimum connection vcc, gnd, rx
- Three modes: new, add, command
- Change the tf card's config file on your computer (if it's a new card, insert the card for the first time after power-on, the config file will be created automatically) to change settings such as baud rate. Yo