Search found 10 matches

by jim_patrick
Fri Jul 24, 2020 3:28 pm
Forum: General discussion
Topic: STM32F103C ----- SDFat Library
Replies: 7
Views: 5144

Re: STM32F103C ----- SDFat Library

n file included from /Users/james/Documents/Arduino/libraries/SdFat/SdFat.h:38:0, from /Users/james/Documents/Arduino/STM32_SDFat/STM32_SDFat.ino:6: /Users/james/Documents/Arduino/libraries/SdFat/SdFile.h:44:7: error: conflicting return type specified for 'virtual int SdFile::write(const char*)' in...
by jim_patrick
Mon Jul 20, 2020 8:00 pm
Forum: General discussion
Topic: STM32F103C ----- SDFat Library
Replies: 7
Views: 5144

Re: STM32F103C ----- SDFat Library

I'm using #1, the Roger Clark files from Github. Although I seem to be using an older version (that works) whereas when I download the latest zip the sketches won't compile. There is no obvious error message, just says exit 1.
by jim_patrick
Mon Jul 20, 2020 8:09 am
Forum: General discussion
Topic: STM32F103C ----- SDFat Library
Replies: 7
Views: 5144

Re: STM32F103C ----- SDFat Library

STM32F103C8 Blue Pill
by jim_patrick
Sun Jul 19, 2020 3:36 pm
Forum: General discussion
Topic: STM32F103C ----- SDFat Library
Replies: 7
Views: 5144

STM32F103C ----- SDFat Library

Hello all, I'm trying to get the SDFat library to work on my STM32, I've read this library is much faster than the original SD library, and I need to write data while the chip is doing a lot of work so this sounds like the library of choice. In the examples folder for SDFat there is a sketch called ...
by jim_patrick
Sun Jul 19, 2020 3:31 pm
Forum: Projects
Topic: Flying RC Rocket
Replies: 5
Views: 4536

Flying RC Rocket

Hello everyone, Just thought I'd drop a link of a video of my STM32 project, it flies like a quadcopter but is designed like a rocket. I coded the flight control system myself with a little help from the internet.. It has compass and GPS integrated, so next step is to design the algorithm for guidan...
by jim_patrick
Wed Jul 08, 2020 11:52 am
Forum: General discussion
Topic: NeoGPS Library Compatibility
Replies: 9
Views: 7253

Re: NeoGPS Library Compatibility

Thanks for all your help everyone. I was looking at the code for Joop Brokking's YMFC 32 Quadcopter as he also used the STM32 with a GPS and noticed in his code the Serial monitor output is initialised as Serial.begin, then the GPS is initialised on PA2/PA3 as Serial1.begin. I had wrongly assumed th...
by jim_patrick
Tue Jul 07, 2020 10:48 pm
Forum: General discussion
Topic: NeoGPS Library Compatibility
Replies: 9
Views: 7253

Re: NeoGPS Library Compatibility

I had seen the warning but was hoping it would either work or there could be a little workaround. So far anything I've run on a Nano has then subsequently worked on my STM32.

Thanks, I'll try TinyGPS, hopefully thatll work with a NEO M8N.
by jim_patrick
Tue Jul 07, 2020 2:22 pm
Forum: General discussion
Topic: NeoGPS Library Compatibility
Replies: 9
Views: 7253

Re: NeoGPS Library Compatibility

So I tried that and what happens is the GPS data is sent to the Serial Monitor while the STM32 is booting up then it stops. I cant upload a photo for some reason it thinks a 0.3Mb png is "too large". So my print statements to the monitor are just using Serial, but as you suggested I'm usin...
by jim_patrick
Tue Jul 07, 2020 1:44 pm
Forum: General discussion
Topic: NeoGPS Library Compatibility
Replies: 9
Views: 7253

Re: NeoGPS Library Compatibility

I tried using Serial1 and got no repsonse. It seems to only print data back to the monitor when it is Serial.print etc .
by jim_patrick
Tue Jul 07, 2020 12:44 pm
Forum: General discussion
Topic: NeoGPS Library Compatibility
Replies: 9
Views: 7253

NeoGPS Library Compatibility

Hi everyone, I'm using an STM32F103C series board and have been trying and failing to get the NeoGPS library to work on it. I've got it working on an Arduino Nano, and so far I've never had an issue running Arduino Nano code on my STM32, but this one doesn't seem to like it. // Description: This pro...

Go to advanced search