TavecchiaG

Results 6 comments of TavecchiaG

Hi, We have the same problem. Do you have any suggestions? Best regards, Giorgio

Hi, We have the same problem. We are developing a use case using a nRF52840 Dongle and Android Thinkgs connected to a nRF52840DK. The dongle is able to send messages...

Hi, We achieved a solution for the problem. I'll post the code that is working for us: In our example, we receive a message and send back an answer var...

We tried to send without receive and it works, you need to specify IP address and port. Then remember to perform a Bind in the receiver device, in our case...

var running = true var buf : ByteArray var counter = 0 Log.d("THREAD_CONNECTION","PARTE` IL SEND") var socket : DatagramSocket = DatagramSocket(1234) //Our port socket.broadcast = true lowpanNetwork.bindSocket(socket) // FOR UNICAST...

I'm sorry but we don't have 2 android device so we are unable to try that. Hope you'll find a solution soon! Best regards Giorgio