DFRobot
DFRobot Leonardo with Xbee Socket (Arduino Compatible)
All Products
New Arrivals
Arduino
Microcontrollers & Development Boards
DFRobot
Wireless & Connectivity
Arduino Boards
Arduino Wireless and IoT
$26.94
|
In stock
Featured in Make: The Maker's Guide to Boards, DFRobot Leonardo with Xbee Socket is an Arduino Leonardo variant processor.The Arduino Leonardo is based o...
Estimated Delivery
Arrives
Disclaimer
Secure checkout
Featured in Make: The Maker's Guide to Boards, DFRobot Leonardo with Xbee Socket is an Arduino Leonardo variant processor.The Arduino Leonardo is based on the ATmega32u4 chip. It is the latest addition to the Arduino family. Compared with the earlier Arduino controllors, by using the ATmega32U4 as its sole microcontroller, allows the Leonardo to be cheaper and simpler to use.Also, because the 32U4 is handling the USB directly, code libraries are available which allow the board to emulate a computer keyboard, mouse, and more using the USB-HID protocol!
image courtesy of Make MagazineBased on the Arduino official Leonardo processor, this one from DFRobot equips an xbee socket and 3 sensor extension pins for your application.The Xbee is commonly used wireless communication module with 2.4G Zigbee,900Mhz version,and etc.The socket makes it possible for you to extend the xbee or XBee form factor wifi, bluetooth and RF modules for your Arduino directly.However,the D14~D16 extension pins with power supply maximize the use of your ATmega32u4 microcontroller. They support the digital sensors and module from DFRobot directly.
Notics: This board is only supported in the latest Arduino IDE 1.0.1 or later version so you will also need to update the IDE.
SPECIFICATIONS
- Input Voltage (recommended): 7-12V
- Input Voltage (limits): 6-12V
- Microcontroller:ATmega32u4
- Operating Voltage: 5V
- Interface: Micro USB
- Compatible with Arduino R3 series pin mapping
- Directly support Xbee and XBee form factor wifi,bluetooth and RF modules
- Extend D14~D16 digital pins with 5v power supply
- Clock Speed 16 MHz
- Size: 70x55x14mm (2.76x2.17x0.55")
- Microcontroller Specification
- Digital I/O Pins: 20
- PWM Channels: 7
- Analog Input Channels: 12
- DC Current per I/O Pin: 40 mA
- DC Current for 3.3V Pin: 800 mA
- Flash Memory 32 KB (ATmega32u4) of which 4 KB used by bootloader
- SRAM: 2.5 KB (ATmega32u4)
- EEPROM: 1 KB (ATmega32u4)
DOCUMENTS
- Wiki (Leonardo with Xbee Socket )
- Atmega32u4 datasheet
- Schematic
- Arduino Leonardo product page
- Latest Arduino IDE
SHIPPING LIST
- DFRobot Leonardo & Xbee R3 x1
Jargon buster
Plain-language definitions for the technical terms used above.
- Bootloader
- Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
- EEPROM
- A type of non-volatile memory that keeps stored data even when power is turned off. In a sensor module, it can be used to store settings or calibration data so they do not need to be re-entered every time.
- Flash memory
- Non-volatile memory that keeps stored data even when power is removed. In this sensor, it matters because enrolled fingerprint templates can remain saved after the project is turned off.
- HID
- Human Interface Device is a USB device class used for keyboards, mice, gamepads and similar controls. If a board supports HID over USB, it can act like an input device to a computer without needing a custom driver.
- IDE
- Short for Integrated Development Environment, a program used to write, run and manage code. It matters because some learners prefer a traditional coding workspace instead of a guided notebook-style lesson.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RF
- RF means radio frequency, referring to signals used for wireless communication and other high-frequency electronics. A low-noise, stable power supply is important for RF circuits because power noise can affect signal quality and measurements.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
- Zigbee
- A low-power wireless standard commonly used by smart home sensors, switches, and lights. It matters if you want the board to communicate with Zigbee devices or act as part of a home automation network.
Find this product in
Supplier page — dfrobot.com
Supplier Description · 622.6 KB · Click any page to view full size
Related Tutorials
Free guides on learn.littlebird.com.au