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

c74fb68 breaks service advertisement on PicoW #327

Open
kortschak opened this issue Jan 8, 2025 · 0 comments
Open

c74fb68 breaks service advertisement on PicoW #327

kortschak opened this issue Jan 8, 2025 · 0 comments
Labels
cyw43439 CYW43434 such as on the Pico-W

Comments

@kortschak
Copy link

kortschak commented Jan 8, 2025

While investigating #315 I noticed that I was unable to get my demonstrator to work with the tip of dev. I re-confirmed that the change I submitted in #314 does work on release, and release with the soypat/cyw43439 go.mod dep requirement only specified in the consuming module also works.

Repro:

  1. In one terminal
    $ tinygo flash -target pico-w -stack-size=8kb -monitor -x ./receiver
    
  2. In another
    $ go run ./sender
    
  3. Confirm that the Pico W emits the expected text (this requires that the local code run at least twice), and the local code behaves as expected (does not require a second run).

Now $ go get tinygo.org/x/bluetooth@dev and retry. The local code will find the device and then timeout searching for the service.

Bisected to c74fb68. See comment in go.mod file.

@deadprogram deadprogram added the cyw43439 CYW43434 such as on the Pico-W label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cyw43439 CYW43434 such as on the Pico-W
Projects
None yet
Development

No branches or pull requests

2 participants