I was wondering if it would be compatible with the current beta out of the box ? I didn’t give a try to Raspberry yet, but this new card might be the trigger
Having recently looked for the regular Zero, I knew they’d be out of stock quickly, and maybe for a while. That’s why I ordered one as soon as I knew it existed. Ordered/shipped yesterday, arrived today
After an hour of setup (soldering, flashing the sd card, using an hdmi monitor and keyboard to enable SSH, configuring the pi to my preferences, and installing particle-agent), I am now happily tinkering away with my Pi Zero W.
The installation was successful and Particle is running well on my Pi Zero W. I am able to do the same things I can do with my Pi 3.
Did you get the on-board LED to light with tinker? I got the particle agent installed with no problems but no on-board Blinky. I have some photons but this is my first time connecting a pi to the particle cloud.
If you're using Jessie, you can do it fully headless. You can place a file called 'ssh' in the root of the card, and well as a wpa_supplicant.conf file with
I set up my wifi this way by directly editing the sd card, but I was unaware that SSH could be enabled this way.
I am using Raspbian Jessie Lite, released in March 2017. They now have SSH disabled by default which is annoying.
Ultimately it would be best if there was a utility for setting up a SD card properly (set up Wi-Fi, install particle-agent, change hostname, change password, enable SSH, etc). I think @jvanier was thinking about this, incorporating it into particle-cli perhaps.
I think the boot partition can be mounted on Windows and macOS since it’s FAT so you can create the ssh and wpa_supplicant.conf on any OS. I’ll check on a different machine.
wpa_supplicant.conf is on the Linux partition in /etc/wpa_supplicant/wpa_supplicant.conf So without mounting the linux partition you would only be able to enable ssh but not setup wifi. Pretty useless if you ask me. This is one of those times when I wish every OS supported linux filesystems.