Skip to content

Instantly share code, notes, and snippets.

View refugeesus's full-sized avatar

Robert Keith refugeesus

View GitHub Profile

Front IO Board Checkout Items

Hot Swap to Front IO

We need to be sure this is functioning properly. We have tested that we can poke it with just a sidecar, but now that we have both boards we should obviously sanity check everything is still happy. Turn it off, turn it on, gravy.

Make sure we can talk to all the things.

As a general checkout, lets make sure we can see all the regulators, the fruid, etc... Don't want to have a botched rework or something else.

2020-09-24 11:43:59.421 [info] <0.1452.0>@blockchain_txn:validate:231 valid: [{blockchain_txn_poc_receipts_v1,4},{blockchain_txn_poc_request_v1,8}], invalid: []
2020-09-24 11:43:59.496 [info] <0.1134.0>@blockchain_follower:handle_info:103 trying to absorb missing blocks [510250..510480]
2020-09-24 11:43:59.497 [info] <0.1134.0>@miner_pro_worker:load_block:230 Processing Block 510250
2020-09-24 11:43:59.498 [warning] <0.1058.0>@blockchain_event:terminate:108 terminating remove_handler
2020-09-24 11:43:59.498 [error] <0.1134.0>@blockchain_ledger_v1:default_cf:2706 gen_server <0.1134.0> terminated with reason: no function clause matching blockchain_ledger_v1:default_cf(undefined) line 2706
2020-09-24 11:43:59.498 [error] <0.1134.0>@blockchain_ledger_v1:default_cf:2706 CRASH REPORT Process <0.1134.0> with 0 neighbours crashed with reason: no function clause matching blockchain_ledger_v1:default_cf(undefined) line 2706
2020-09-24 11:43:59.498 [error] <0.1022.0>@blockchain_ledger_v1:default_cf:2706 Supervisor miner

Developer Day Schedule

This schedule is a general guide for activities at the Helium office for developer day. While we will probably not stick strictly to this schedule, these are the topics and developer sessions you can expect to work through during the day.

10:00 AM - Welcome

10:15 AM - Helium Overview

Developer Day Schedule

This schedule is a general guide for activities at the Helium office for developer day. While we will probably not stick strictly to this schedule, these are the topics and developer sessions you can expect to work through during the day.

10:00 AM - Welcome

10:15 AM - Helium Overview

{
"interval":"1",
"2chan":"0",
"ch1":"googleiot-test",
"ch2":""
}
from helium_client import Helium
from time import sleep
import logging
import json
import pprint
logging.basicConfig(filename='/tmp/myapp.log', level=logging.DEBUG,
format='%(asctime)s %(levelname)s %(name)s %(message)s')
logger=logging.getLogger(__name__)
helium = Helium("/dev/serial0")
helium.connect()
from helium_client import Helium
from pylepton import Lepton
import numpy as np
import math
import time
from matplotlib import pyplot as plt
from Adafruit_AMG88xx import Adafruit_AMG88xx
from scipy.interpolate import griddata
import cv2
import Adafruit_TMP.TMP006 as TMP006
/*
* Copyright 2017, Helium Systems, Inc.
* All Rights Reserved. See LICENCE.txt for license information
*/
#include "Arduino.h"
#include "Board.h"
#include "Helium.h"
#include "HeliumUtil.h"
{
"interval_ms":1000,
"state":1
}
import numpy as np
import math
import time
from matplotlib import pyplot as plt
from Adafruit_AMG88xx import Adafruit_AMG88xx
from scipy.interpolate import griddata
import cv2
from helium_client import Helium
import json