Brett Walach
Brett Walach
Just started using ScriptCraft and loving it! I would love to make HTTPS requests to various secure APIs from within Minecraft. Have you looked at adding support for this in...
# Feature - u-blox R510 FOTA over HTTPS upgrade support for Gen 3 Boron & B SoM # Details - This branch is based on `develop-4.x` and reverts the commits...
## Situation For many commands, the `--port ` option is necessary and very useful to target only one device when many are attached on different ports. ## Complication Sometimes USB...
One example of this can be found in the Docs here to regenerate device keys: https://docs.particle.io/datasheets/cellular/e-series-datasheet/#dcd-layout A command that lets you know you are toggling low level DCT/DCD features would...
Since 0.8.0 / 1.0.0 `power_source` system event notified when the PMIC source changes `Parameter` will be one of the following ENUMs ``` typedef enum { POWER_SOURCE_UNKNOWN = 0, POWER_SOURCE_VIN =...
> Datasheet errata will be added to this issue when found. Datasheets will be updated with the listed version after items are checked off. Some errata may persist between revisions,...
https://github.com/particle-iot/firmware/blob/develop/wiring/inc/spark_wiring_system.h#L219-L241 ```cpp static bool on(system_event_t events, void(*handler)(system_event_t, int,void*)) { return !system_subscribe_event(events, reinterpret_cast(handler), nullptr); } static bool on(system_event_t events, void(*handler)(system_event_t, int)) { return system_subscribe_event(events, reinterpret_cast(handler), NULL); } static bool on(system_event_t events,...
As defined in the AT command manual, we use this table to blink the number of bars of signal strength when the MODE button is pressed once https://docs.particle.io/reference/changelog/#check-signal-strength Need to...
Currently all that is said on this topic is here in the SYSTEM_THREAD() section: https://docs.particle.io/reference/firmware/photon/#system-thread > the application continues to execute during OTA updates This is a good fact to...
Diagram needs to point out that the HOT lead is the one that needs to be switched, and the user should be sure to use a polarized plug to ensure...