-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support SX1278? #66
Comments
BW is not the frequency. So it is not the parameter that you have to
change. Use the freq field to indicate a frequency. Please, have close
look at the README:
https://github.com/CongducPham/LowCostLoRaGw#running-in-433mhz-band
regards,
Le 14/01/2017 à 09:53, xiaohuasheng a écrit :
I connect Raspberry 3 with the SX1278 radio module.
My SX1278 radio module supports 433MHz, so I edit the global_conf.json:
image
<https://cloud.githubusercontent.com/assets/11706254/21953686/0fef32ba-da79-11e6-90f7-0dcb7a8e282c.png>
Run the gateway, it displays:
image
<https://cloud.githubusercontent.com/assets/11706254/21953676/d27aa202-da78-11e6-9d60-0a97c1a72d68.png>
but when I send data from a lora end-device, it can receive anything,
it supports SX1278 or not?
moreover, as the sheet shows, mode 10's BW is 500, but if I set BW in
global_conf.json, such as 433, which will work?
image
<https://cloud.githubusercontent.com/assets/11706254/21953710/a662e69c-da79-11e6-8588-55678ce0f96b.png>
thanks a lot!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#66>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ABNEN5GZh9qOOpvmSfOKAvyv4duA7jDdks5rSIzxgaJpZM4Ljkeh>.
C. Pham.
…--
|------------ Congduc PHAM - Professor --------------------------|
| LIUPPA - Equipe T2I | U.P.P.A. Pau |
| http://liuppa.univ-pau.fr/ | http://www.univ-pau.fr |
|----------------------------------------------------------------|
|UPPA, LIUPPA laboratory, UFR Sciences et Techniques |
|Avenue de l'Université - BP 1155 |
|64013 PAU CEDEX, FRANCE |
| |
|phone: [33] (0) 5 59 40 75 94 |
|fax: [33] (0) 5 59 40 76 54 |
|Congduc.Pham@univ-pau.fr http://www.univ-pau.fr/~cpham |
|----------------------------------------------------------------|
|
@CongducPham Thans for your reply, I have read 433MHz part of README, and did that as it suggests, the result is: |
state = 0 means everything is OK. Here, setting the frequency seems to give an error of -1 which should not happen in the latest version of the SX1272 lib. I suspect that you are using an old version. Get the latest version of both SX1272.cpp and SX1272.h on the github and retry. Anyway, normally, even if the returned state is -1, the gw should be running on 433.3MHz. If you don't receive anything, check if your end-device is on that frequency. What example are you using? Make sure that you also have BAND433 uncommented in the example. |
I'm tested, support perfect. please change mode to 1. i have two sx1278 model. one as gateway, one as node. can send and received. |
I connect Raspberry 3 with the SX1278 radio module.
My SX1278 radio module supports 433MHz, so I edit the global_conf.json:
Run the gateway, it displays:
but when I send data from a lora end-device, it can't receive anything, it supports SX1278 or not?
moreover, as the sheet shows, mode 10's BW is 500, but if I set BW in global_conf.json, such as 433, which will work?
thanks a lot!
The text was updated successfully, but these errors were encountered: