Julien Vanier

Results 45 comments of Julien Vanier

From the discussion today the OTA happens on handshake. Do we have a known way to trigger a new handshake or another way to force the firmware to check for...

I think your best bet is to look at the cloud API documentation https://docs.particle.io/reference/api/ and write code to access those HTTP endpoints through your proxy. It sounds like wrapping the...

Sure, if you'd like to investigate how to support proxies, go ahead. I'd love to see a pull request that adds the ability to inject additional superagent plugins, and puts...

Right now the only place for client id and secret are used is in `login()`: ``` const particle = new Particle({ clientId: 'my-client', clientSecret: 'my-secret' }); particle.login({ username: '[email protected]', password:...

Sorry to say this isn't likely to be a simple fix. I don't think the Metalsmith static site generator and all the plugins we use are well tested on Windows....

Are you running Tinker or a firmware that outputs using `Serial.println`? I haven't been able to reproduce this. I get the expected output from `particle serial inspect` with Windows 10...

We can just make a section like the one for [CANMessage](https://docs.particle.io/reference/firmware/photon/#canmessage). Do you feel up for it?

I plan on adding auto-generated documentation from the firmware source code.

It would be cool to spin up an instance of https://github.com/Kong/mockbin to https://mockbin.particle.io We could set it up so it only accepts requests from the Particle webhook service to avoid...

Do you know what actually happens when that second command runs? You can use `--verbose` to get more output from the DFU flash. What would you expect to happen when...