Coder Social home page Coder Social logo

esp32_lora_1ch_gateway's People

Contributors

jimblom avatar nseidle avatar

Stargazers

 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

esp32_lora_1ch_gateway's Issues

Probelms to upload the gateway example.

Hi, I am following the next tutorial :

hhttps://learn.sparkfun.com/tutorials/esp32-lora-1-ch-gateway-lorawan-and-the-things-network?_ga=2.50826346.2118500240.1550669780-1924351644.1507658708#routing-to-the-things-network and I can't even upload the sketch.

After a few trials, I change the arduino ide board option from "SparkX ESP32 LoRa Gateway" to "Esp 32 Dev Moule" and the upload speed from 921600 to 115200 and I finaly could upload the sketch.

But when I acces to tthe Serial Monitor, the log it shows repeteadly is:

ets Jun 8 2016 00:22:57

rst:0x1 (POWERON_RESET),boot:0x13 (S.ets Jun 8 2016 00:22:57

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1100
load:0x40078000,len:10088
load:0x40080400,len:6380
entry 0x400806a4
ESP32 defined, freq=
ARDUINO_ARCH_ESP32 defined
SPIFFS init success
Assert=Do Asserts
debug=1
readConfig:: Starting
.SSID= wifing
.PASS= wifing-pub
.CH= 0
.SF= 9
.FCNT= 0
.DEBUG= 1
.PDEBUG=64
.CAD=1
.HOP=0
.NODE= 0
.BOOTS= 21
.RESETS= 0
.WIFIS= 21
.VIEWS= 0
.REFR= 0
.REENTS= 0
.NTPETIM= 0
.NTPERR= 0
.NTPS= 21
.FILEREC= 0
.FILENO= 0
.FILENUM= 0
.EXPERT= 0

MAC: 84:0d:8e:07:56:8c, len=17
WlanConnect:: Init para 0
0:1:3. WiFi connect SSID=wifing, pass=wifing-pub
A WlanStatus:: CONNECTED to wifing
Host esp32-07568c WiFi Connected to wifing on IP=172.16.106.63
Local UDP port=1700
Connection successful
Gateway ID: 840D8EFFFF07568C, Listening at SF9 on 903.90 Mhz.
setupOta:: Started
Ready
IP address: 172.16.106.63
Time: Tuesday 23:45:31
Gateway configuration saved
WWW Server started on port 80
Unknown transceiver=0, pins.rst =27, pins.ss =16, pins.dio0 =26, pins.dio1 =33, pins.dio2 =32

abort() was called at PC 0x400da1de on core 1

Backtrace: 0x4008c824:0x3ffb1ed0 0x4008ca55:0x3ffb1ef0 0x400da1de:0x3ffb1f10 0x400da4ff:0x3ffb1f30 0x400dcee5:0x3ffb1f50 0x400e754b:0x3ffb1fb0 0x4008eaa5:0x3ffb1fd0

Rebooting...

Why is there a warning after lora1272 is initialized

Why is there a warning after lora1272 is initialized
uint8_t version = readRegister(REG_VERSION); // Read the LoRa chip version id
if (version == 0x22) {
// sx1272
#if DUSB>=2
Serial.println(F("WARNING:: SX1272 detected"));
#endif
sx1272 = true;
}

else if (version == 0x12) {
    // sx1276?

#if DUSB>=2
if (debug >=1)
Serial.println(F("SX1276 starting"));
#endif
sx1272 = false;
}

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.