-
loading
Ads with pictures

Robotdyn


Top sales list robotdyn

South Africa (All cities)
RobotDyn 3.3V/5V Compact RFID Reader Writer and NFC Module For Arduino DIY Feature:This RFID modules base on MFRC522 IC and that can read and write Mifare's tags.The microcontroller and card reader uses SPI for communication.The card reader and the tags communicate using a 13.56MHz electromagnetic field.The RFID MFRC522 module supports MF1xxS20, MF1xxS70 and MF1xxS50 tags.The RFID MFRC522 module supports contactless communication and uses MIFARE higher transfer speeds up to 848 kBd in both directions.RFID MFRC522 have compact design and small size 36x36mm.Power can supply 3.3V or 5V.This yasy for connection to board with 5V, not need power regulator for 3.3V.The antenna is built into the board. And it has a good sensitivity to a height of 25mmPackage includes:1 x RFID ReaderSketch for Arduino:// VCC----5V// GND----GND// RST----D5// SDA----D10// MOSI---D11// MISO---D12// SCK----D13#include #include RFID rfid(10,5); //D10--SDA, D5--RST unsigned char serNum[5]; unsigned char writeDate[16] ={'R', 'o', 'b', 'o', 't', 'D', 'y', 'n', '-', 'T', 'e', 's', 't', 0, 0, 0}; unsigned char sectorKeyA[16][16] = { {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}, {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}, {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},}; unsigned char sectorNewKeyA[16][16] = { {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}, {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xff,0x07,0x80,0x69, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}, {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xff,0x07,0x80,0x69, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},}; void setup(){ Serial.begin(9600); SPI.begin(); rfid.init();} void loop(){ unsigned char i,tmp; unsigned char status; unsigned char str[MAX_LEN]; unsigned char RC_size; unsigned char blockAddr; rfid.isCard(); if (rfid.readCardSerial()) { Serial.print('The card's number is: '); Serial.print(rfid.serNum[0],HEX); Serial.print(rfid.serNum[1],HEX); Serial.print(rfid.serNum[2],HEX); Serial.print(rfid.serNum[3],HEX); Serial.print(rfid.serNum[4],HEX); Serial.println(' '); } rfid.selectTag(rfid.serNum); blockAddr = 7; if (rfid.auth(PICC_AUTHENT1A, blockAddr, sectorKeyA[blockAddr/4], rfid.serNum) == MI_OK) { status = rfid.write(blockAddr, sectorNewKeyA[blockAddr/4]); Serial.print('set the new card password, and can modify the data of the Sector: '); Serial.println(blockAddr/4,DEC); blockAddr = blockAddr - 3; status = rfid.write(blockAddr, writeDate); if(status == MI_OK) { Serial.println('Write card OK!'); } } blockAddr = 7; status = rfid.auth(PICC_AUTHENT1A, blockAddr, sectorNewKeyA[blockAddr/4], rfid.serNum);
R 250
See product
South Africa (All cities)
Robotdyn SAMD21 M0-Mini 32 Bit ARM Cortex M0 Core 48 MHz Development Board For Arduino Package contains 1 X item of the smallest listed variant.
R 630
See product
South Africa (All cities)
Buy RobotDyn USB-TTL UART Serial Adapter CP2102 5V 3.3V USB-A Module for R117.84
R 117
See product
South Africa (All cities)
Buy Robotdyn Nano V3 Ethernet Shield W5500 (V3) with PoE to Build Tiny Network-conn for R695.19
R 695
See product
South Africa (All cities)
Buy Robotdyn I2C Serial LCD Text Module For 16x2/16x4/20x2/20x4 LCD Board for R207.67
R 207
See product
South Africa (All cities)
Buy Robotdyn Opto Coupler Optical End-stop Module for 3D and CNC Machine for R207.67
R 207
See product
South Africa (All cities)
Buy RobotDyn DC-DC 0.9-5V to 5V 500mA Converter Step Up Boost USB Module Board for R184.57
R 184
See product
South Africa (All cities)
Buy RobotDyn 4 Relay Shield Uno Module 400mA 6-12V For Motors Pumps for R394.05
R 394
See product
South Africa (All cities)
Buy RobotDyn Game Joystick Module Assembled For PS2 XBOX Controller for R201.00
R 201
See product
South Africa (All cities)
Buy Robotdyn 0.36 Inch 4-Digit LED Display Tube 7-segments TM1637 30x14mm Yellow Decimal Point Module for R124.00
R 124
See product
South Africa (All cities)
Buy RobotDyn USB to TTL UART CH340 Serial Converter Micro USB 5V/3.3V IC CH340G Module for R229.00
R 229
See product
South Africa (All cities)
Buy Robotdyn Color LED Module 3.3V/5V 5 Colors Optional Board (COLOR.: GREEN) for R172.75
R 172
See product
South Africa (All cities)
Buy Robotdyn RFID Reader Writer NFC Module MFRC522 Board for R335.00
R 335
See product
South Africa
Feature: You can do a lot of interactive project, the most commonly used is for sound and light shows. Try to the experiment with digital sound. Buzzer module make the simplest sound. Just change the frequency, you can hear different sound (like alarm). It is used on your daily appliance, like PC, phones and so on. Technical details: Power voltage 3.3V~5V Signal input: digital (PWM) Package includes: 1 x Buzzer Module
R 70
See product
South Africa (All cities)
Feature: We all know what an AC dimmer is; for those who don’t, it’s a kind of a circuit which can control the amount of AC voltage to be given to any device. You can see them in a fan regulator or a light dimmer switch. It's good for a smart home if you need to turn the lighting on and off slowly. The lamp is slow damped, this creates a pleasant effect. Also can control AC/DC motor, electric pump, tools. Pulse Skip Modulation: Another way of doing this is by Pulse Skip Modulation. With PSM, one or more full cycles (sinuswaves) are transferred to the load and then one or more cycles are not. Though effective, it is not a good way to dim lights as there is a chance for flickering. Though it might be tempting, in PSM one should always allow a full sinuswave to be passed to the load, not a half sinus as in that case the load will be fed factually from DC which is not a good thing for most AC loads. The difference between leading edge cutting and PSM is mainly in the software: in both cases one will need a circuit that detects the zero crossing and that can control a triac. A circuit that can do this is easy to build: The zero crossing is directly derived from the rectified mains AC lines – via an optocoupler of course- and gives a signal every time the wave goes through zero. Because the sine wave first goes through double phased rectification, the zero-crossing signal is given regardless whether the sinus wave goes up through zero or down through zero. This signal then can be used to trigger an interrupt in the Arduino. Package includes: 1 x AC Light Dimmer Module
R 128
See product
South Africa (All cities)
File download: http://img.banggood.com/file/products/20171224212801SKU785670.pdf Description: The nRF24L01 module is a highly integrated, ultra low power (ULP) 2Mbps RF transceiver for the 2.4GHz ISM (Industrial, Scientific and Medical) band. With peak RX/TX currents lower than 14mA, a sub μA power down mode, advanced power management, and a 1.9 to 3.6V supply range, the nRF24L01 provides a true ULP solution enabling months to years of battery lifetime when running on coin cells or AA/AAA batteries. The Enhanced ShockBurst™ hardware protocol accelerator additionally offloads time critical protocol functions from the application microcontroller enabling the implementation of advanced and robust wireless connectivity with low cost 3rd-party microcontrollers. The nRF24L01 integrates a complete 2.4GHz RF transceiver, RF synthesizer, and baseband logic including the Enhanced ShockBurst™ hardware protocol accelerator supporting a high-speed SPI interface for the application controller. No external loop filter, resonators, or VCO varactor diodes are required, only a low cost ±60ppm crystal, matching circuitry, and antenna. Package includes: 1 x nRF24L01 module
R 82
See product
South Africa (All cities)
Feature: This Nano Ethernet Shield allows you to connect the Arduino Nano to a network. It is assembled with long stackable pin headers, and don’t need to solder the headers separately. The Nano Ethernet Shield is based on the ENC28J60 Ethernet chip which provide a network (IP) stack capable of both TCP and UDP. Use the Ethernet library to write sketches which connect to the internet using the add-on module. ENC28J60 is a 10BASE-T stand alone Ethernet unit with on board MAC & PHY, 8 Kbytes of Buffer RAM and an SPI serial interface for 3.3V and 5V logics. With a small size the Nano Ethernet Shield minimizes complexity, board space and cost. Target applications include VoIP, Industrial Automation, Building Automation, Home Control, Security and Instrumentation. Shield use power 5V from Nano board and convert to 3.3V (on shield have 3.3V LDO). Package includes: 1 x Nano Ethernet Shield
R 216
See product
South Africa (All cities)
Feature: This is 8-digit 7-segment display module (YELLOW). The display features one decimal point per digit, all points can individually controllable. Module connecting to digital I/O on 3 pins. Size: 120x57mm LED color: Yellow Package includes: 1 x 8-Digit LED Display Tube
R 180
See product
South Africa (All cities)
Description:   This logic level converter features four high speed bi-directional 4 channels, allowing for safe and easy communication between devices operating at different logic levels.  It can convert signals as low as 1.8 V to as high as 5 V and vice versa, and its four channels are enough to support most common bidirectional and unidirectional digital interfaces, including I²C, SPI, and asynchronous TTL serial.   Package includes:   1 x Logic Level Converter
R 34
See product
South Africa (All cities)
PINOUT: http://img.banggood.com/file/products/20171225211813PINOUT-MOSFETRelay.pdf Schematic: http://img.banggood.com/file/products/20171225211906Schematic-MOSFETRelay.pdf Feature: If you need to control the DC power, a MOSFET is what you need. This is a very common MOSFET with very low on-resistance and a control voltage (aka gate voltage) that is compatible with any 5V microcontroller or mechanical switch. This allows you to control high-power devices with very low-power control mechanisms. This board has an Opto-isolator to protect your microcontroller from high currents. We also left more space, if you need to install the heat sink for a transistor. Operating voltage: 4.5V-24V (peak 36V) 50W / N-chanel MOSFET Package includes: 1 x Transistor MOSFET Module
R 67
See product
South Africa (All cities)
Feature: Compatible with Arduino Uno R3 board. Built on the ATmega328 microcontroller and USB-UART interface chip CH340G. Board for functionality similar to the Arduino Uno (ATmega 28). It is a budget, but the same stable, and uses the original chips ATmega328 (16 MHz). The board used the chip CH340G as converter UART-USB. Chip CH340G - is a budget solution. When you work in the frequency 12Mhz, giving a stable result of data exchange (need install drivers to computer). Uno R3 CH340G/ATmega328 - connects to the computer via microUSB cable (used for almost all Android smartphones). You can supply power to board through a MicroUSB connector or DC power socket. The voltage regulator (LDO) can deal with incoming voltage from 6V to 12V DC. Output current for 5V - about 800mA, for 3.3V - about 180mA (Please note that the higher the input voltage the lower the outgoing current). That will provide a reliable power most of your initial projects. Package includes: 1 x Uno R3 board
R 139
See product
South Africa (All cities)
Feature: CH340G 5V/3.3V, USB to TTL-UART Serial Converter Universal logic level: 5V or 3.3V Package includes: 1 x USB to TTL-UART Serial Converter
R 46
See product
South Africa (All cities)
Feature: This module enables you to use NRF24L01 type transceivers on 5V systems like Arduino. It regulates the 5V input to 3.3V output and incorporates bypass capacitors for reliable operation. Package includes: 1 x Socket adapter
R 33
See product
South Africa (All cities)
Feature: Compatible Arduino Uno R3 board. Built on the ATmega328 microcontroller and USB-UART interface chip Prolific PL2303. This board compatible with OS: Windows XP, Vista, 7, 8, 10, MacOS, Linux. Board for functionality similar to the Arduino Uno (ATmega 328). Can use in Arduino IDE software. Classic Uno R3 - connects to the computer via standart USB-B cable. Package includes: 1 x Uno R3 board
R 228
See product
South Africa (All cities)
Feature: The module has 12 push buttons. You can make usual keypuds for enter numbers, symbols, or navigate and selections in the program. There are pull-up resistors of different values for each button. This makes it possible to connect all the 12 keys to taking only one analog port of the microcontroller. The button consists of two parts: a cap, which can be applied to any character, and a transparent cover which can prevent blurring of the text and add light. Connection: After connecting power to the module and pressing at least one key contact at "OUT" will stress the appropriate level. Conformity stresses the buttons pressed, you can find out how on the board and in the table below (values are valid out when powered from 5v). Package includes: 1 x Button Keypad 3x4 module
R 144
See product
South Africa (All cities)
Schematic: http://img.banggood.com/file/products/20171225001847SoundDetect.pdf Feature: The Sound measure is Sensor module is based on a microphone and a power amplifier. It can be used for measuring the sound strength of the environment. The value of digital output can be adjusted by the potentiometer. Also, can use Analog output to get an analog variable signal. For Sound Measure has two outputs: AO - analog output, real-time output voltage signal of the microphone DO - when the sound intensity reaches a certain threshold, the output high and low signal The threshold-sensitivity can be adjusted via potentiometer on the sensor Package includes: 1 x Sound Measure Module
R 110
See product
South Africa (All cities)
FAST AFFORDABLE COURIER SHIPPING TO SOUTH AFRICA Feature: This module enables you to use NRF24L01 type transceivers on 5V systems like Arduino. It regulates the 5V input to 3.3V output and incorporates bypass capacitors for reliable operation. Package includes: 10 x Socket adapter 10Pcs RobotDyn Socket Adapter For NRF24L01 With 3.3V Regulator For Arduino 10Pcs RobotDyn Socket Adapter For NRF24L01 With 3.3V Regulator For Arduino 10Pcs RobotDyn Socket Adapter For NRF24L01 With 3.3V Regulator For Arduino
R 219
See product
South Africa (All cities)
  ATMEGA ProMini Atmega 328P 3.3v 8Mhz (RobotDyn)   PRODUCT DESCRIPTION Pro Mini is constructed on the basis of the ATmega328 microcontroller. Has 14 digital Inputs / Outputs (6 from which can be used as PWM outputs), 8 analog Inputs. Reset button. Mounting receptacles are included in the package but aren't soldered. For connection Pro Mini to the computer, it is necessary to use the USB-UART adapter, which you can find on our site. Or for updating of a firmware via the ISP interface (the programmator is required). Unregulated power is applied to RAW, with a peak of 12V. The power supply regulator will reduce it to logic level. (Please note that the higher the input voltage the higher after current stabilizer. Operating current up to 350mA.   Stable power logic level 3.3V  is input to VCC.   Technical details Microcontroller - ATmega328 Operating voltage 3.3V Input voltage - 3.3-9V Digital I / O - 14 (6 PWM) Analog input - 8 (A0-A7) Flash memory- 32 KB (2 KB used by bootloader) RAM - 2 Kb EEPROM 1K Clock speed - 8 MHz
R 68
See product
South Africa (All cities)
3Pcs RobotDyn TP4056 MicroUSB 18650 Li-Ion Battery Charger Module
R 230
See product
South Africa (All cities)
Buy 5pcs RobotDyn 2GB Micro SD Card Module For Uno Mega Leonardo Nano ProMini 8bit for R308.63
R 308
See product

Free Classified ads - buy and sell cheap items in South Africa | CLASF - copyright ©2024 www.clasf.co.za.