Giter VIP home page Giter VIP logo

diyheliumhotspots's People

Contributors

amirhaleem avatar arijitdas123student avatar georgica avatar jamiew avatar joeytank avatar maco2035 avatar mpous avatar philltran avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

diyheliumhotspots's Issues

issue with paket forwarder in Europe

I'm trying to setup a Helium Hotspot in Europe but packet forwarder does not start because two commas at the end of the file:

    "forward_crc_disabled": false,
},

}

The commas should be removed !

After configuring pkt_fwd and miner

I have configured miner (using docker image) and semtech pkt fwd sx1302. What to do after this? How to add this diy gateway in helium block chain. Please provide some information.

Setup help for RAK2285

Your guide is awesome, unfortunately limited to the 2287.

The 2285 uses the sxp1301 - can you help with setting this up for a neophyte? GREATLY APPRECIATED!

lora_pkt_fwd not starting with European configuration

After resolving the commas issue, that is the result :

pi@RK01:~/sx1302_hal/bin $ ./lora_pkt_fwd
*** Packet Forwarder ***
Version: 1.0.5
*** SX1302 HAL library version info ***
Version: 1.0.5;


INFO: Little endian host
INFO: found configuration file global_conf.json, parsing it
INFO: global_conf.json does contain a JSON object named SX130x_conf, parsing SX1302 parameters
INFO: spidev_path /dev/spidev0.0, lorawan_public 1, clksrc 0, full_duplex 0
INFO: antenna_gain 0 dBi
INFO: Configuring legacy timestamp
INFO: Configuring Tx Gain LUT for rf_chain 0 with 16 indexes for sx1250
INFO: radio 0 enabled (type SX1250), center frequency 867500000, RSSI offset -215.399994, tx enabled 1, single input mode 0
INFO: radio 1 enabled (type SX1250), center frequency 868500000, RSSI offset -215.399994, tx enabled 0, single input mode 0
INFO: Lora multi-SF channel 0> radio 1, IF -400000 Hz, 125 kHz bw, SF 5 to 12
INFO: Lora multi-SF channel 1> radio 1, IF -200000 Hz, 125 kHz bw, SF 5 to 12
INFO: Lora multi-SF channel 2> radio 1, IF 0 Hz, 125 kHz bw, SF 5 to 12
INFO: Lora multi-SF channel 3> radio 0, IF -400000 Hz, 125 kHz bw, SF 5 to 12
INFO: Lora multi-SF channel 4> radio 0, IF -200000 Hz, 125 kHz bw, SF 5 to 12
INFO: Lora multi-SF channel 5> radio 0, IF 0 Hz, 125 kHz bw, SF 5 to 12
INFO: Lora multi-SF channel 6> radio 0, IF 200000 Hz, 125 kHz bw, SF 5 to 12
INFO: Lora multi-SF channel 7> radio 0, IF 400000 Hz, 125 kHz bw, SF 5 to 12
INFO: Lora std channel> radio 1, IF -200000 Hz, 250000 Hz bw, SF 7, Explicit header
INFO: FSK channel> radio 1, IF 300000 Hz, 125000 Hz bw, 50000 bps datarate
INFO: global_conf.json does contain a JSON object named gateway_conf, parsing gateway parameters
INFO: gateway MAC address is configured to AA555A0000000000
INFO: server hostname or IP address is configured to "localhost"
INFO: upstream port is configured to "1680"
INFO: downstream port is configured to "1680"
INFO: downstream keep-alive interval is configured to 10 seconds
INFO: statistics display interval is configured to 30 seconds
INFO: upstream PUSH_DATA time-out is configured to 100 ms
INFO: packets received with a valid CRC will be forwarded
INFO: packets received with a CRC error will NOT be forwarded
INFO: packets received with no CRC will NOT be forwarded
INFO: global_conf.json does not contain a JSON object named debug_conf
INFO: no debug configuration
CoreCell reset through GPIO17...
CoreCell power enable through GPIO2...
ERROR: [main] failed to start the concentrator

Can't find a solution :(

Help appreciated

Note: the module works nicely in the things network and the official configuration from Helium, not this one.

hello

Is it still possible to build your own Helium hotspot that can actually mine HNT?
I am new to github, but my searches led me here and I would like get in touch with you, if possible and if you agree.
I'm only doing this because it's a nightmare to buy Helium hotspots from any retailer, I would buy 10 of them right now but the problem is that the order is taking at least 4 months to get to me

Issue with Auto Start Script

Hi,

I am trying to set up the auto start script with the following:

[Unit]
Description=LoRa Packet Forwarder
After=network-online.target
Wants=network-online.target

[Service]
Type=simple
WorkingDirectory=~/packet_forwarder/lora_pkt_fwd
ExecStart=~/packet_forwarder/lora_pkt_fwd/lora_pkt_fwd -c ~/packet_forwarder/lora_pkt_fwd/global_conf.json
Restart=always
RestartSec=30
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=lora_pkt_fwd
User=pi

[Install]
WantedBy=multi-user.target

When I reboot and check status I get the following:

โ— lora_pkt_fwd.service - LoRa Packet Forwarder
   Loaded: bad-setting (Reason: Unit lora_pkt_fwd.service has a bad unit file setting.)
   Active: inactive (dead)

Could you let me know what I am doing wrong please?

Using RAK2245 + Tinker Board 2S

I am new to Helium Hotspot and I am giving a try to this tutorial.

I have RAK2245 plus Tinker Board 2S
What steps in the tutorial may present a problem if I use the hardware I have instead RAK2287 plus RPi 4?

Thanks,
Oscar.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.