Mbed-client-example-6lowpan - Troubleshooting atmel driver

Hi

I’ve two atmel ATZB-RF-233-1-C. It look like one of them is not working. I’m getting “Mesh network initialization failed 2” when running the mbed-client-example-6lowpan with one of the shields.

Does anyone have an advice how to troubleshoot the shield? What could be the reason one of the shields is not working? Hardware?

Regards,
Mattias

Hi again

The problem solved :slight_smile: The problem was in my code, I’ve declared an InterruptIn which was not present on the device that that didn’t work.

// Mattias