Search found 105 matches

by AndrewBCN
Tue Jun 08, 2021 4:30 pm
Forum: General discussion
Topic: Adafruit_ST7735 not working on pin PA1
Replies: 5
Views: 2668

Re: Adafruit_ST7735 not working on pin PA1

I'm have a working project on a STM32F411, using the Adafruit ST7735 TFT display and their official TFT library. I've configured the TFT pins to be CS=PB10, RST=PB1 and DC=PB2, also the internal SCLK1 and MOSI1 pins PA5 and PA7. This is all working fine. Now we need to rewire the display to differe...
by AndrewBCN
Tue Jun 08, 2021 3:55 pm
Forum: General discussion
Topic: 128 Kb CPU hangs up when 128Mhz overclocking is applied STM32103
Replies: 15
Views: 6416

Re: 128 Kb CPU hangs up when 128Mhz overclocking is applied STM32103

PIRVCB wrote: Tue Jun 08, 2021 1:06 pm ... when i select the 128 Mhz overclocking option CPU hangs up
...
I cant understand why...
Here is the datasheet: https://www.st.com/resource/en/datashee ... f103c8.pdf

As far as I can see, overclocking is not supported. :o
by AndrewBCN
Mon Jun 07, 2021 7:27 pm
Forum: Let us know a bit about you and your projects
Topic: Saying hi
Replies: 1
Views: 1668

Re: Saying hi

Hi there,
Welcome to the STM32 forum.
by AndrewBCN
Mon Jun 07, 2021 3:50 pm
Forum: Projects
Topic: STM32 GPSDO
Replies: 57
Views: 958438

STM32 GPSDO YouTube video

I just uploaded a short (<5 minutes) video about the STM32 GPSDO on YouTube:

https://www.youtube.com/watch?v=mgoK4KuVDhw

Any suggestions on what subjects a follow-up video should cover?
by AndrewBCN
Mon Jun 07, 2021 12:25 pm
Forum: Off topic
Topic: Tiny 2040 - a tiny RP2040 stamp
Replies: 40
Views: 19262

Re: Tiny 2040 - a tiny RP2040 stamp

arduino added Wifi and Bluetooth on the Pico https://blog.arduino.cc/2021/05/17/the-arduino-nano-rp2040-connect-is-here/ No, the Pico is a development board sold by the Raspberry Pi Foundation, and Arduino created their own development board called the Arduino Nano RP2040 Connect which uses the RP2...
by AndrewBCN
Sun Jun 06, 2021 8:28 am
Forum: Libraries & Hardware
Topic: movingAvg library tested with STM32
Replies: 2
Views: 3651

movingAvg library tested with STM32

Just wanted to note that the movingAvg Arduino library was marked as AVR only by the author, but has been successfully tested with SAMD, ESP and now STM32 (by me), so I forked it, edited the library.properties file, and sent a pull request to the author. This is a neat little library that provides a...
by AndrewBCN
Sun Jun 06, 2021 8:11 am
Forum: Off topic
Topic: usd $20 stm32f103c8t6 blue pill?
Replies: 8
Views: 3741

Re: usd $20 stm32f103c8t6 blue pill?

:roll:
ag123 wrote: Sat May 29, 2021 10:55 am it isn't the chips that cost more, it is the container shipping rates that cost more
https://finance.yahoo.com/news/shipping ... 36589.html
by AndrewBCN
Sun Jun 06, 2021 1:00 am
Forum: Projects
Topic: STM32 GPSDO
Replies: 57
Views: 958438

STM32 GPSDO Version v0.04e pushed to GitHub

STM32 GPSDO firmware Version v0.04e sees some code refactoring, improved comments, and a couple of new features: - All voltage readings are now filtered using a moving average of 10 samples (10 seconds at 1 sample per second). I am using a neat Arduino library for this, movingAvg. - GPS baud rate in...
by AndrewBCN
Fri Jun 04, 2021 9:19 am
Forum: General discussion
Topic: can .ino be C code?
Replies: 9
Views: 6170

Re: can .ino be C code?

So, in summary, to answer your original question: A .ino (Arduino sketch) file is always converted to cpp and it will be compiled with g++ using the c++ flags, BUT you can always add a .c file (and a .h file, etc) to your sketch folder (in the Arduino IDE, menu Sketch->Add File...), and it will be c...
by AndrewBCN
Fri Jun 04, 2021 9:06 am
Forum: General discussion
Topic: [Solved] Multiple serial port at the same time doesn't work
Replies: 11
Views: 11287

Re: [Solved] Multiple serial port at the same time doesn't work

dinihuygens Hi friend, actually, i am working on the same project. I would interface the gps neo 6m with stm32 bluepill. I programme with Arduino ide. my one code doesn't work . Can you share yours. I hope that it will work. Thank you. I really need it because i ma blocked !!! Please read this: htt...

Go to advanced search