stm32MP1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-04-25 12:15 PM - edited 2024-04-25 12:33 PM
I am a 100% new to the stm32mp1 series. I have been working with the stm32f3 most recently.
I need help with direction on where should I start, down to the selected hardware. (not sure if stm32mp1 is even the right choice)
So here is what at trying to accomplish:
HTML5 Integration Protocol, Client Application Link:
The client (stm32) sends a multicast JSON message containing information. The MFD parses the JSON message and, when appropriate, display the webpage with the icon.
I need to know how to send the contents in the .json file, it would be nice if I could upload my .json file to sd card send it the via ethernet.
Any direction would be much appreciated!!
I am truly sorry for the lack of knowledge.
- Labels:
-
Documentation
-
STM32MP15 Lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-04-26 6:41 AM
Hi, @Zoomer,
As you said that you are discovering the STM32MP1 series, I could suggest that you have a look at the STM32 MPU wiki (https://wiki.st.com/stm32mpu/wiki/Main_Page), if you don’t know it yet.
The following articles might be interesting for you:
- https://wiki.st.com/stm32mpu/wiki/STM32MP15_microprocessor and https://wiki.st.com/stm32mpu/wiki/STM32MP13_microprocessor to get the differences between the different microprocessors of the STM32MP1 series.
- https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards to start with any STM32MP1 development board.
- https://wiki.st.com/stm32mpu/wiki/How_to_get_Terminal and https://wiki.st.com/stm32mpu/wiki/How_to_perform_ssh_connection to push a file onto the board SD card.
- https://wiki.st.com/stm32mpu/wiki/Ethernet_overview as an entry point for the Ethernet connection.
Hope this information helps.
Regards,
JC.
