- We know from earlier that the entire Home-to-Photon interaction is triggered by an IFTTT integration. It might be useful to set up a Google Assistant with a test integration for yourself to test the speech to text translation. - `pattern_name` is always set to the beginning of SRAM (address `0x40024000`). (You can assume that `pattern_name` is filled with null bytes whenever you connect.) - The start address of the dump is both `0x00000000` and `0x08000000` (which is to say, address `0x00yyyyyy` and address `0x08yyyyyy` reference the same location in memory for all `yyyyyy`). The Photon generally uses the `0x08yyyyyy` address for its pointers. - If it becomes necessary to crash the Photon, an easy way to do that is to attempt to dereference any address with the highest bit set. - Docs can be misleading. Insist on source!