Skip to content

Instantly share code, notes, and snippets.

@timkoers
timkoers / test.c
Last active January 11, 2022 14:37
/* i2c - Example
For other examples please check:
https://github.com/espressif/esp-idf/tree/master/examples
See README.md file to get detailed usage of this example.
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
@timkoers
timkoers / CRC16.h
Last active June 28, 2018 17:52
This is the code for (hopefully) simulating a P1 smart meter.
#ifndef CRC16_H
#define CRC16_H
// https://github.com/jantenhove/P1-Meter-ESP8266
#if defined(ARDUINO) && ARDUINO >= 100
#include "Arduino.h"
#else
#include "WProgram.h"
#endif

To do

  • Make a filtering option in the Open Hardware Monitor internal website
  • Redesign the internal website
  • Redesign the application itself
  • Add interesting information to some hardware names (e.g. RAM (16GB) )