2011-06-29 02:23 AM
I search help for connect my stm32l with xbee2.
#xbee #interfacing2011-06-29 11:25 PM
What ''help'', exactly, do you need?
How would interfacing an xbee2 to an STM32 differ from interfacing an xbee2 to anything else?
Do you think that the xbee2 behaves any differently when connected to a STM32 than when connected to anything else?
Similarly, do you think that the STM32 behaves any differently when connected to an xbee2 than when connected to anything else?
General procedure for interfacing anything to anything else:
2011-06-30 01:28 AM
Sorry
I was not
well expressed
.
I am a student
who has never
worked with
the controllers.
My professor
gave me 2
STM32L
Discovery
Board and
Pro
2
XBEE2
Without
explaining
anything.
I saw
the
board
there are only
5
free pins
.
The others are
used to control
the LCD
-
Touch
- Button
-
Led
.
My question
was
:
The
XBee
2
I have to
connect to
these
pins
free or
do I need
other pins
?
Examples
that show
an implementation of a
STM32
or
STM8
with
XBEE2
do you have?
Thank you for everything
!
2011-06-30 08:57 AM
Well consider what pins you have to work with, and what power/ground connections you need. Get a manual for the part/board, and understand the pins and what they can connect to internally, peripherals, GPIOs or whatever.
Are any of the available pins serial USART pins? You'll want a pair of TX / RX signals to communicate with the XBee Are you in a CS or EE program?