Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to get IP address of Pico W? #554

Closed
TylerSelden opened this issue Feb 1, 2023 · 2 comments
Closed

Ability to get IP address of Pico W? #554

TylerSelden opened this issue Feb 1, 2023 · 2 comments
Assignees

Comments

@TylerSelden
Copy link

Hello. I've started an IoT project using Kaluma and a Pico W. I quickly realized that there's no way to get the IP address of the Pi through Kaluma, which would be helpful as a new feature.

@AcousticTypewriter
Copy link

@TylerSelden Hey there! This feature is already implemented. On both tcp and http server, you can get the ip address from server._dev.ip
This is definitely not well documented, but I based it off of an unrelated issue that showed the ip address.
Http: https://gist.github.com/c6fc/dd95af62477d184a96863d496603e469
Tcp: https://gist.github.com/c6fc/49d27fb60b8313029d756e497a6b7bfd

You could also download a network scanning app to find the pico's ip. I use Fing on my android and it identifies my pico very well.

Hope this helps!

@communix
Copy link
Collaborator

communix commented Feb 6, 2023

I fixed some bug related to the network of Pico-W module.
Please use the latest code. (or you can download binary in this link#549

@communix communix self-assigned this Feb 14, 2023
@communix communix closed this as completed Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants