Skip to content

Instantly share code, notes, and snippets.

View robotastic's full-sized avatar
🖖

Luke Berndt robotastic

🖖
View GitHub Profile

Keybase proof

I hereby claim:

  • I am robotastic on github.
  • I am robotastic (https://keybase.io/robotastic) on keybase.
  • I have a public key whose fingerprint is D174 D6B1 094D 66EB A3C8 B96E 99F9 EE01 72F7 D16E

To claim this, I am signing this object:

@robotastic
robotastic / sensor.ino
Last active December 2, 2018 14:41
Send temperature and humidity data as a comma separated value. Make sure you add in the PSK key for your SIM. Make sure you plug the sensor into the right slow.
#include <DHT.h>
#include <board.h>
#include <BreakoutSDK.h>
#include <stdio.h>
//https://github.com/Seeed-Studio/Grove_Temperature_And_Humidity_Sensor
#include <DHT.h>
/** Change this to your device purpose */
static const char *device_purpose = "Temp-Hummidity";
#include <lukedc-project-1_inferencing.h>
/* Edge Impulse Arduino examples
* Copyright (c) 2021 EdgeImpulse Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
#include <lukedc-project-1_inferencing.h>
/* Edge Impulse Arduino examples
* Copyright (c) 2021 EdgeImpulse Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is