Since it was doing the triple blinks (
like this?)... I'm presuming this was the first lot of code since its firmware update? I'd be checking two things...
1) Are you trying to program the right Oak - is Oak-610 the one you're trying to program? If not, you need to run the OakCLI tool to switch between oaks. You can either download it from
here or run the copy that is probably located in (on your system) "C:\Users\lcs--\AppData\Roaming\Arduino15\packages\digistump\tools\oakcli\1.0.1". You need to run it every time you want to change Oaks to program.
2) What is happening on the
particle dashboard logs when you're trying to upload to this Oak? For starters, you can unplug it from the power, and power it up, and see if the log says it's in config mode. If not, remove the power, connect Pin 1 to GND, and re-connect the power. You can remove the jumper after 2-3 seconds. It should now be in safe/config mode, and the particle logs should indicate that. If not, maybe the wifi is not configured properly, and you'll need to use
SoftAP Configurator to connect to your WiFi again. Otherwise, it should be in config mode, and you should see a spark/flash/status message indicating that a firmware update has started shortly after the Arduino IDE indicates that the firmware is being uploaded, and a matching spark/flash/status fail message (known particle bug) indicating that the firmware update attempt has completed.
Pete