Search found 125 matches

by fredbox
Tue Dec 31, 2019 3:07 am
Forum: Ideas & suggestions
Topic: RSS Feed
Replies: 3
Views: 11190

RSS Feed

If you are one of the stubborn ones that still uses RSS feeds (like me), the RSS feed for this forum is feed.php
by fredbox
Tue Dec 31, 2019 3:00 am
Forum: Ideas & suggestions
Topic: The following words in your search query were ignored because they are too common words: port serial com
Replies: 8
Views: 26160

Re: The following words in your search query were ignored because they are too common words: port serial com

In the old forum it was mentioned several times. The mentioner was usually advised to try advanced searches with Google.

The workaround is to use an asterisk. Serial is too common but Serial* works just fine. Port is too common but Port* returns many matches.
by fredbox
Wed Dec 25, 2019 8:15 pm
Forum: General discussion
Topic: Serial 3 is not declared
Replies: 9
Views: 12451

Re: Serial 3 is not declared

For the Arduino Core STM32, Serial1 through Serial3 are undefined on the blue pill. Before the setup statement, insert: HardwareSerial Serial1(PA10, PA9); HardwareSerial Serial2(PA3, PA2); HardwareSerial Serial3(PB11, PB10); Reference: https://github.com/stm32duino/wiki/wiki/API#hardwareserial Then ...
by fredbox
Wed Dec 25, 2019 6:09 pm
Forum: General discussion
Topic: Serial 3 is not declared
Replies: 9
Views: 12451

Re: Serial 3 is not declared

Also need to know if you have installed a bootloader. If using the original "Roger" Arduino STM32 core and the generic bootloader, Serial = USB Serial Serial1 = UART1 Serial2 = UART2 Serial3 = UART3 Without the bootloader, Serial = UART1 Serial1 = UART2 Serial2 = UART3 See https://github.c...
by fredbox
Fri Dec 20, 2019 5:41 pm
Forum: Forum rules, FAQs and HowTo's
Topic: Limit on attachment image sizes?
Replies: 7
Views: 14461

Re: Limit on attachment image sizes?

There are tools (pngquant, optipng, and others) that can significantly reduce the size of png files. For instance this image: https://os.mbed.com/media/uploads/hudakz/stm32f103c8t6_pinout_voltage01.png that most of us have seen downloads at 679565 bytes. After running it through pngquant on the next...

Go to advanced search