Tagged Questions
0
votes
2answers
107 views
Sending ADC measurements with UART
I want to measure signal with ADC and send measurements to PC to generate plots.
My code:
...
1
vote
1answer
98 views
Problems with UART on STMF4 Discovery Board
I have some problems with UART comunication. My platform is STM32f4 Discovery Board with STM32f407VG.
First my system setup:
...
0
votes
1answer
234 views
STM32 - PC serial sommunication
What are the available options or ways to connect the STM32 discovery board using UART to a PC via USB or the serial port ? What is the required hardware/cables ?
3
votes
1answer
256 views
STM32 USART loopback
Is it possible to connect the Rx and Tx pins of the same USART or on two different USARTs on an STM32 discovery board to make a loopback and test the USART?
3
votes
1answer
378 views
STM32 UART USB communication with PC
I'm trying to set up my first project on an STM32F4 and I encounter a problem which consists on how to pass the measures I took from the MEMS accelerometer from the STM32F4 to the computer.
I'm using ...
0
votes
0answers
33 views
STM32F2 with Wifi Module [duplicate]
Possible Duplicate:
STM32F2 build environment
I have an STM32F2 microcontroller and a Wi-Fi module. I need to build a binary and load it to the STM in order to make it talk to the Wi-Fi ...
0
votes
2answers
492 views
Wifi Module over UART with STM32 mcu
I am trying to integrate an off the shelf wifi module with STM32f2 mcu over UART interface.
I need to test the board after laying out the board. Is there a way I can test this UART interface before ...
0
votes
1answer
1k views
How to properly connect to a RN-171 Roving Network's WiFly module?
I have this WiFly device and I can't seem to make it work correctly. I've connected both available interfaces (UART and SPI) to my microcontroller (STM32F107). For now, just the UART interface would ...