-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work on Mesh devices (Argon, Xenon): would this be possible? #3
Comments
It should definitely be possible, either by modifying the library, or by Particle adding more wiring support for the new mesh hardware, I'll look into it! :) |
I made some progress in the meantime: the program works but the jpg images are corrupt. Although you can probably catch up with what I did ten times as fast, I can post and report what I already have as soon as I find some time in the next few days. Thanks for the heads up :) |
If I remember correctly you can decrease the chances of a corrupted photo by reducing the size of the TX_BUFFER_MAX. TX_BUFFER_MAX of 168 worked well for me on the photon. |
@dmiddlecamp So, in retrospect, the delta is small. For now, I committed my changes to your project in my local fork, see the small list of changes required There is a caveat: I cannot make it work by compiling in the cloud. I must use the local compiler from within Workbench to compile the project as follows: Open the Workbench local compiler shell and execute:
This is also why there is the When I compile the code in the cloud and flash it to the Argon, I'm getting a red sos signal with 10 beeps (aka 'assertion error'). I tried to use the debugger to find out what is happening where, but although I got the debugger stepping (following a community post), I was not able to discover what is going on. |
I've been trying to get this project to work on an Argon device, but the Arducam library definitely does not compile for that platform.
I'm not familiar to what effort it would take to do this, but does it make sense to try?
The text was updated successfully, but these errors were encountered: