LoRaWAN Environmental Sensor Live | Google sheets Helium Integration Tutorial | DIY helium Miner

LoRaWAN Environmental Sensor Live | Google sheets Helium Integration Tutorial | DIY helium Miner

CETech

2 года назад

9,793 Просмотров

Get the best PCB services from JLCPCB for just 2$: https://jlcpcb.com/aka

Need help with your Helium/LoRa project? Drop us an email at [email protected]

RAK Helium Developer Kit: https://rakwireless.kckb.st/38265bd4
RAK WisGate Edge Lite 2 gateway/ Helium DIY Miner: https://rakwireless.kckb.st/679e9fd3
Instructables: https://www.instructables.com/LoRaWAN-Environmental-Sensor-Live-Google-Sheets-He/
GitHub: https://github.com/akarsh98/LoRaWAN-Environmental-Sensor-Live-Google-sheets-Helium-Integration-Tutorial-DIY-helium-Miner

A LoRaWAN based environment sensor connected to the Helium network through miners. The live data appears on a google sheet via helium integration. Being on LoRaWAN this has a super long-range as well!

Want to help us out? Consider donating any amount: https://www.paypal.me/akarsh98

CETech@FB:https://www.facebook.com/CETech4u/

Contact Us on email: [email protected]

Tags - helium,HNT,Miner,Lora,Lorawan,node,GPS tracker,console,staging console,RAK,433mhz,868mhz,915mhz,halving,light hotspot,esp8266,arduino,raspberry pi,esp32,dragino,wisgate,wisblock,helium developer kit,connected box

Track: Raiko - Revenger [NCS Release]
Music provided by NoCopyrightSounds.
Watch: https://youtu.be/Vj_V0RfdTSY
Free Download / Stream: http://ncs.io/Revenger

#Helium #LoRaWAN #DIYNode

Тэги:

#BME680 #HNT #Miner #Lora #Lorawan #node #GPS_tracker #console #staging_console #RAK #433mhz #868mhz #915mhz #halving #light_hotspot #esp8266 #arduino #raspberry_pi #esp32 #dragino #wisgate #wisblock #helium_developer_kit #connected_box #integration #live_data #google_sheets #mqtt #flow #function #decoder
Ссылки и html тэги не поддерживаются


Комментарии:

@bringerofdarknesdoom
@bringerofdarknesdoom - 07.04.2023 03:07

hey where is your github?

Ответить
@jaceks9814
@jaceks9814 - 29.03.2023 19:04

Hi - thanks for video. It took me ages to copy and paste the fuction code from the screen as the github repos are no longer working. (page not found). This could be really useful for other people looking for the code.

Pasting it below if you need it:



function Decoder(bytes, port) {
var decoded = {};
decoded.temperature = (bytes[1] << 8 | (bytes[2])) / 100
decoded.humidity = (bytes[3] << 8 | (bytes[4])) / 100
decoded.pressure = (bytes[8] | (bytes[7] << 8) | (bytes[6] << 16) | (bytes[5] << 24)) /100
decoded.gas = bytes[12] | (bytes[11] << 8) | (bytes[10] << 16) | (bytes[9] << 24)

var decodedPayload = {
"temperature": decoded.temperature,
"humidity": decoded.humidity,
"pressure": decoded.pressure,
"gas": decoded.gas
};

return Serialize(decodedPayload)
}



// BELOW LEAVE YOUR GOOGLE FORM GENERATED CONTENT !!

Ответить
@kanoacook
@kanoacook - 16.02.2023 00:17

I think the github link is outdated, i wasnt able to find the code :/

Ответить
@martingerhardsoos
@martingerhardsoos - 12.11.2022 18:25

why have you deleted your github?? help, I need this please :-)

Ответить
@kargarisaac
@kargarisaac - 24.05.2022 15:27

great video. Is there a way to send data to google iot core? it was supported before but I cannot find it anymore.

Ответить
@abdullatawfiq5690
@abdullatawfiq5690 - 15.05.2022 16:49

Is the sensor usable for outdoor?

Ответить
@winter20rulez
@winter20rulez - 10.05.2022 18:57

Hello! Would you be able to confirm if it is possible to use an Arduino + LoRa module, rather than buying the actual development kit from RAK?

Ответить
@terryterry1655
@terryterry1655 - 06.01.2022 11:16

how to diy mine HNT ?

Ответить
@marzocchi92
@marzocchi92 - 05.01.2022 14:15

great video bhai! keep up the good work!

Ответить
@adityachilka1545
@adityachilka1545 - 21.11.2021 01:33

Hi Akarsh,

How do I reach out to you?

Ответить
@ArunMPEdison
@ArunMPEdison - 13.10.2021 07:31

Thanks for sharing this, useful video.

Ответить
@MrCrunchyEGGROLL
@MrCrunchyEGGROLL - 18.09.2021 15:20

what size battery can I use to power my wisblock board and sensor?

Ответить
@praveenwarekar297
@praveenwarekar297 - 23.08.2021 19:47

How it's profitable for us???

Ответить
@kehlanirylee1369
@kehlanirylee1369 - 22.08.2021 11:00

Has anyone ever told you that you have great posture?

Ответить
@salehsamaha6021
@salehsamaha6021 - 18.08.2021 15:57

Hi there,
Thank you for this video...
Can you please help me to connect my Dragino gps tracker with Helium console ?
Much appreciated

Ответить
@w3mct
@w3mct - 11.08.2021 23:55

thank you, great videos

Ответить
@TheSimpsoys
@TheSimpsoys - 09.08.2021 22:05

Very cool system. How long do the data credits last? Also are there lots of data being transferred right now? How much HNT are you earning from your data-only hotspot?

Ответить
@lorikvlog
@lorikvlog - 08.08.2021 20:46

Is this able to mine helium token

Ответить
@lorikvlog
@lorikvlog - 08.08.2021 20:43

Bhai any medium to connect with you and chat with you
In this helium minner topic

Ответить
@LeonBotha63
@LeonBotha63 - 08.08.2021 17:50

Your videos are very informative, thank you.

Ответить