Search found 633 matches

by mrburnette
Wed Oct 06, 2021 9:29 pm
Forum: General discussion
Topic: Bluepill and USBMIDI
Replies: 4
Views: 3396

Re: Bluepill and USBMIDI

Old Site search should cover old stuff for BluePill, etc.

usb midi site:stm32duinoforum.com

For this site,

usb midi site:stm32duino.com

And... be bold and check github...

usb + midi + STM32 site:github.com
by mrburnette
Thu Sep 30, 2021 2:17 pm
Forum: Ideas & suggestions
Topic: What is Arduino?
Replies: 5
Views: 13994

Re: What is Arduino?

I'm learning about Arduino, I plan to use it as a sketch to combine with STM32, but I don't know if I'm thinking right? Is it sketch or software support? Please let me know, thank you very much It is a a paradigm. Arduino is C/C++ style programming that has been condensed into an environment that i...
by mrburnette
Tue Sep 28, 2021 1:28 am
Forum: General discussion
Topic: USART Multiprocessor communication.
Replies: 13
Views: 8305

Re: USART Multiprocessor communication.

https://forum.arduino.cc/t/multiplexer-for-9-serial-ports-sensors/543634/20 If your needs are few, softwareSerial may satisfy and you can make an all-s/w implementation. Personally, as a hardware engineer, I would throw h/w at the problem: https://www.maximintegrated.com/en/design/technical-documen...
by mrburnette
Mon Sep 27, 2021 4:01 am
Forum: General discussion
Topic: LCDML control help with rotary encoder
Replies: 1
Views: 1928

Re: LCDML control help with rotary encoder

A forum search turned up this post with useful info (hopefully):

viewtopic.php?t=365

Google

Old Site may prove useful
by mrburnette
Mon Sep 27, 2021 12:00 am
Forum: General discussion
Topic: Stm32 stocking?
Replies: 4
Views: 1887

Re: Stm32 stocking?

3 days ago: Commerce Secretary Gina Raimondo is asking for information about how many chips companies actually need, as well as details on how many chips they might be hoarding. So, some of the shortage "may" be artificial; with manufacturers using the highly advertised shortage to force p...
by mrburnette
Fri Sep 24, 2021 11:22 pm
Forum: Let us know a bit about you and your projects
Topic: Hello from UK Midlands Area
Replies: 2
Views: 2439

Re: Hello from UK Midlands Area

... Grabbed a few NANO's and now i am hooked :-) So though i would up the anti and try a WeAct Black Pill STM32F411CE of ebay and very happy with the performance. Coupled with the new Arduino IDE ver TWO beta 11 and think we are well on the way to being an Arduino STM32 convert :-) Though I would s...
by mrburnette
Fri Sep 24, 2021 8:32 pm
Forum: Projects
Topic: xbee receiver and transmitter
Replies: 5
Views: 4240

Re: xbee receiver and transmitter

stm32 doesn't work other than that A strange statement; of course STM32F103xxxx "works" without SoftwareSerial ... just a piece of code. SoftwareSerial is often abused to provide easy access to changing the internal workings of the software-defined serial port: like buffer sizes, dual-buf...
by mrburnette
Fri Sep 24, 2021 8:09 pm
Forum: General discussion
Topic: Hardware Serial-USART-synchronous mode or asynchronous mode
Replies: 6
Views: 4875

Re: Hardware Serial-USART-synchronous mode or asynchronous mode

For 'synchronous' comms, try something with SPI, such as an SPI LCD. Once you figured that out, U 'synchronous' RT https://en.wikipedia.org/wiki/Universal_asynchronous_receiver-transmitter becomes easier to understand ag123: Op "desires" to use USART for "syncronous serial" ... ...

Go to advanced search