La description
-
[Version de mise à niveau] Testeur de caméra CCTV 5 pouces, Electop 4 en 1 AHD TVI CVI testeur de moniteur vidéo coaxial HD, Prise en charge du test vidéo analogique, Test de câble UTP, Entrée VGA/HDMI, Testeur de caméra de sortie DC12V
$139.87 -
[Version de mise à niveau] Testeur de vidéosurveillance Electop Wrist, 5 pouces 4 en 1 HD 1080P Testeur de caméra portable AHD TVI CVI CVBS Testeur VGA TFT LCD Moniteur vidéo analogique Test de câble Test PTZ Contrôle Sortie de puissance 12V
$89.99 -
Réfractomètre Brix 0-90%, mesure de la teneur en sucre portable à ressource en V pour le sucre, les aliments, les fruits et les boissons, le miel
$24.99 -
Testeur de câble réseau 19 en 1 Kit Rj45 Rj11 Cat5 Cat6 6P6C 8P8C Connecteurs Pince à sertir pour câble de téléphone portable, Pince coupante à dénuder Ensemble d'outils réseau professionnel
$17.99 -
Testeur de chlore et de PH de qualité de l'eau 2 en 1, moniteur d'analyse de testeur de qualité de l'eau numérique portable, testeur de chlore CL2 de niveau de PH et de chlore pour piscine
$35.89 -
2021[Mise à jour]Meilleurs vendeurs Testeur de diamants professionnel de haute précision II V2 pour novice et expert -Sélecteur de diamant II (testeur de diamant)
$16.66 -
Testeur électrique portatif de prise intelligente 220V ~ 250V et détecteur de circuit de stylo AC 12-1000V 50-60Hz
$34.98 -
Testeur de vidéosurveillance portable 4 pouces jusqu'à 4K 8MP H265 prise en charge de la caméra IP, caméra analogique CVBS, AHD, TVI, WiFi intégré CVI, sortie d'alimentation PoE, contrôle PTZ, Onvif
$219.99
Prix: [price_with_discount]
(au [price_update_date] – Des détails)
Description du produit
Serial Wombat I/O expansion chips make your favorite single board computer better.
A Serial Wombat chip isn’t a device you program – It’s a helpful accessory that you command to expand your capability. Like other IC’s, it’s easily added to an I2C or Serial Bus. Unlike other IC’s, it has built in firmware that lets you offload simple but timing sensitive tasks from your code or sketch to the Serial Wombat chip’s firmware and CPU.
Unlike single-purpose expansion chips such as the MCP3008 or PCF8574, Serial Wombat chips provide both digital and analog capability, plus an additional onboard processor core and preprogrammed firmware to manage I/O tasks so the main board doesn’t have to.
-
【𝐄𝐚𝐬𝐭𝐞𝐫 𝐏𝐫𝐨𝐦𝐨𝐭𝐢𝐨𝐧】 Testeur de dureté, Shore Type A/O/D Duromètre de pneu en caoutchouc Testeur de dureté mètre 0-100 HA (type A)
$20.93 -
Testeur de dureté 0-100HD Shore A, échelle de duromètre numérique portable pour caoutchouc, gel de silice, pneu et plastique
$32.99 -
0 ~ 100HA Pneu en caoutchouc Shore A Duromètre Dureté Testeur de compteur numérique Grand écran LCD pour le caoutchouc général, le caoutchouc synthétique, le caoutchouc souple, la graisse poly, le cuir et la cire
$28.90 -
Testeur de dureté en caoutchouc de rivage de duromètre numérique 100HD A avec compteur d'affichage à cristaux liquides
$32.99 -
Promo !
Testeur de relais automobile électronique 12V Kit automobile de testeur de relais d'outil de vérification de batterie de diagnostic de voiture automatique
$27.99 -
15A mâle à 30A femelle RV adaptateur secteur cordons électriques Twist Lock adaptateurs 12 pouces (15M30T)
$19.99 -
Kit de test d'eau potable 16 en 1 | Les bandelettes de test haute sensibilité détectent le pH, la dureté, le chlore, le plomb, le fer, le cuivre, les nitrates, les nitrites | Accueil Bandelettes de test de pureté de l'eau pour aquarium, piscine, puits et eau du robinet
$20.98 -
Testeur de tension AIRIC Testeur électrique de stylo à courant alternatif sans contact Sensibilité réglable, Testeur de circuit de sortie, Lampe de poche à LED, Alarme sonore, Détecteur de tension 12V-1000V/48V-1000V & Null Live Wires
$12.99
The Serial Wombat 4B smart I/O expansion chips are compatible with Arduino, Compatible with Raspberry Pi, native embedded systems or any other system that can communicate by I2C. Downloadable code libraries are compatible with Arduino. Protocol documentation is available for users on other platforms to write their own interface using a simple I2C protocol at up to 400kbps.
Serial Wombat chips are supported by IDE libraries that can be downloaded through the official library manager.
Serial Wombat chips clean up your project’s wiring
Since Serial Wombat chips require only 4 wires from the main board (power, ground, and communications) it can clean up your project’s wiring by putting the I/O pin you need right next to the device being interfaced. In this example 3 pots and a button require only 4 wires to the main board instead of 6 (4 signals plus power and ground).
(Sample application – Single board computer, pots, buttons, breadboard and and wire not included)
Serial Wombat Chips make I/O intensive projects easier
I/O where you need it, with smarts to match
Serial Wombat chips simplify tasks commonly performed with a single board computer. Driving multiple servos, reading multiple rotary encoders, debouncing buttons, and reading A/D inputs at the same time can be challenging, particularly if integration of multiple 3rd party libraries is necessary.
Serial Wombat chips automate these tasks using the chip’s on-board processing core so your sketch only has to query or command the Serial Wombat chip as needed instead of managing the I/O in real time.
Servo Pin Mode
Each Serial Wombat 4B chip can control up to three servos simultaneously. The library interface is compatible with Arduino standard Servo.h interfaces, but adds additional features such as direction reversal and a 16 bit position option that provides higher resolution than the 180 degree interface in the standard library.
(Picture shown is a sample application. Wires, breadboard and servos not included.)
Rotary Encoder Pin Mode
Each Serial Wombat 4B chip can monitor up to two Rotary Encoders simultaneously. The Serial Wombat chip keeps a net directional count of transitions so your sketch doesn’t have to catch every pin change. Instead, your sketch simply asks the Serial Wombat chip for the net change since the last time you asked. Your sketch can do this as often or slowly as you like. On-board pull-ups, counting on both or single edges, and the ability to add debouncing to transitions add versatility.
(Picture shown is a sample application. Wires, breadboard and rotary encoders not included.)
A/D Converter Pin Mode
Each Serial Wombat 4B chip can interface to up to three analog signals simultaneously.
(Picture shown is a sample application. Wires, breadboard and potentiometers not included.)
The 10-bit 1kHz sampled data can be accessed as a single sample, 64-sample averaged values or first order digital filtered value to minimize latency, increase resolution or smooth erratic signals.
The Serial Wombat 4B chip’s supply range of 2.5V to 5.5V and I2C interface allow it to directly measure 5V inputs and while interfacing to a 3.3V main board.
Debounced Input Pin Mode
Each Serial Wombat 4B chip can debounce up to 4 input pins. Each debounce pin can be configured for optional internal pullup, debounce time, and inversion. The debounce pin mode also monitors the count of pin transitions between reads from the host, and the period of time the input (such as a button) has been active to ease creation of sophisticated user interfaces.
(Picture shown is a sample application. Wires, breadboard, buttons and single board computer not included.)
PWM Pin Mode
Each Serial Wombat 4B chip can drive up to 3 PWM outputs at selected frequencies between 1Hz and 31kHz with 10-bit resolution. All PWMs within a single Serial Wombat 4B chip run at the same frequency.
WatchDog Pin Mode
Watchdog digital outputs allow the host to instruct the Serial Wombat chip to change an output pin if a timer is not reset within a specified timeframe. This can be used to reset the host in the event that it locks up, or to shut off outputs which should not be left on in the event of communications interruption or software lockup. The Serial Wombat chip itself can also optionally be reset on timeout.
This feature makes a Serial Wombat chip a great add-on for single board computers which are remotely located.
(Picture shown is a sample application. Wires, breadboard, and Single Board Computer not included.)
Protected Output Pin Mode
The Serial Wombat can quickly change the state of an output pin based on analog or digital input from another pin. This allows the Serial Wombat chip to quickly shut off an output if a fault is detected, potentially avoiding damage to your circuit in the event of a short. This feature is not intended for use in safety-critical applications.
Pulse Measurement Pin Mode
Each Serial Wombat 4B chip can measure up to 4 pulse inputs with a resolution as fine as 8 microseconds. A Serial Wombat chip can therefore easily turn an RC receiver into an I2C accessible device.
(Picture shown is a sample application. Wires, breadboard, Single Board Computer, RC Transmitter and receiver not included.)
I2C <–> UART Bridge
Each Serial Wombat 4B chip can add an additional UART TX, UART RX or both to your system via I2C. Standard Baud rates are supported.
This is an ideal way to add an additional debug output if your system is already using its UART for other purposes.
Users should note that constant, full-speed communications at high baud rates may lead to data loss due to the overhead of encapsulating the UART data in the Serial Wombat communication protocol which is optimized for low-latency I/O operations rather than bulk transfers.
Digital Input and Output
Each Serial Wombat 4B chip has 3 Input/Output/Analog capable pins and one input-only pin (pin 0).
Each pin has an optionally-enabled internal pull-up.
Output pins can be push-pull or optionally open-drain. Each pin can sink or source up to 25mA of current . (Compare to 12mA on ESP8266/Node MCU or 7mA for Seeduino Xiao).
The Serial Wombat 4B chip’s 2.5V to 5.5V source voltage range and I2C interface provides a path for 5V to 3.3V interfacing.
Supply Voltage Measurement
Serial Wombat chips can measure and report their own supply voltage. This allows monitoring of the supply voltage and conversion of A/D counts into voltage measurements.
(Picture shown is a sample application. Wires, breadboard, batteries and battery holder not included.)
Upgradeable Firmware
The Serial Wombat 4B chip has a built in bootloader which allows new versions of firmware to be loaded using a UART interface on pins WP0 and WP1. This allows upgrades, side-grades to other Serial Wombat firmware that use the same microcontroller, changing of I2C addresses, or uploading of user-customized firmware.
Extensive Videos, Documentation and Source Code make easy things easy and hard things possible
Online Tutorial Videos
Numerous support videos are available online, from simple getting-started videos to in-depth tutorials on use of individual pin modes. Each video uses one or more of the examples that come with the Compatible with Arduino library which is available through the IDE’s library manager.
Extensive Doxygen based Documentation
The Serial Wombat project’s source code and host side library are heavily documented within the source. The open source Doxygen tool is used to generate documentation for the project as a whole, and for all of the interfaces for each pin mode. This documentation is available through the project’s GitHub pages area.
Source Code is Open Source
Have a nuanced question that the documentation doesn’t answer? Or need to adapt the firmware to do something different? The Serial Wombat firmware’s source code is open source under an MIT license and available on GitHub.
Easily add a few more I/O or A/D channels to your project through I2C
Do complex tasks with a few simple calls to the API available for download through the IDE Library Manager
Many support videos and extensive documentation available online.
3 Input/Output and 1 Input Only pin on each chip. Each pin can be assigned a specific function such as Servo, Quadrature Encoder, A/D conversion, UART Bridge
Use all 4 chips together, or in 4 different projects. 100nF capacitors included. Uncut decal strip with 8 decals included. Upgradable Open Source Firmware available on GitHub.
[annonce_2]
-
[Mise à niveau] Testeur de diamants de haute précision Bijoutier professionnel pour novices et experts - Pile 9V Diamond Selector II incluse (Testeurs Black Diamond)
$16.99 -
#moh - Poignée colorée en céramique Hashtag 11 oz et tasse à café à l'intérieur, noir
$22.99 -
#moh – Tasse de camping Hashtag 12 oz en acier inoxydable, noir
$22.89 -
#moh - Tasse à café homme d'État en céramique blanche Hashtag de 14 oz
$24.89 -
#moh – Tasse de voyage en acier inoxydable de 14 oz, argent
$26.99 -
#moh - Bouteille d'eau blanche en acier inoxydable Hashtag 20 oz avec mousqueton, blanc
$24.89 -
#moh - Tasse blanche en céramique de 11 oz, blanc
$22.89 -
#tester - Poignée colorée en céramique de 11 oz et tasse à l'intérieur de la tasse à café, noir
$22.99