Customer Stories
Blog
How to Buy
Contact Us
About Digi
Leadership
Locations
Awards
Export Policy
Environment
Careers
Investor Relations
IoT Products and Services
Embedded Systems
Digi XBee Ecosystem
Digi XBee RF Modules
Digi XBee Cellular Modems
Digi XBee Gateways
Digi XBee Tools
System-on-Modules
Single Board Computers
Networking
Cellular Routers
Gateways
Console Servers
Serial Connectivity
USB Connectivity
IoT Software and Services
Digi Remote Manager
Digi Foundations
Wireless Design Services
Professional Services
TrustFence Security Framework
Featured
XCTU
Digi XBee
Zigbee
4G LTE
AnywhereUSB
Routers
//
See all keywords
Digi TrustFence
/
Built-in security framework for the IoT
SmartSense
Industries
Energy
C&I Metering
Demand Response
Digital Oil Field
Renewable Energy
Smart Grid
Tank Monitoring
Smart Cities
Traffic Management
Intelligent Lighting
Water & Wastewater
Security
Medical
Components for Medical Devices
Outpatient Care Devices
Industrial
Precision Agriculture
Manufacturing Automation
Retail
Branch Office Networking
Digital Signage and Kiosk
Gaming
Secure ATM
Transportation
Fleet
Heavy Machinery
Public Transit
Rail
Resources
Documentation
Resource Library
Standards and Technology
Blog
Videos
News
Global Events
Certifications
Security Center
GitHub Repository
Examples and Guides
Project Gallery
Customer Stories
Support
Support Services
Support Forum
Product Returns (RMA)
Warranty Registration
Expert Support Login
Knowledge Base
Drivers
Firmware Updates
Documentation
Diagnostics, Utilities & MIBS
Embedded Patches
Sample Applications
Search
Remember
Register
Home
/
Support
/
Support Forum
/
digital sensor and XBee Series 2
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Device Cloud
(309)
Python
(887)
RF Solutions and XBee
(7,465)
Device Cloud-enabled RF Gateways
(86)
XBee3
(139)
IEEE 802.11 (Wi-Fi)
(260)
IEEE 802.15.4
(1,593)
ZigBee PRO Featureset (and legacy ZNet 2.5)
(1,463)
ZigBee Smart Energy Profile 1.1
(101)
DigiMesh Proprietary Mesh Networking
(702)
Multipoint Proprietary
(188)
XLR PRO
(14)
XStream
(40)
XTend
(121)
XCite
(4)
XPress
(8)
Miscellaneous Hardware and Software
(481)
XBee Programmable Development
(728)
XBee Cellular
(84)
MicroPython
(25)
Digi TransPort
(629)
Digi Connect Cellular
(383)
Embedded Devices
(3,933)
Rabbit
(3,081)
Console Servers
(325)
Modbus and Industrial Automation
(224)
Realport
(555)
Serial Servers
(794)
Satellite Modules
(23)
USB
(1,165)
Serial Cards
(707)
ConnectPort Display
(51)
Feedback/Wish List
(82)
Other/Legacy
(279)
digital sensor and XBee Series 2
+1
vote
Hi,
I have a xbee serie 2 and a digital sensor and I want know how I can make to xbee use this sensor to measure.
If I have to program it, in what library can I base to it works similarly to the standard firmware.
xbee
sensor
digital
asked
Dec 14, 2015
in
XBee Programmable Development
by
adil
New to the Community
(
1
point)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+1
vote
What kind of interface does your sensor offer? Does it have a UART, Digital IO High low state or an Analog output?
answered
Dec 14, 2015
by
mvut
Veteran of the Digi Community
(
11,450
points)
It's a SHT11 sensor, and it has a 2-wire serial interface. It has only digital output.
You need to find out more about that sensor. At the moment, you can't tell what kind of connection or output it requires. Never mind what voltage level it outputs and you are going to need to know this in order to connect it to anything.
Hello,
the SHT11 sensor is powered by a voltage between 5.5 VDC 2,4vdc. The interface has two connections: SCK and DATA.
DATA pin is connected to DIO1 of xbee.
SCK pin is connected to DIO0 of xbee.
thanks
That sensor requires a SPI port. The module you are working with does not offer a SPI connection. You need to either switch to a module that offers a SPI port or use a processor in between the two that can do the SPI to UART conversion for you.
Hi,
What is the XBee module supporting SPI communication?
I want an example of the configuration of this module with standard firmware.
Thanks
Let me see, they would be XBee ZB S2C, 900 HP, and 868 LP.
Please
log in
or
register
to add a comment.
...