Search found 4 matches
- Thu Dec 03, 2020 8:15 pm
- Forum: General discussion
- Topic: Reversed question marks reading GPS module
- Replies: 6
- Views: 6046
Re: Reversed question marks reading GPS module
I attached an images with settings in Arduino IDE. Thanks for your help.
- Thu Dec 03, 2020 7:07 pm
- Forum: General discussion
- Topic: Reversed question marks reading GPS module
- Replies: 6
- Views: 6046
Re: Reversed question marks reading GPS module
Sorry, my fault. I'll pay more attention next time. Tell me if it's necessary to repost on the correct section.
I'm using STM32F103C. I tried with the code you linked but it doesn't compile and gives me this error:
no matching function for call to 'HardwareSerial::HardwareSerial(<anonymous enum ...
I'm using STM32F103C. I tried with the code you linked but it doesn't compile and gives me this error:
no matching function for call to 'HardwareSerial::HardwareSerial(<anonymous enum ...
- Thu Dec 03, 2020 6:21 pm
- Forum: General discussion
- Topic: Reversed question marks reading GPS module
- Replies: 6
- Views: 6046
Reversed question marks reading GPS module
Hi everyone!
I'm trying to read GPS data with STM32 board but I've some issues. I'using FTDI serial to program my board and I connected GPS TX to PA3 (RX2) and GPS RX to PA2 (TX2). When I open the serial monitor I can see only reversed question marks. This is the code I'm using:
void setup ...
I'm trying to read GPS data with STM32 board but I've some issues. I'using FTDI serial to program my board and I connected GPS TX to PA3 (RX2) and GPS RX to PA2 (TX2). When I open the serial monitor I can see only reversed question marks. This is the code I'm using:
void setup ...
- Thu Dec 03, 2020 5:52 pm
- Forum: Let us know a bit about you and your projects
- Topic: Hello to everyone!!
- Replies: 1
- Views: 2795
Hello to everyone!!
I'm Alessandro and I'm a master degree student.During this months I've approached to Arduino board and I'm developing an open source flight controller. I hope to learn as much as possible about Arduino and I'm sure this forum will help me. I'd be vary glad to be useful me too to other users with my ...