Logitech HD WebCam C310 (C310) [S084]



https://www.youtube.com/watch?v=q100omG16HQ


* Specs

What you need:

Windows Vista®, Windows® 7 (32-bit or 64-bit) or Windows®  8


Basic requirements:

1 GHz

512 MB RAM or more

200 MB hard drive space

Internet connection

USB 1.1 port (2.0 recommended)


For HD 720p video calling and HD recording:

2.4 GHz Intel® Core™2 Duo

2 GB RAM

200 MB hard drive space

USB 2.0 port

1 Mbps upload speed or higher

1280 x 720 screen resolution


The specs:

HD Video calling (1280 X 720 pixels) with recommended system

HD video capture: Up to 1280 X 720 pixels 

Logitech Fluid Cyrstal™ Technology

Photos: Up to 5 megapixels (software enhanced)

Built-in mic with noise reduction

Hi-Speed USB 2.0 certified (recommended)

Universal clip fits laptops, LCD or CRT monitors

Logitech webcam software:

Pan, tilt, and zoom controls

Video and photo capture

Face tracking

Motion detection


Part Number : PN 960-000585



* Contents

- image capture : fswebcam test.jpg -r 800x600

- real streaming in the web : mipg-streamer & 

 : http://IP:8080/?action=stream


- UVC Camera Preparation

http://linuxtv.org/wiki/index.php/Webcam_Devices teaches us, that there are four types of web cams:

those that have UVC support →Linux UVC driver and tools

those that have GSPCA support →http://linuxtv.org/wiki/index.php/Gspca

those that have out-of-tree support

those that have no Linux support

Then there is the framework Video4Linux and a whole load of applications that work with V4L version 1 and/or version 2.

The Video4Linux2 API: an introduction

http://linuxtv.org/wiki/index.php/Main_Page

V4L2 API Specification



Posted by RDIoT
|

Thermal Printer TTL (JP-QR701-TTL) [S221]





https://www.youtube.com/watch?v=esjEpAzLCjg


*GitHubhttps://github.com/rdiot/rdiot-s221.git


* Specs

Product Features:

A. beautiful shape

B. Easy paper

C. Low noise thermal printing

E. Optional different interface

F. Replace the paper body front panel

G. easily embedded in a variety of different instruments and meters

H. supports ESC / POS print instruction set

 

Applications:

A. Medical Devices

B. Measuring Equipment

C. Safety Equipment

D. Analytical Instruments and Meters

 

Specifications:

Print

Printing method

Thermal

Print speed

60-80 mm / s

Resolution

8 dots / mm , 384 dots / line

Effective print width

48mm 48mm

Character

Character Set

ASCII, GB2312-80 ( Chinese )

Print Fonts

ANK: 5 × 7, Chinese : 12x24, 24 × 24

Paper Specifications

Paper Type

Thermal paper

Paper width

57.5 ± 0.5mm

Roll Diameter

39 mm ( max )

Reliability

Mean Cycle Between Failure (MCBF)

500 Million

Interface

Serial (RS-232, TTL), parallel

Embed Depth

50 mm

Power Supply ( Adapter )

DC5V-9V

Physical

Physical Properties

Dimensions ( W x H x D )

111x65x57 mm

Installation port size

103 x 57mm

Color

White / black

Environment

Operating Temperature

5 ° C ~ 50 ° C

Humidity

10% to 80%

Storage Temperature

-20 ° C ~ 60 ° C

Storage humidity

10% to 90%


* Contents

- Refer Url : https://learn.adafruit.com/mini-thermal-receipt-printer/overview


- Connect

GND RX TX DTR VH


- Key Code

#include "Adafruit_Thermal.h"

#include "adalogo.h"

#include "adaqrcode.h"

 

#include "SoftwareSerial.h"

#define TX_PIN 6 // Arduino transmit  YELLOW WIRE  labeled RX on printer

#define RX_PIN 5 // Arduino receive   GREEN WIRE   labeled TX on printer


SoftwareSerial mySerial(RX_PIN, TX_PIN); // Declare SoftwareSerial obj first

Adafruit_Thermal printer(&mySerial);     // Pass addr to printer constructor



  printer.begin();        // Init printer (same regardless of serial type)


  printer.justify('C');

  printer.boldOn();

  printer.setSize('L');

  printer.println("RD IoT");

  printer.boldOff();


  printer.printBarcode("123456789012", UPC_A); // BarCode Sample

Posted by RDIoT
|

VK-172 GMOUSE USB GPS GLONASS Module (VK-172) [S152]




https://www.youtube.com/watch?v=j-sTrOp1nYs



* Specs

supported operating systems: Windows 8/7/Vista/XP/CE 

VK-172 automatically adapt the baud rate, the baud rate has any data output 

Support Google Earth

C / A code, 1.023MHz stream 

Receive Band: L1 [1575.42MHz] 

Tracking Channels: 56 

Support DGPS [WAAS, EGNOS and MSAS] 

Positioning performance : 

2D plane: 5m [average] 

2D plane: 3.5m [average], has DGPS auxiliary. 

Drift: <0.02m / s 

Timing Accuracy: 1us 

Reference coordinate system: WGS-84 

Maximum altitude: 18,000 m 

Maximum speed: 500m / s 

Acceleration: <4g 

Electrical properties: 

Tracking sensitivity:-162dBm 

Acquisition sensitivity:-160dBm 

Cold Start Time: 29s [average] 

Warm start time: 28s [average] 

Hot start time: 1s [average] 

Recapture Time: 0.1s [average] 

Operating temperature: -30 to +80


* Contents

U-Center SW GSP Test

Posted by RDIoT
|