Replies: 7 comments 3 replies
-
Besides CubeCell being a very old platform that doesn't run LoRaWAN well in general due to a poor internal clock, you will get more info from the device by turning on the basic & protocol debug flag (see the wiki page on troubleshooting). Given that the SDR gives a nice 868.1 MHz signal I doubt that the fault is at the device side, but it's an easy starter. |
Beta Was this translation helpful? Give feedback.
-
@StevenCellist thank you. Long long log including SPI debug
|
Beta Was this translation helpful? Give feedback.
-
ok sure Debug output
hmm... SF = 10 and SF = 12.. maybe this is issue? |
Beta Was this translation helpful? Give feedback.
-
it would be good to at least know if I configured configABP.h and main program correctly for CubeCell device? I know - there is possibility that it could be issue with GW but its log shows output from simple examples for LoRa, like SX126x_Transmit_Interrupt which running on CubeCell. |
Beta Was this translation helpful? Give feedback.
-
Some observations:
Whilst the variable timing of the CubeCell makes for poor downlink reception and is overall not at all recommended unless in a thermally stable environment and has it's timing tuned on a board-by-board basis, apart from that, it should be OK to transmit an uplink. |
Beta Was this translation helpful? Give feedback.
-
@StevenCellist thank you for answer. I would like to add some details about my project and GW in my environment.
Actually yesterday I decided to ask my full question on Chirpstack forum and I received answer that explained my issue
So now seems it is clear why it doesnt work:
But what about this
? Is it worth to wait it to be ready or it is better to order some real Gateway HW for my RPI4? based on SX1302: Price - 63EUR with RPI Hat or Price - 106 EUR with Rpi Hat btw - why price so different? seems devices pretty the same? based on SX1303 which is slightly better that 1302: Price - 116EUR with RPI Hat Price - 105USD with RPI Hat Which would be better? |
Beta Was this translation helpful? Give feedback.
-
@HeadBoffin thank you for answer! First of all - sure I know - "A question asked correctly is half the answer." ) Almost all tech details about "what I want to achieve" explained here Anyway - Im really appreciate such a full explaining of the situation with single packet forwarder. The one thing Im also not sure - if I can send downlink messages to particular Nodes in my LoRaWAN network.. |
Beta Was this translation helpful? Give feedback.
-
I decided to create new discussion because it related to LoRaWAN.
Though I asked similar question about Cubecell here - it is just about example for simple LoRa.
So - I've read LoRaWAN Notes -
And I so far checked two examples - LoRaWAN_Starter.ino and LoRaWAN_ABP.ino
Also I added two Devices into my TTN account and uses their KEY's* and ID's* for config.h and configABP.h
All settings in config's files corresponding to their settings for TTN Devices:
I will show details about LoRaWAN_ABP example to not double information in this question, but for LoRaWAN_Starter variant Im also did the same necessary configuration settings.
configABP.h for LoRaWAN_ABP.ino
in the main program I just changed one line:
int16_t state = radio.begin(868.0, 125.0, 9, 5, 0x34, 10, 8, 1.6, false);
and finally - CubeCell terminal shows:
I can see these signal via my SDR which means that my CubeCell works, at least it sends radio signals:
But my Gateway doesnt show any activity in these moments and TTN also shows "Last activity" == Never for Device..
My current question only about CubeCell side - Is it possible that I did something wrong in code for CubeCell?
How to use these examples for CubeCell's and EU868 in correct way?
Beta Was this translation helpful? Give feedback.
All reactions