Skip to main content

About

▷Welcome to IoTAvanzado

Empowering Innovators, One Line of Code at a Time!

At IoTAvanzado, we are more than just a blog; we are a thriving community of tech enthusiasts and innovators. Our non-profit platform is a hub where knowledge meets passion, dedicated to advancing the world of IoT through open-source collaboration and shared expertise.


What We Offer

Explore a treasure trove of codes, programming examples, and meticulously crafted manuals tailored for the products and services offered by IoTAvanzado. Whether you're a seasoned developer or a curious beginner, our platform provides valuable resources to enhance your skills and bring your IoT projects to life.

Our mission is to provide comprehensive information on the latest advancements, offering a complete understanding of digital circuit design methodologies. From innovative Wireless Sensor Networks (WSN), ARM architecture and Human-Computer Interface (HMI). Join us on this journey towards a more advanced and sustainable world!

Our Mission

We believe in the power of knowledge-sharing. Our mission is to democratize technology by providing free access to high-quality, practical resources. From Arduino and Raspberry Pi projects to IoT device programming, our blog is your gateway to mastering the art and science of the Internet of Things.


Get in Touch

Have a question or need guidance? Reach out to us at iotavanzado@gmail.com. We value your feedback and are here to support your learning journey. You can also visit our website at https://iotavanzado.com for more information.

Join Our Community

IoTAvanzado is more than just a blog; it's a community where ideas flourish, collaborations thrive, and innovation knows no bounds. Dive into our vast collection of resources, contribute your knowledge, and be a part of a movement that is shaping the future of IoT.

Empower your innovation, refine your skills, and be a part of our vibrant community at IoTAvanzado. Together, let's code a brighter, connected future!


Comments

Popular posts from this blog

▷ 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 proce...

▷ Visualización de datos: de Temperatura, Humedad y Temp de 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 este post, vamos a explorar cómo visualizar datos en tiempo real provenientes de Google Cloud utilizan...

▷ 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 experien...

▷ 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 NU...