Receive new product information directly to your email
Quote from Bennetash on 27.07.2024, 19:50Dear Sirs, good afternoon, hoping that you are well, I would like to tell you that I need a little help... I am trying to receive the data coming from my ArduEEG to my python script, but every time I have to enter the IP of the board to the python script, it seems that it changes with each disconnection that I make since I have to modify this data. the last IP I had on the arduino R4 Wifi board was 192.168. 1.30, I modified that data on the board and when I ran it again with the updated data in the python script I only got the initial base reading of 0 connection, I start to see my internet service and I see that apparently my board changed to the ip 192.168. 1.116, is there a way to keep the ip to receive a continuous signal without changing this data every time... I think that is the problem I have by not receiving any signal in the script.
Dear Sirs, good afternoon, hoping that you are well, I would like to tell you that I need a little help... I am trying to receive the data coming from my ArduEEG to my python script, but every time I have to enter the IP of the board to the python script, it seems that it changes with each disconnection that I make since I have to modify this data. the last IP I had on the arduino R4 Wifi board was 192.168. 1.30, I modified that data on the board and when I ran it again with the updated data in the python script I only got the initial base reading of 0 connection, I start to see my internet service and I see that apparently my board changed to the ip 192.168. 1.116, is there a way to keep the ip to receive a continuous signal without changing this data every time... I think that is the problem I have by not receiving any signal in the script.
Quote from PiEEG on 27.07.2024, 22:00Hello Bennetash, thank you for your message, have you checked if your port is free on your laptop? maybe it is occupied by other devices
In my case, it always work, with the next IP and PORT
UDP_IP = "192.168.1.241"
UDP_PORT = 13900
data_lenght = 1350
Regards
Hello Bennetash, thank you for your message, have you checked if your port is free on your laptop? maybe it is occupied by other devices
In my case, it always work, with the next IP and PORT
UDP_IP = "192.168.1.241"
UDP_PORT = 13900
data_lenght = 1350
Regards