Hi,
Ah yes, if you are following the tutorial, problem might be coming from unmatched frequency and the server you are forwarding. Which frequency you are using? Which server you are using?
The tutorial
https://tutorial.cytron.io/2017/09/15/lesson-1-build-simple-arduino-lora-node-10-minutes/ is based on frequency 920000000, 920200000, 920400000, 920600000, 920800000, 921000000, or 921200000, and is forwarded to router.au.thethings.network. It depends on you want to change settings at node or at gateway.
It is preferable to change gateway settings (frequency to 920000000, and server to router.au.thethings.network). Remember since you are using single channel gateway, you will see data coming at dashboard at every TX INTERVAL * 8. TX_INTERVAL is refered to Arduino LoRa node sketch. If you want to see data coming faster, change TX_INTERVAL to shorter time like 10 (10 seconds). Remember not to change it to lower values, it might cause trouble to server.
If you can see data coming in, I will teach you a way to modify(hack) library to make data coming in every TX_INTERVAL as expected.