Skip to content

Instantly share code, notes, and snippets.

View refugeesus's full-sized avatar

Robert Keith refugeesus

View GitHub Profile

Keybase proof

I hereby claim:

  • I am refugeesus on github.
  • I am robkeith (https://keybase.io/robkeith) on keybase.
  • I have a public key ASDrc_kYjLlnZIKEYd0IG7Zcd5DIJFhYvtnHbn6ac1cLUwo

To claim this, I am signing this object:

/*
* 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"
// NOTE: Please ensure you've created a channel with the above
// CHANNEL_NAME as it's name.
from helium_client import Helium
import json
helium = Helium("/dev/serial0")
helium.connect()
channel = helium.create_channel("aws_test")
# Access an instance of Configuration
config = channel.config()
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
{
"interval_ms":1000,
"state":1
}
/*
* 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"
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
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()
{
"interval":"1",
"2chan":"0",
"ch1":"googleiot-test",
"ch2":""
}

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