Closed lattice0 closed 2 months ago
I have never seen that - output looks like this for me
Start
INFO - libbtbb version: b684fcb, May 17 2023, 20:14:35
INFO - phy_version: 202, b4b3263, May 17 2023, 20:14:14
INFO - date=220622
start receiving
Received Ok(ReceivedFrame { frame: Frame { header: Header { frame_type: Data, frame_pending: false, ack_request: false, ....
It's also interesting it's not logged with a log level. Most probably it's printed during the call to register_chipv7_phy
Are you sure there are 802.15.4 frames to receive on channel 15? Do you have a second ESP32-C6 to run the send_frames
or send_broadcast_frames
?
I'm also unable to reproduce this, all examples are working as expected for me using the C6 and H2.
I got this message today when I was testing through a CurrentRanger. I am clueless as to why. If I remove it and just run off battery everything works fine, on USB it runs fine, if I go through the CurrentRanger I get this error and wifi won't connect.
That's an interesting observation! Thanks for sharing this
I got this message today when I was testing through a CurrentRanger. I am clueless as to why. If I remove it and just run off battery everything works fine, on USB it runs fine, if I go through the CurrentRanger I get this error and wifi won't connect.
Without having access to the hardware, my guess would be, that the CurrentRanger introduces some kind of noise, which messes up the calibration.
I haven't seen this issue, and none of the other maintainers can repro. @Frostie314159's hypothesis is likely correct and CurrentRanger is introducing noise.
Closing.
I tried this https://github.com/esp-rs/esp-ieee802154/blob/b7450029e492a36a36a77aad9f96327618cc6ed8/esp-ieee802154-examples/examples/receive_all_frames.rs yesterday and it worked, now all I get is