Skip to main content

Posts

Showing posts from October, 2023

▷ Arm Cortex-M4 (3): I2C

  Arm Cortex-M4 (3): I2C ➡️ #EmbeddedSystems #ARM #CortexM4 #CProgrammingLanguage #I2C #Nucleo # F446RE #STM32F446RE #MCU #STM32cube ⭐ Codes of practice:  https://github.com/vasanza/STM32/tree/main/10_I2C_Nucleo ⭐ Repository with more examples:  https://github.com/vasanza/STM32/tree/main ✅  Developed by:  John Rivera Burgos ➡️ Device: Development Board:  NUCLEO-F446RE Processor:  STM32F446RE MCU, Arm® Cortex®-M4 core at 180 Mhz. ➡️ Compiler: STM32CubeIDE ⭐ Device provided by: EcuaPlus ⭐ When using this resource, please cite the original publication: Avilés-Mendoza, K., Gaibor-León, N. G., Asanza, V., Lorente-Leyva, L. L., & Peluffo-Ordóñez, D. H. (2023). A 3D Printed, Bionic Hand Powered by EMG Signals and Controlled by an Online Neural Network.  Biomimetics, 8(2), 255. ✅ practice description: The I2C (Inter-Integrated Circuit) practice using the NUCLEO-F446RE Development Board and STM32CubeIDE is an educational and hands-on experience that allows electronics and programming enthus

▷ Arm Cortex-M4 (2): ADC

    Arm Cortex-M4 (2): ADC  ➡️ #EmbeddedSystems #ARM #CortexM4 #CProgrammingLanguage #ADC #ADC_read #Nucleo # F446RE #STM32F446RE #MCU #STM32cube ⭐ Codes of practice:  https://github.com/vasanza/STM32/tree/main/4_adc_nucleo ⭐ Repository with more examples:  https://github.com/vasanza/STM32/tree/main ✅  Developed by:  John Rivera Burgos ➡️ Device: Development Board:  NUCLEO-F446RE Processor:  STM32F446RE MCU, Arm® Cortex®-M4 core at 180 Mhz. ➡️ Compiler: STM32CubeIDE ⭐ Device provided by: EcuaPlus ⭐ When using this resource, please cite the original publication: Avilés-Mendoza, K., Gaibor-León, N. G., Asanza, V., Lorente-Leyva, L. L., & Peluffo-Ordóñez, D. H. (2023). A 3D Printed, Bionic Hand Powered by EMG Signals and Controlled by an Online Neural Network.  Biomimetics, 8(2), 255. ✅ practice description: It serves to convert an analog signal (voltage or current-based) into a digital signal, in order to facilitate its processing, as well as to make the resulting (digital) signal mo

▷ Arm Cortex-M4 (1): USART serial communication

  Arm Cortex-M4 (1): USART serial communication  ➡️ #EmbeddedSystems #ARM #CortexM4 #CProgrammingLanguage #USART #Nucleo # F446RE #STM32F446RE #MCU #STM32cube ⭐ Codes of practice:  https://github.com/vasanza/STM32/tree/main/1_usart_tx https://github.com/vasanza/STM32/tree/main/2_uart_rx_nucleo ⭐ Repository with more examples:  https://github.com/vasanza/STM32/tree/main ✅  Developed by:  John Rivera Burgos ➡️ Device: Development Board:  NUCLEO-F446RE Processor:  STM32F446RE MCU, Arm® Cortex®-M4 core at 180 Mhz. ➡️ Compiler: STM32CubeIDE ⭐ Device provided by: EcuaPlus ⭐ When using this resource, please cite the original publication: Avilés-Mendoza, K., Gaibor-León, N. G., Asanza, V., Lorente-Leyva, L. L., & Peluffo-Ordóñez, D. H. (2023). A 3D Printed, Bionic Hand Powered by EMG Signals and Controlled by an Online Neural Network.  Biomimetics, 8(2), 255. ✅ practice description: The practice of USART serial communication with the NUCLEO-F446RE model aims to establish a bidirectional co