Robot pel curs 2016-2017

Llistat de material pel robot del curs 2015-2016 (pel curs 2016-2017 cal actualitzar alguns enllaços) Comparació de preus entre AliExpress i Banggood (actualitzat el 20161101) Instruccions de muntatge del robot del curs 2015-2016 Sumo 2015-2016 #Arduino Nano DIY Robot’s Sumo Fighting at #JEClot @JesuitesEdu pic.twitter.com/2Qgh3DRoX7 — Jordi Binefa (@JordiBinefa) 8 de març de 2016 Seguidors… Continueu llegint Robot pel curs 2016-2017

Publicada el
Categorizat com Uncategorized

ESP8266 library for SX1276 using LoRA and PyQt

This PyQt code sends to ESP8266 payload binary information prepended by two bytes. 1st byte is function mode and 2nd byte is payload length. This code is able to receive binary information, to add CRC at the end or request a CRC calculation from ESP8266. This ESP8266 library code is an adaption loraIno library for Arduino. Hardware is based on… Continueu llegint ESP8266 library for SX1276 using LoRA and PyQt

Arduino library for SX1276 using LoRA and PyQt

This PyQt code sends to Arduino payload binary information prepended by two bytes. 1st byte is function mode and 2nd byte is payload length. This code is able to receive binary information, to add CRC at the end or request a CRC calculation from Arduino. It is attached an example inside loraIno library for Arduino. Hardware is based on… Continueu llegint Arduino library for SX1276 using LoRA and PyQt

Modbus RTU using Arduino and pyQt

Bill of materials: Arduino Nano S4A Programming Learning Board (pdf) Arduino source code (version for USB cable) Program source code in pyQt (Python + Qt)