tecno4
2.4M views | +168 today
Follow
tecno4
Información asignatura tecnología
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tags: 'Arduino', 'LoRa'. Clear
Scooped by Gumersindo Fernández
Scoop.it!

50+ LoRa Based IoT Projects using Arduino & ESP8266/ESP32

50+ LoRa Based IoT Projects using Arduino & ESP8266/ESP32 | tecno4 | Scoop.it
This section covers LoRa Based IoT Projects using Arduino, ESP8266 & ESP32.

LoRa is a method for transmitting radio signals that use a chirped, multi-symbol format to encode information. It’s a proprietary system made by chip manufacturer Semtech. Since LoRa defines the lower physical layer, the upper networking layers were lacking. LoRaWAN is one of several protocols that were developed to define the upper layers of the network. LoRaWAN is a cloud-based medium access control (MAC) layer protocol but acts mainly as a network layer protocol for managing communication between LPWAN gateways and end-node devices as a routing protocol, maintained by the LoRa Alliance.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Connect Arduino Cloud to LoRaWAN and The Things Stack

Connect Arduino Cloud to LoRaWAN and The Things Stack | tecno4 | Scoop.it
LoRa isn’t new to Arduino, of course. But now your devices can make use of over 22,000 public gateways around the world that are connected to the TTS service. In a very over-simplified way, these gateways translate radio packets into internet packets. A radio signal effectively becomes data sent over the internet, and vice versa. This vastly extends wireless internet coverage and connects remote IoT devices to your Arduino Cloud.

It’s not just about putting sensors, devices or projects in remote or rural locations, though. It’s about connecting to the internet where there is no Wi-Fi, and without the need for a costly cellular data connection. And it’s power consumption is very low. So a lot of these far distant devices can run on batteries or solar power.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Capture the Box : 8 Steps

Capture the Box : 8 Steps | tecno4 | Scoop.it

Capture The Box is a teambuilding game you can play with friends in your neighbourhood.

The goal is to capture the box and keep it in your possession for as long as possible whilst other players try to go and sneak it away from your porch or front garden.

This game uses GPS to locate the box and RFID tags to identify the players. An optional LDR can be added to match the intensity of the dot matrix display with the percentage of light in the area.

Supplies:

Microcontrollers and computers

  • Raspberry Pi
  • Arduino (Mega)
    I chose an Arduino Mega over a normal Uno, because it has a lot more pins. This is necessary because we're using a Dragino LoRa shield, which would leave us with too little digital pins when using an UNO.

    TIP: It's best to use a genuine one, because the Chinese clones don't always work as expected.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Preparando Arduino IDE para ESP32+LoRa

Preparando Arduino IDE para ESP32+LoRa | tecno4 | Scoop.it
He de reconocer que ha sido algo doloroso el poder acabar hacer funcionar el IDE de Arduino con estos dos módulos LoRa con ESP32, por eso he querido documentar los pasos y errores que me he encontrado. --> Actualizado!!!, ahora no parece ser tan doloroso
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Arduino LoRa Lo-Ra radio example 2019 library range

Arduino LoRa Lo-Ra radio example 2019 library range | tecno4 | Scoop.it
So, I've made a video with some radio modules you could use. In this case we will see the LoRa radio module with SPI serial communication. See the connections below, download the example code and test if it works. You will need the LoRa library as well so download that from the links below. You need two modules, an LED and a potentiometer and we will send just one byte of data, 0 to 255 values. The range for this module could be up to 5Km abut we need a lot of pins to use this.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

ESP32 LoRa Communication using Arduino IDE

ESP32 LoRa Communication using Arduino IDE | tecno4 | Scoop.it

The IoT industries introduced lots of technologies, but none of them was ideal for IoT devices, as they needed to transmit information to a long distance without using much power until the LoRa technology was introduced. LoRa Technology can perform very-long range transmission with low power consumption. According to Industry analyst IHS Market by 2023, 43% of all LPWAN connections will be based on LoRa. LoRa Technology is flexible for smart cities, smart homes, smart agriculture, smart metering, and smart supply chain & logistics applications.  

Previously we learned about LoRa technology and interfaced SX1278 Lora Module with Arduino. Now we will replace the Arduino, and use ESP32 with the SX1278 LoRa module. Here two LoRa modules will be interfaced with two ESP32 Boards to send and receive data packets from one board to another. ESP32 is a very popular Wi-Fi transceiver and microcontroller, learn more about ESP32 and its working by going through various IoT applications built on it.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Internet of Things: LoRa Weather Station : 7 Steps (with Pictures)

Internet of Things: LoRa Weather Station : 7 Steps (with Pictures) | tecno4 | Scoop.it
This is an example of a nice LoRa project. The weather station contains a temperature sensor, air pressure sensor and humidity sensor. The data is read out and sent to Cayenne Mydevices and Weather Underground using LoRa and The Things Network.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

ESP32 with LoRa using Arduino IDE

ESP32 with LoRa using Arduino IDE | tecno4 | Scoop.it
In this tutorial we’ll explore the basic principles of LoRa, and how it can be used with the ESP32 for IoT projects using the Arduino IDE. To get you started, we’ll also show you how to create a simple LoRa Sender and LoRa Receiver with the RFM95 transceiver module.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

The Arduino Guide to LoRa® and LoRaWAN® 

The Arduino Guide to LoRa® and LoRaWAN®  | tecno4 | Scoop.it
Learn the basics of LoRa® and LoRaWAN® and how to use them with Arduino hardware and software.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

LPWAN (Low-Power Wide-Area Networks) 101

LPWAN (Low-Power Wide-Area Networks) 101 | tecno4 | Scoop.it
Learn the fundamentals of low-power wide-area networks, and what Arduino hardware can connect to them.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Capture the flag with a GPS, RFID and LoRa twist

Capture the flag with a GPS, RFID and LoRa twist | tecno4 | Scoop.it

The box contains an Arduino Mega that interfaces with an RFID reader to enable the current owner to scan in, plus a GPS module for location data. Additionally, an LDR sensor can be incorporated to set the brightness of an LED matrix on the outside.

Data passed along to a Raspberry Pi for time of possession tracking via LoRa with The Things Network. This also runs a server that shows game info to others playing, meaning that you’ll have to be very careful to keep it around!

Code for the project is available on GitHub.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

LoRa made easy: Connect your devices to the Arduino IoT Cloud

LoRa made easy: Connect your devices to the Arduino IoT Cloud | tecno4 | Scoop.it

An important new feature is now available in the Arduino IoT Cloud — full support for LoRa® devices!

LoRa® is one of our favorite emerging technologies for IoT because it enables long-range and low power transmission of data without using cellular or WiFi connections. It’s a very powerful and promising technology but it comes with its own complexity. In our pursuit to make IoT easier, we’ve already released a few products that enable anyone to build a LoRa® device (or a fleet of LoRa® devices!). Thanks to the Arduino MKR WAN 1310 board, combined with the Arduino Pro Gateway, you can create your own LoRaWAN™ network. But we have decided to do more than that, and it’s time to release one more important piece…

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Arduino LoRa Communication - Transmitter & Receiver Setup for sending Temperature and Humidity Data

Arduino LoRa Communication - Transmitter & Receiver Setup for sending Temperature and Humidity Data | tecno4 | Scoop.it

In this article, we will learn about LoRa technology and Arduino Lora Communication. Here we will interface SX1278 Lora Module with Arduino and establish LoRa communication between two Arduino Uno boards.

Circuit diagrams for LoRa transmitting and receiving side are given below. In this project, we are going to send temperature and humidity values from one Arduino to another using LoRa SX1278 module. The DHT11 sensor is connected to transmitting side, Arduino. So this Arduino will get temperature and humidity values from DHT11 and then send it to another Arduino via LoRa SX1278 module. These humidity and temperature values will be printed on LCD connected to second Arduino.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

LoRaWAN y LoRa

LoRaWAN y LoRa | tecno4 | Scoop.it
Descubre qué es LoRa y LoRaWAN, la revolución del Internet de las Cosas (IoT), cómo funciona y puedes integrarla en tu proyecto Arduino consiguiendo alcances de hasta 20 KM
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Lora, Aplicación Sencilla con Arduino y Python 

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

¿Por dónde hay que empezar con Arduino UNO, proyectos o aprendizaje?

¿Por dónde hay que empezar con Arduino UNO, proyectos o aprendizaje? | tecno4 | Scoop.it
Comenzamos el nuevo año con el primer capítulo del 2018. Hoy trato de responder las preguntas de los oyentes, ¿por qué Arduino UNO?, por dónde empezar con Arduino y sistema de riego automático con SigFox y LoRa.
No comment yet.