Skip to main content

Posts

▷ Visualización de datos: de Temperatura, Humedad y Temp de CPU.

Recent posts

▷ Visualización de ultimas 24h de Temperatura, Humedad y Temp. CPU

Para esta publicación, se han instalado dos sensores para la recolección de datos en tiempo real, los cuales están actualmente en funcionamiento en la ciudad de Guayaquil: uno para medir la humedad y otro para medir la temperatura. Ambos sensores utilizan tecnología LoRA para enviar la información recopilada a un Gateway. Este Gateway actúa como punto central de conexión, recibiendo los datos de los sensores y enviándolos a la plataforma de Google Cloud a través de una conexión celular LTE. Una vez que los datos están almacenados en la plataforma de Google Cloud, se ha creado una interfaz web personalizada. Esta interfaz permite la visualización y el análisis de los datos recolectados por los sensores, ofreciendo una representación clara y fácilmente accesible para los usuarios. Leaflet viewer with OpenStreetMap Leaflet viewer with OpenStreetMap En el mundo interconectado de hoy, la capacidad de recopilar y visualizar datos en tiempo real

▷ 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