Open selvamaniraj opened 7 years ago
Hi, why are you connecting D5? You should connect the CS pin of your Doorji.
regards,
Le 21/12/2016 à 07:36, selvamaniraj a écrit :
Hi ConducPham I have a problem with ping pong sketch. I am using arduino mini with Doorji lora sx1278. SPI Wiring Connections
Arduino mini - Doorji LoRa 10 - D5 11 - MOSI 12 - MISO 13 - SCK
and also i give 3.3v power supply for this board . finally i am upload the program. Finally it shows a error in Serial Monitor Window
"Simple LoRa ping-pong with the gateway Arduino Pro Mini detected Unrecognized transceiver ... ... ... ... ... ..". Can you help me with this issue and thanks in advance.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/CongducPham/LowCostLoRaGw/issues/57, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNEN8R_6U8yQVFuaxDLSPaobIN1vVKsks5rKMjTgaJpZM4LSoBU.
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 | |||||||
---------------------------------------------------------------- |
Thank you for replaying me sir. I change the pin number D5 to CS pin sir but it also shows same error sir.
The CS pin of your module should be connected to pin 10 of your mini.
Le 21/12/2016 à 10:02, selvamaniraj a écrit :
Thank you for replaying me sir. I change the pin number D5 to sck sir but it also shows same error sir.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/CongducPham/LowCostLoRaGw/issues/57#issuecomment-268471282, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNEN2WpRNwB6Sh5ANVOrVv3t2-CpCXCks5rKOsIgaJpZM4LSoBU.
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 | |||||||
---------------------------------------------------------------- |
Sorry for the inconvenience .I am already connected correct pin (Arduino pro mini -10 pin to Doorji CS pin) but it also working same sir. I am already tried HOPE RFM sx1272 it's working good but it not working Doorji LoRa module sir
Give me a picture of your radio module because some Doorji modules are UART-based and not SPI-based.
regards,
Le 21/12/2016 à 10:23, selvamaniraj a écrit :
Sorry for the inconvenience .I am already connected correct pin but it also working same sir.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/CongducPham/LowCostLoRaGw/issues/57#issuecomment-268475519, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNENwxy5FC1ma-9YIgJaVVMEayeYE8fks5rKPAtgaJpZM4LSoBU.
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 | |||||||
---------------------------------------------------------------- |
I am using Doorji sx1278f LoRa Module, (not Doorji lora modem) and also i am attached the Picture of the LoRa module with datasheet.
OK, you have the following setting:
10 - NSS 11 - MOSI 12 - MISO 13 - SCK 3.3v
Sorry to ask, did you connected the GND? Because I don't see the issue here since all pin connections seems correct.
Yes I have connected my GND and my connections are as follows Pin connections: Arduino pro mini -Doorji LoRa 10-NSS 11-MOSI 12-MISO 13-SCK 3.3v-VCC(8) GND-GND(9)
Not sure to understand what you meant by
3.3v-VCC(8) GND-GND(9)
Why pin 8 and pin 9? There are the VCC and GND pins on the board where you should connect the corresponding radio module pins. Also, what version of the Pro Mini do you have? Because you need the 3.3v version, otherwise your board is in 5v which is not good for the radio module.
Sorry for late reply.The board is working good. Thanks for your support.
Also i have another issue. The issue is that I have adafruit feather mo board (atsamd21g18a). The program shows a error as SerialUSB error. So if change the version of arduino ide from 1.7.5 and 1.7.8 and tried uploading the program but I cant upload it. Can you help me??
OK, I see the problem, I will correct it. To fix it quickly, find in the sketch the following statement:
and
there should be at 2 places replace both with
I actually don't have the Feather M0, the Arduino Zero or M0 uses SerialUSB while the Feather M0 seems to use Serial.
regards,
Le 23/12/2016 à 14:55, selvamaniraj a écrit :
Sorry for late reply.The board is working good. Thanks for your support.
Also i have another issue. The issue is that I have adafruit feather mo board (atsamd21g18a). The program shows a error as SerialUSB error. So if change the version of arduino ide from 1.7.5 and 1.7.8 and tried uploading the program but I cant upload it. Can you help me??
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/CongducPham/LowCostLoRaGw/issues/57#issuecomment-268993297, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNEN5NrC1xA_5TmQ9m6ckboptk1Btksks5rK9LWgaJpZM4LSoBU.
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 | |||||||
---------------------------------------------------------------- |
Actually there are several places where I used
So, the 2 places where you have to replace are:
fisrt:
// we wrapped Serial.println to support the Arduino Zero or M0
second:
SerialUSB.begin(38400);
Serial.begin(38400);
For these 2 defines statements, replace by:
OK, I see the problem, I will correct it. To fix it quickly, find in the sketch the following statement:
and
there should be at 2 places replace both with
I actually don't have the Feather M0, the Arduino Zero or M0 uses SerialUSB while the Feather M0 seems to use Serial.
regards,
Le 23/12/2016 à 14:55, selvamaniraj a écrit :
Sorry for late reply.The board is working good. Thanks for your support.
Also i have another issue. The issue is that I have adafruit feather mo board (atsamd21g18a). The program shows a error as SerialUSB error. So if change the version of arduino ide from 1.7.5 and 1.7.8 and tried uploading the program but I cant upload it. Can you help me??
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/CongducPham/LowCostLoRaGw/issues/57#issuecomment-268993297, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNEN5NrC1xA_5TmQ9m6ckboptk1Btksks5rK9LWgaJpZM4LSoBU.
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 | |||||||
---------------------------------------------------------------- |
Hi ConducPham I have a problem with ping pong sketch. I am using arduino mini with Doorji lora sx1278. SPI Wiring Connections
Arduino mini - Doorji LoRa 10 - D5 11 - MOSI 12 - MISO 13 - SCK
and also i give 3.3v power supply for this board . finally i am upload the program. Finally it shows a error in Serial Monitor Window
"Simple LoRa ping-pong with the gateway Arduino Pro Mini detected Unrecognized transceiver ... ... ... ... ... ..". Can you help me with this issue and thanks in advance.