Hi! I’ve hooked up my Arduino UNO to the Adafruit ATWINC1500 WiFi Breakout and I’m trying out the examples from Wiring & Test | Adafruit ATWINC1500 WiFi Breakout | Adafruit Learning System
The examples compile and upload fine, but when I run the ScanNetworks example it prints out 0 available networks. When I run the same code from the Arduino IDE it shows a bunch of networks.
Any ideas why it’s behaving differently?
I’m using Deviot with Sublime Text 3.
Could you share full build log on pastebin.com ? Thanks.
What is your OS? Could you try with PlatformIO IDE ?
I’m on OS X. I tried running it with the PlatformIO IDE with the same result.
Please upgrade to the latest IDE and CLI. Do you still have this issue?
PlatformIO IDE 1.4.0 and PlatformIO CLI 2.11.2 are released!
Release Notes
PlatformIO IDE 1.4.0
Added “Local echo” to advanced settings for Serial Port Monitor (#144 )
Improved PlatformIO IDE Installer for Linux Arch and macOS (#146 )
PlatformIO CLI 2.11.2
Improved support for Microchip PIC32 development platform and ChipKIT boards issue #438
Added support for Pinoccio Scout board issue #52
Added support for Teensy USB Features (HID, SERIAL_HID, DISK, DISK_SDFLASH, MIDI, etc.) issue #722
Sw…
svennis
August 12, 2016, 11:52am
#7
Seems to working now. Awesome