#30,960 in Electronics
Use arrows to jump to the previous/next product

Reddit mentions of STM32 Nucleo-64 Development Board with STM32F103RB MCU, Supports Arduino and ST Morpho connectivity

Sentiment score: 1
Reddit mentions: 1

We found 1 Reddit mentions of STM32 Nucleo-64 Development Board with STM32F103RB MCU, Supports Arduino and ST Morpho connectivity. Here are the top ones.

STM32 Nucleo-64 Development Board with STM32F103RB MCU, Supports Arduino and ST Morpho connectivity
Buying options
View on Amazon.com
or
    Features:
  • Mainstream Performance line, ARM Cortex-M3 MCU with 128 Kbytes Flash, 72 MHz CPU, motor control, USB and CAN
  • On-board ST-LINK/V2-1 debugger/programmer with SWD connector
  • Can be powered from USB.
  • Three LEDs, Two Push-buttons
  • Support of wide choice of Integrated Development Environments (IDEs) including IAR, ARM Keil, GCC-based IDEs
Specs:
Height1 Inches
Length4 Inches
Weight0.04 Pounds
Width3 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 1 comment on STM32 Nucleo-64 Development Board with STM32F103RB MCU, Supports Arduino and ST Morpho connectivity:

u/aherpiesderpies ยท 1 pointr/AskProgramming

Do you get that little feeling of satisfaction when you've been struggling to make something work.. and finally, not only does it work, but you understand why?

​

I think that the euphoria of programming (and any problem solving) is really the relief from the stress whilst you are lost in the woods. By extension I think that the strength of the reward is proportional to the amount of pain to get there. There's another component from satisfaction when you solve problems for other people too. When there's a tool used by many people and you can make a significant improvement in it there is a lot of satisfaction.


You've done well to get up and playing with C, there is a lot more fluff in your way than a lot of options. What have you written though? How much pain have you felt doing it? I get the feeling that none of it has really challenged you yet and that if you do want to find out if you can find this euphoria you need to try harder to get lost.


Try some embedded software, that's where I found my passion. If you want it easy pick up an Arduino and flash some LEDs.. Drive a motor, driver a stepper motor, make things move and flash! Mess around with ADCs and DACs, dim an LED with PWM. Then step it up and make it a USB device and software to control it from your PC.. or get it set up as a network device with ethernet. If you want it more difficult, get an MSP430 or an STM32 - the level of detail to do things effectively with these chips is insane. This means you will need to learn a bit about hardware too, hardware has lots of hidden fun stuff!