top of page

Guia de Instalacion de Tensorflow en Windows 10

1. Bajar Python 3.6 (ideal)  o 3.7 - no el 3.8. 

(importante checkear la opcion de PATH en el instalador)

https://www.ics.uci.edu/~pattis/common/handouts/pythoneclipsejava/python.html

 

2.En el Command Prompt Instalar Tensorflow 1.15 (Importante!)

pip install  tensorflow==1.15 

3. Bajar Visual Studio 10 y actualizar

4.entrar a python y probar tensorflow

import tensorflow as tf

 si no da errores esta bien instalado

 

 

Tutorial de YOLO (reconocimiento con camara)

 

https://github.com/riclombar/Instalacion_YOLO

Pagina para subir los datos - dos sensores gratis

https://asksensors.com/

Para comprar ESP32 (la version del taller)

https://www.amazon.com/ESP-WROOM-32-desarrollo-procesador-microcontrolador-amplificadora/dp/B0718T232Z/ref=sr_1_1_sspa?__mk_es_US=%C3%85M%C3%85%C5%BD%C3%95%C3%91&keywords=esp32&qid=1580501400&sr=8-1-spons&psc=1&spLa=ZW5jcnlwdGVkUXVhbGlmaWVyPUExQ05WUFVERkZSQVdMJmVuY3J5cHRlZElkPUEwODcxMzAzM0QzNDM4QlY0TVhJTiZlbmNyeXB0ZWRBZElkPUEwMjA4NDMxMk8zUVNWVlRSVEExTiZ3aWRnZXROYW1lPXNwX2F0ZiZhY3Rpb249Y2xpY2tSZWRpcmVjdCZkb05vdExvZ0NsaWNrPXRydWU=

Este es un ejemplo de como visualizar datos en Asksensors.IO - pueden hacer una cuenta gratis y subir la informacion de dos sensores

Instalar ESP32 

http://shawnhymel.com/1675/arduino-websocket-server-using-an-esp32/

websocket tutorial - con este tutorial aprenderan a hacer un servidor basico para intercambiar informacion entre cualquier computador y un ESP32. * haciendo un servidor web

https://www.youtube.com/watch?v=tDdL5urWvH4&t=326s

Servidor DHT/ - con este tutorial aprenderan a hacer un servidor con su ESP32 para subir la informacion de un sensor climatico (estacion meteorologica)

https://www.youtube.com/watch?v=mkXsmCgvy0k&t=424s

websocket server - con este tutorial aprenderan a hacer un servidor basico y prender y apagar hardware mediante el servidor.

https://www.usinainfo.com.br/blog/projeto-esp32-fechadura-eletrica-com-rfid/

proyecto rfid - con este tutorial aprenderan a hacer un proyecto RFID  para abrir y cerrar puertas mediante un motor y un lector de tarjetas. 

https://www.instructables.com/id/How-to-Connect-an-ESP32-to-the-IoT-Cloud/ tutorial Asksensors para subir datos a internet

Instalación Windows 8

https://www.makeuseof.com/tag/how-can-i-install-hardware-with-unsigned-drivers-in-windows-8/

y  luego..

1.go to contorl panel -> system and secrity -> under system there is Device manager Click it
2. under other devices there maybe two or more devices without drivers for the arduino there is only one device
its a serual port i think i can't remember the name of it anyways
3. right click the device that you've want to install the driver -> properites -> driver tab -> update driver -> browse my computer manualy -> let me pick the driver -> click have disk -> browse
4. browse the install dir
for 64-bit it maybe in %systemdrive%/program files/arduino/drivers/arduino.inf or in %systemdrive%/program files(x86)/arduino/drivers/arduino.ini
5. click arduino.inf(arduino) and press ok and ok then chose your arduino type and then press next
6. it will install the driver without error
if it has an error post the error code to the forum
7.no error then your done!

luego instalar ESP32 mediante el board manager tools y los plugins UART de esta pagina *arriba

CONEXIONES PARA DESARROLLAR 

http://www.trastejant.com/2019/03/31/esp32-que-pines-usar/

bottom of page