Paul Kourany

Results 28 comments of Paul Kourany

Actually, the Vin pin is connected to the Vusb input via a reserve-voltage protection diode. This diode prevents damage to the powering USB supply when the Boron is also being...

@ninjatill, Particle will post an official update to the documentation in the very near future.

@AndrewMoscoe, the Gen3 devices only have four usable timers: ``` 0: Softdevice - do not use 1: Radio - Used by BLE (and mesh) 2: Usart (Serial1) Can use if...

@rickkas7, Gen3 devices do not have the same interrupt designations for timers nor do they have a timer5. The examples given for `attachSystemInterrupt()` and `attachInterruptDirect()` for Gen3 devices incorrectly refer...

Satish, I have not been able to get the SD stuff working. Maybe its me but I created an "application.cpp" that is based on the speed benchmark example I have....

Satish, I got everything to compile and load on a core. However, the could would not past SD.init() and I no time to dig in because of the upcoming Faire.

OMG, what an amazing idea! With the Photon using FreeRTOS, the FSM and process view of the firmware is so important. With mutex and semaphores flying around, a visual representation...

I will gladly work on this but it may take me some time as I am quite busy.