Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people's questions, and connect with other people.

Have an account? Sign In
Continue with Facebook
Continue with Google
or use

What is the capital of Egypt? ( Cairo )

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people's questions & connect with other people.

Sign Up Here
Continue with Facebook
Continue with Google
or use

What is the capital of Egypt? ( Cairo )

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Volt.Tech

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask question.

Continue with Facebook
Continue with Google
or use

What is the capital of Egypt? ( Cairo )

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

volt.tech Logo volt.tech Logo
Sign InSign Up

volt.tech

volt.tech Navigation

  • Home
  • About Us
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Tags
  • Category
    • Amplifiers
    • Passives & Protection
    • Clocks & Timing
    • Diodes & Rectifiers
    • FPGAs & PLDs
    • Interface ICs & Transceivers
    • LEDs & Optoelectronics
    • Memories
    • MEMS & Sensors
    • Microcontroller
    • Power Management
    • RF & Microwave
    • Security & Smart Card
    • Motor Drivers
    • Wireless Connectivity
  • Groups
  • Add group
  • Badges
  • Help
  • Home
  • About Us
  • Contact Us
Home/stm32

Tag: stm32

stm32 is an arm family of mcus by st microelectronics

volt.tech Latest Questions

nidhi singh
  • 0
nidhi singh
Asked: April 13, 2023In: Microcontroller

How to Convert 5V Circuit to 3V Circuit Microcontroller?

  • 0

Hello, The input 1 and input 2 signals will be boarded from an STM32 but the problem is the signal transferred from STM32 is 3.3 V but the input to the IC is 5V. How do I convert the same? Please ...Read more

Hello,

The input 1 and input 2 signals will be boarded from an STM32 but the problem is the signal transferred from STM32 is 3.3 V but the input to the IC is 5V. How do I convert the same? Please help.

Thank You

Read less
circuitinterfacemicrocontrollerPinssignalsstm32
  1. ashishgawade
    Added an answer on April 14, 2023 at 9:58 am

    Well, that good olde L293D. This is a no-brainer because even a 3.3 V supplied GPIO affair generates 5V TTL compatible signal situations. See the datasheet of your chip. Application note AN4899" STM32 microcontroller GPIO hardware settings." is worth reading.

    Well, that good olde L293D.

    This is a no-brainer because even a 3.3 V supplied GPIO affair generates 5V TTL compatible signal situations.

    See the datasheet of your chip.

    Application note AN4899” STM32 microcontroller GPIO hardware settings.” is worth reading.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
Alex thomas
  • 0
Alex thomas
Asked: November 25, 2022In: LEDs & Optoelectronics

Controlling WS2812B LED Strip With STM32?

  • 0

Hello, I am new to STM32 and trying to learn exciting stuff. I want to light a single LED from my WS2812B strip. For example, I’ll choose the 6th LED on my computer, and the 6th LED on the strip will light ...Read more

Hello,

I am new to STM32 and trying to learn exciting stuff. I want to light a single LED from my WS2812B strip.

For example, I’ll choose the 6th LED on my computer, and the 6th LED on the strip will light up.

But I am not sure where to start. How can I access to single LED address? And how to get it to work with STM32?

Thanks in advance.

Read less
ledoptoelectronicsstm32stripws2812b
  1. vikas Nagpal
    Added an answer on November 29, 2022 at 10:05 am

    Welcome, to the community! The question of WS2812 has already been discussed here many times. The thread How to use HAL DMA to generate PWM on P- NUCLEO- WB, for example, also deals with it and refers to a Github driver from Tilen Majerle and a HAL example from Martin Willner. Maybe that will help yRead more

    Welcome, to the community!

    The question of WS2812 has already been discussed here many times. The thread How to use HAL DMA to generate PWM on P- NUCLEO- WB, for example, also deals with it and refers to a Github driver from Tilen Majerle and a HAL example from Martin Willner.

    Maybe that will help you?

    Regards

    Vikas

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
Alex thomas
  • 0
Alex thomas
Asked: August 31, 2022In: LEDs & Optoelectronics

How can I adjust LEDs Brightness with Dimmer?

  • 0

I’ve 36 leds on my board. I’ll connect dimmer my board. How can i adjust leds brightness with dimmer? Because i need to manage 36 output pins. How can i do it?

I’ve 36 leds on my board. I’ll connect dimmer my board. How can i adjust leds brightness with dimmer? Because i need to manage 36 output pins. How can i do it?

Read less
brightnessdimmerledsstm32
  1. vikas Nagpal
    Added an answer on September 2, 2022 at 10:22 am

    You can DMA to the io pins (using a indirect buffer, transferring to GPIO output register). I controlled 48 Leds (16 RGB Leds) this way using a STM32L4(100 LQFP package). But this was to give independent brightness situations to each individual Led. But if all Leds are dimmed together (synchronised)Read more

    You can DMA to the io pins (using a indirect buffer, transferring to GPIO output register). I controlled 48 Leds (16 RGB Leds) this way using a STM32L4(100 LQFP package). But this was to give independent brightness situations to each individual Led.

    But if all Leds are dimmed together (synchronised), also you probably only need a single FET to sink all the Leds current, and use that FET to control the brightness (PWM)

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 2 Answers
Answer

Sidebar

Ask A Question

Stats

  • Questions 450
  • Answers 435
  • Comments 0
  • Best Answers 9
  • Popular
  • Answers
  • Manoj

    Configuration using .dp vision in Infineon XDPL series IC .

    • 5 Answers
  • Linto

    Renesas RL78/G14 ADC interface code

    • 4 Answers
  • Alex thomas
    Alex thomas added an answer Hello, Right, existing LED drivers all have PWM engines. It… September 19, 2023 at 11:10 am
  • Julian White
    Julian White added an answer Hello, You should set handshake after setting property RtsEnable =… September 14, 2023 at 10:59 am
  • Julian White
    Julian White added an answer Hello @Vikas, Thanks for posting your question online. Yes, one… September 12, 2023 at 10:33 am
  • Alex thomas
    Alex thomas added an answer Hi @sachinsharma, XDPL8221 has a PWM dimming interface which is… September 4, 2023 at 11:01 am
  • ashishgawade
    ashishgawade added an answer Hello I assume that you're using our STEVAL_ISC005V1 board and… August 29, 2023 at 10:32 am

Users

test7457901

test7457901

  • 0 Questions
  • 0 Answers
test43764860

test43764860

  • 0 Questions
  • 0 Answers
test15139391

test15139391

  • 0 Questions
  • 0 Answers

Explore

  • Tags
  • Category
    • Amplifiers
    • Passives & Protection
    • Clocks & Timing
    • Diodes & Rectifiers
    • FPGAs & PLDs
    • Interface ICs & Transceivers
    • LEDs & Optoelectronics
    • Memories
    • MEMS & Sensors
    • Microcontroller
    • Power Management
    • RF & Microwave
    • Security & Smart Card
    • Motor Drivers
    • Wireless Connectivity
  • Groups
  • Add group
  • Badges
  • Help

Footer

volt.tech

Volt.Tech

Find your spark

About Us

  • About Us
  • Contact Us
  • Groups

Legal Stuff

  • Privacy Policy
  • Faqs

Follow

© 2022 volt.tech. All Rights Reserved
With Love by volt.tech.