- Out-of-Stock
Products
Categories
- Main categories
-
- 3D PRINTING
- ARDUINO
- AUTOMATION
- BOOKS
- CYBERSECURITY
- EDUCATION
- ELECTRONICS
- Cables
- Cameras and accessories
- Communication
- Conductive materials
- Connectors
- ARK connectors (Terminal Block)
- Coaxial connectors (RF)
- Connectors
- Crocodile clip
- D-Sub drawer connectors
- DC power connectors
- FFC/FPC ZIF connectors
- Goldpin connectors
- IDC connectors
- JACK connectors
- JST connectors
- Jumpers
- Memory cards slots
- Other connectors
- Pogo pin
- RJ45 sockets
- Slip ring connector
- Supports
- Szybkozłącza
- USB connectors
- USB PD Adapters for Laptops
- Cooling
- Displays
- Electronic modules
- A/D and D/A converters
- Audio
- Barcode readers
- CAN converters
- Converters USB - UART / RS232
- Data logger
- DDS/PLL generators
- Digital potentiometers
- Encoders
- Expanders of the I/O
- Fingerprint readers
- HMI modules
- Image and video
- JTAG accessories
- Keyboards, buttons
- LED drivers
- Memory card readers
- Memory modules
- Modules with power outputs
- Motor controllers
- Power modules
- RS485 converters
- RTC modules
- Servo Controllers
- TSOP infrared receivers
- USB Converters - I2C / 1-Wire / SPI
- Voltage converters
- Gadgets
- GPS
- Intelligent clothes
- LED - diodes, displays, stripes
- Luminous wires and accessories
- Memory cards and other data storages
- Passive elements
- PC accessories
- Printers
- Prototype boards
- Relays
- Semiconductors
- A/C converters (ADC)
- Analog systems
- Audio systems
- Bridge rectifiers
- Button
- D/A Converters (DAC)
- DDS synthesizers
- Digital circuits
- Diodes
- Drivers of motors
- DSP microprocessors
- Energy counters
- Energy harvesting
- ESD security
- IGBT drivers and bridges
- Interface systems
- LED drivers
- Logic converters
- Memory
- Microcontrollers
- Optotriacs and optocouplers
- Other
- PLL generators
- Power systems
- Programmable systems
- Resetting systems
- RF systems
- RTC systems
- Sensors
- SoC systems
- Timery
- Touch sensors
- Transistors
- Sensors
- Accelerometers
- Air humidity sensors
- Air quality sensors
- Current sensors
- Distance sensors
- Flow sensors
- Gas sensors
- Gyroscopes
- Hall sensors
- Humidity sensors
- Infrared sensors
- Light and color sensors
- Liquid level sensors
- Magnetic sensors (compasses)
- Medical sensors
- Motion sensors
- PH sensors
- Position sensors
- Pressure sensors
- Pressure sensors
- Reflection sensors
- Sensors 6DOF/9DOF/10DOF
- Sensors of liquid quality
- Temperature sensors
- Vibration sensors
- Sound transducers
- Switches and buttons
- Cables
- FPGA DEVELOPMENT KITS
- Measuring devices
- MECHANICS
- MINICOMPUTERS (SBC)
- POWER
- RASPBERRY PI
- Accessories for Raspberry Pi
- Audio video cables for Raspberry Pi
- Case Raspberry Pi
- Cooling for Raspberry Pi
- Displays for Raspberry Pi
- Extension modules for Raspberry Pi
- Memory cards for Raspberry Pi
- Power for Raspberry Pi
- Raspberry Pi 3 model A+
- Raspberry Pi 3 model B
- Raspberry Pi 3 model B+
- Raspberry Pi 4 model B
- Raspberry Pi 400
- Raspberry Pi 5
- Raspberry Pi cameras
- Raspberry Pi Compute Module
- Raspberry Pi model A/ B+/2
- Raspberry Pi Pico
- Raspberry Pi prototyping
- Raspberry Pi Zero
- Raspberry Pi Zero 2 W
- RETIRED PRODUCTS
- SALE
- STARTER KITS, PROGRAMMERS, MODULES
- Atmel SAM
- Atmel Xplain
- AVR
- Coral
- DFRobot FireBeetle
- ESP32
- ESP8266
- Feather / Thing Plus
- Freedom (Kinetis)
- M5Stack
- Micro:bit
- Nordic nRF
- Other development kits
- Particle Photon
- Peripheral modules
- PIC
- Raspberry Pi RP2040
- RFID
- RISC-V
- Seeed Studio LinkIt
- Segger programmers
- SOFTWARE
- Sparkfun MicroMod
- STM32
- STM32 Discovery
- STM32 MP1
- STM32 Nucleo boards
- STM8
- Teensy
- Universal programmers
- WRTNode
- XIAO/Qt PY
- Atmel SAM
- WORKSHOP
- Adhesives and gluers
- Chemistry
- CNC milling machines
- Crimping tools
- Dispensing needles
- Heat-shrink tubing
- Insulation strippers
- Knives and scissors
- Laboratory power supplies
- Mikroskopy
- Mini drills and grindrers
- Organizers
- Power strips
- Power tools
- Safety glasses
- Soldering
- Antistatic mats and accessories (ESD)
- BGA balls
- BGA rework stations
- Brushes and ESD brushes
- Desoldering Wick
- Handles, magnifiers
- Heat guns
- Heaters and soldering irons
- Laminates
- Portable soldering irons
- Silicone Soldering Mats
- SMD Accessories
- Soldering accessories
- Soldering chemistry
- Soldering irons
- Soldering pastes
- Soldering pots
- Soldering stations
- Soldering tips
- Sponges and cleaners
- Stand for soldering irons
- Tin
- Tin extractors
- Ultrasonic cleaners
- Tapes (aluminum, kapton, copper, insulating)
- Tools
- Tweezers
- Vices
- 3D PRINTING
New products
New products
DEV-09530 OpenLog
Description: OpenLog is an open source data logger. Simple to use, simple to change. We wanted to create a serial logger that just worked. Power up this device and it will start logging any received serial data at 9600bps. Sending Ctrl+z three times will drop out of logging and in to command mode. new will create a new file. md makes a directory. ? brings up the list of commands. OpenLog doesnt do a lot, but it does log serial streams extremely well. Example:
>new testfile.txt
>append testfile.txt
<(send large amounts of text followed by three ctrl+z characters)
Thats really it! OpenLog firmware is open source and is based on Bill Greimans sdfatlib. OpenLog currently supports FAT16 and FAT32 microSD cards (weve tested up to 16GB!).
All the design files (schematic, PCB layout, firmware) are open source released under the CC-SA v3 license and are available through GitHub.
Note: New firmware is available which allows the OpenLog to be used in Arduino 1.0 and also allows for higher baud rates. Check the links below for more information.
Features:
- Log to low-cost microSD FAT16/32 cards up to 16GB
- Simple command interface
- Edit config.txt file from a computer to change baud rate and other system settings
- Three modes:
- NewLog creates a new log every power up and immediately starts logging
- SeqLog appends a file called "SeqLog.txt" at every power up and immediately starts logging
- Command mode starts OpenLog at a command prompt at power up
- Configurable baud rates (2400 to 115200bps)
- Configure unit through config file or the menu system
- Power, ground, and RX-I are the minimum connections
- Reprogrammable ATmega328 using the Arduino IDE
- Two LEDs indicate writing status
- Input voltage from 3.3V to 12V
- 2mA idle, 6mA at maximum recording rate
Dimensions: 0.16 x 0.6 x 0.75" (4 x 15 x 19mm)
Documents:
- Example Arduino Sketches
- Command Set
- Datasheet
- Datalogger comparison
- Schematic
- How to upgrade the firmware
- How do I use GitHub with Windows?
- Illumitune Project (tutorial) (video)
The OpenLog project is housed on GitHub! Please see the wiki for the most up-to-date firmware, feature requests, files, and datasheet specs.
Other products in the same category (16)
6x1 F-F 24" Cable for ShiftBrites and ShiftBars
No product available!
Banana Pi R2 is a mini-computer (router) equipped with a Quad-core ARM Cortex-A7 quad-core MediaTek MT7623N processor, 2 GB of RAM, WiFi module, Bluetooth 4.1 and connectors: HDMI, 5 x Ethernet, 2x USB 3.0. The set has a 40-pin GPIO connector, on which you can find UART, SPI, I2C and ID EEPROM interfaces.
No product available!
No product available!
TFT 2.8 "display module, touch panel, four buttons, dedicated to Raspberry Pi, RoHS
No product available!
No product available!
No product available!
No product available!
3D printer with automatic table levelling and print resume function. Equipped with a dual Z-axis and a filament sensor. It offers a large workspace of 300 x 300 x 400 mm and uses a Direct Drive extruder. Artillery Sidewinder X2
No product available!
No product available!
MLX90614ESF-AAA Infrared Temperature Sensor 90° FOV
No product available!
ROSA3D filament made of high-quality ASA polymer. 0.7 kg of filament with a diameter of 1.75 mm is wound on the spool. ROSA3D ASA Green
No product available!
8-bit ST7 MCU, 8kB Flash, 384B RAM, Lite Timer, Autoreload Timer, SPI, LINSCI, 10-bit ADC, DIP20, RoHS
No product available!
Module with DRV2605L vibration motor controller and Y axis LRA motor. It allows you to add haptic feedback (vibration effect). SparkFun ROB-15181
No product available!
Mobile battery with 5000 mAh capacity for charging portable electronic devices, powered by 5V. The power bank is charged via the USB port
No product available!
No product available!
No product available!