Skip to content

Instantly share code, notes, and snippets.

Raspberry Pi 5 - Google Coral Edge M.2 TPU installation guide

To get started with either the Mini PCIe or M.2 Accelerator, all you need to do is connect the card to your system, and then install our PCIe driver, Edge TPU runtime, and the TensorFlow Lite runtime. This page walks you through the setup and shows you how to run an example model.

The setup and operation is the same for both M.2 form-factors, including the M.2 Accelerator with Dual Edge TPU.

Requirements

  • Raspberry Pi 5 with the following Linux operating system:
  • Raspberry Pi OS (64-bit) based on Debian 10 or newer
@iceteabottle
iceteabottle / bosch-thermostat.yaml
Last active December 4, 2024 18:48
Bosch Thermostat Blueprint #home-assistant
blueprint:
name: Bosch Thermostat
author: iceteabottle
description: "
# Automation especially for the Bosch Thermostat II ([BTH-RA](https://www.zigbee2mqtt.io/devices/BTH-RA.html#bosch-bth-ra))
## Core Features
- Switch the TRV on/off depending on a window sensor
@philiprobinson95
philiprobinson95 / eventIDtable.csv
Created March 12, 2020 11:56
Event IDs Table
Event Code Description To find (Tactic: Technique)
4624 (4672) Successful logon (Administrator logon) Credential access: Valid accounts
4625 Unsuccessful logon Credential access: Brute force
4732 Member added to security-enabled group Privilege Escalation: Account manipulation
1102 Logs cleared Defense evasion: Indicator removal on host
4688 Process creation Execution: Command-Line Interference
@yellowred
yellowred / ldap_get_all.js
Last active July 5, 2021 16:09
get all records from LDAP DN
let getAllRecords = () => {
return new Promise((resolve, reject) => {
const ldapClient = ldapjs.createClient(ldapOptions);
// 1
ldapClient.bind(
ldapConfig.managerUser,
ldapConfig.managerUserPassword,
err => {
if (err) return reject(err);
@mbbx6spp
mbbx6spp / ALTERNATIVES.adoc
Last active January 7, 2025 16:25
Super quick list of alternatives to Jira and/or Confluence, Stash, Crucible, etc.