ABOUT HOW TO PROGRAM THE GIVEN PROBLEM using stm32f407
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-16 10:10 PM
THERE IS three phase supply and three phase load which is given to current sensor. There is signal conditioning unit for this. Whosoutput is given to DSO. My objective is to capture this signal using STM32nucleo F407. So hot to code it.
- Labels:
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-17 12:09 AM
Open sensor datasheet and go work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-18 2:52 AM
How To Interface Anything To Anything Else: http://www.8052mcu.com/forum/read/160143
As @MM..1 said, you will need to study the sensor datasheet to find how it works, what signals it gives you, what signals it requires from you, etc.
The sensor neither knows nor cares what microcontroller you use - so none of this will be specific to STM32.
You may want to do some experiment with oscilloscope, meters, etc to see & get a feel for the actual signals that occur in your particular application.
You will also need to study the STM32 documentation (datasheet, reference manual, application notes, examples, etc) to find a suitable way to control & read the sensor.
All of these STM32 resources (and more) can be found on the Product Page; eg,
https://www.st.com/en/microcontrollers-microprocessors/stm32f407ie.html
If you're not familiar with the STM32F407, you should probably do some simple examples with the appropriate peripherals - away from this sensor - to gain that familiarity
see: https://www.avrfreaks.net/comment/1138166#comment-1138166
Good luck with your project.
#HowToInterfaceAnythingToAnythingElse
A complex system designed from scratch never works and cannot be patched up to make it work.
