All public logs
Jump to navigation
Jump to search
Combined display of all available logs of The TinkerNet Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 13:23, 25 September 2021 Tinker talk contribs uploaded File:Platformio-ide-vscode-pkg-installer.png (The icon is wrong... But you get the idea.)
- 13:23, 25 September 2021 Tinker talk contribs created page File:Platformio-ide-vscode-pkg-installer.png (The icon is wrong... But you get the idea.)
- 22:10, 6 September 2021 Tinker talk contribs uploaded File:Esp8266-technical reference en.pdf
- 22:10, 6 September 2021 Tinker talk contribs created page File:Esp8266-technical reference en.pdf
- 17:52, 9 August 2021 Tinker talk contribs created page HowTo - cron (Created page with "== The crontab file == Editing your personal crontab file: * <code>crontab -e</code> Editing the root crontab file: * <code>sudo crontab -e</code> For details about how to...")
- 23:59, 1 August 2021 Grant talk contribs created page IoT - Modular - Buttons.h (Created page with "class PushButton { public: PushButton(uint8_t pin) // Constructor (executes when a PushButton object is created) <nowiki>:</nowiki> pin(pin) { // remember the push button p...") Tag: Visual edit
- 14:43, 18 June 2021 Tinker talk contribs uploaded File:D1 mini ESP32 pinout.png
- 14:43, 18 June 2021 Tinker talk contribs created page File:D1 mini ESP32 pinout.png
- 13:10, 27 May 2021 Tinker talk contribs uploaded File:Austin LIB.zip
- 13:10, 27 May 2021 Tinker talk contribs created page File:Austin LIB.zip
- 19:38, 23 May 2021 Tinker talk contribs uploaded a new version of File:AustinOTA.zip
- 11:47, 18 May 2021 Tinker talk contribs uploaded File:AustinOTA-include-HTML.zip
- 11:47, 18 May 2021 Tinker talk contribs created page File:AustinOTA-include-HTML.zip
- 01:06, 17 May 2021 Tinker talk contribs uploaded a new version of File:AustinOTA.zip
- 16:11, 12 May 2021 Tinker talk contribs uploaded File:AustinOTA.zip
- 16:11, 12 May 2021 Tinker talk contribs created page File:AustinOTA.zip
- 20:50, 8 May 2021 Tinker talk contribs created page IoT - Firmware - Coldstuff (Created page with "==platformio.ini== <syntaxhighlight lang="ini" line="1"> [env] platform = espressif8266 ; For now, let's stick with the 8266 family MCUs framework = arduino monitor_speed =...")
- 18:01, 7 May 2021 Tinker talk contribs created page TinyOTA (Created page with "==platformio.ini== <syntaxhighlight lang="ini" line="1"> [env:d1_mini_lite] platform = espressif8266 board = d1_mini_lite framework = arduino monitor_speed = 115200 build_fla...")
- 18:33, 6 May 2021 Tinker talk contribs created page Adding OTA (Created page with "So... You've created the most awesomest IoT device ever... & you're gonna sell a million... Whatcha gonna do when you find a bug?") Tag: Visual edit
- 16:11, 1 May 2021 Tinker talk contribs uploaded File:ESP32 FM-DevKit PinOut.jpg
- 16:11, 1 May 2021 Tinker talk contribs created page File:ESP32 FM-DevKit PinOut.jpg
- 14:05, 1 May 2021 Tinker talk contribs created page Programming Connectivity issues (Created page with "Here's a weird thing... Decided to pull out an ESP32 board to fiddle with... Figured all my ESP32 boards were borked because I couldn't get them to stay connected to the com...")
- 20:09, 30 April 2021 Tinker talk contribs created page IoT - Modular - TCA9548A.h (Created page with "<syntaxhighlight lang="cpp" line="1"> // Texas Instruments // TCA9548A // 8-channel 1.65- to 5.5-V I2C/SMBus switch with reset & voltage translation // https://www.ti.com/prod...")
- 20:09, 30 April 2021 Tinker talk contribs created page IoT - Modular - SD Card.h (Created page with "<syntaxhighlight lang="cpp" line="1"> // SD Pinout // Pin # Pin name SD Mode SPI Mode // 1 DAT3/CS Data Line 3 Chip Select // 2...")
- 20:08, 30 April 2021 Tinker talk contribs created page IoT - Modular - S-BME680.h (Created page with "<syntaxhighlight lang="cpp" line="1"> // Bosch-Sensortec // BME680 // Gas sensor // Measures relative humidity, barometric pressure, ambient temperature and gas (VOC) // https...")
- 20:07, 30 April 2021 Tinker talk contribs created page IoT - Modular - MCP23017.h (Created page with "<syntaxhighlight lang="cpp" line="1"> // MicroChip // MCP23017 // 16-Bit I2C I/O Expander with Serial Interface // https://www.microchip.com/wwwproducts/en/mcp23017 </syntaxhi...")
- 20:06, 30 April 2021 Tinker talk contribs created page IoT - Modular - ILI9341.h (Created page with "<syntaxhighlight lang="cpp" line="1"> // ILI9341 // TFT display (240x320 pixel) // Look at https://github.com/Bodmer/TFT_eSPI </syntaxhighlight>")
- 20:04, 30 April 2021 Tinker talk contribs created page IoT - Modular - Sensors-MQ Gas Sensors.h (Created page with "<syntaxhighlight lang="cpp" line="1"> /* * * https://components101.com/articles/introduction-to-gas-sensors-types-working-and-applications * * MQ-2 Methane, Butane, L...")
- 15:32, 30 April 2021 Tinker talk contribs created page IoT - Modular - SugarBush.ini (Created page with "<syntaxhighlight lang="ini" line="1"> [env:SugarBush_Alert] ; Little noisy blinkenbox ; 4 Neopixels hung off GPIO 12 ; Speaker hung off GPIO 14...")
- 15:26, 30 April 2021 Tinker talk contribs created page IoT - Modular - Post-Compile.py (Created page with "<syntaxhighlight lang="py" line="1"> # # For some strange reason, if the FinalBIN file does not exist yet, # You have to do a "Clean" before "Build" or it doesn't get copi...") Tag: Visual edit
- 15:26, 30 April 2021 Tinker talk contribs created page IoT - Modular - Pre-Compile.py (Created page with "<syntaxhighlight lang="py" line="1"> print(">---------- PRE Compile Script BEGIN ----------<") Import("env") # Dump construction environments (for debug purpose) # print(env...") Tag: Visual edit
- 15:18, 30 April 2021 Tinker talk contribs created page IoT - Modular - Platformio.ini (Created page with "<syntaxhighlight lang="ini" line="1"> [platformio] extra_configs = SugarBush.ini ; extra_configs = Environmental.ini ; extra_configs = Household.ini ; extra_configs =...")
- 14:33, 30 April 2021 Tinker talk contribs created page IoT - Modular - D-SSD1306 128x32.h (Created page with "<syntaxhighlight lang="cpp" line="1"> #ifndef SSD1306_H #define SSD1306_H const int SCREEN_WIDTH = 128; // OLED display width, in pixels const int SCREEN_HEIGHT = 32; // OLED...")
- 14:32, 30 April 2021 Tinker talk contribs created page IoT - Modular - D-SSD1306 128x64.h (Created page with "<syntaxhighlight lang="cpp" line="1"> #ifndef SSD1306_H #define SSD1306_H const int SCREEN_WIDTH = 128; // OLED display width, in pixels const int SCREEN_HEIGHT = 64; // OLED...")
- 14:32, 30 April 2021 Tinker talk contribs created page IoT - Modular - StickDude.h (Created page with "<syntaxhighlight lang="cpp" line="1"> #ifndef STICKDUDE_H #define STICKDUDE_H #define DUDE_HEIGHT 12 #define DUDE_WIDTH 8 static const unsigned char PROGMEM StickDude_wave[]...")
- 14:27, 30 April 2021 Tinker talk contribs created page IoT - Modular - S-BME280.h (Created page with "<syntaxhighlight lang="cpp" line="1"> // Bosch-Sensortec // BME280 // Humidity sensor // Measures relative humidity, barometric pressure and ambient temperature // https://www...")
- 14:27, 30 April 2021 Tinker talk contribs created page IoT - Modular - S-BMP180.h (Created page with "<syntaxhighlight lang="cpp" line="1"> // Bosch-Sensortec // BMP180 // Atmospheric Pressure sensor // *** OBSOLETE *** // Measures barometric pressure and ambient temperature...")
- 14:26, 30 April 2021 Tinker talk contribs created page IoT - Modular - S-Climate.h (Created page with "<syntaxhighlight lang="cpp" line="1"> #ifndef CLIMATE_H #define CLIMATE_H float Pressure_Correction; #endif // CLIMATE_H </syntaxhighlight>")
- 14:24, 30 April 2021 Tinker talk contribs created page IoT - Modular - Noise.h (Created page with "<syntaxhighlight lang="cpp" line="1"> #ifndef NOISE_H #define NOISE_H int piezoPin = 14; #endif // NOISE_H </syntaxhighlight>")
- 14:23, 30 April 2021 Tinker talk contribs created page IoT - Modular - Pixels.h (Created page with "<syntaxhighlight lang="cpp" line="1"> #ifndef PIXELS_H #define PIXELS_H /////////////////////////////////////////////////// // Which pin is your neoPixel strip connected to #...")
- 14:22, 30 April 2021 Tinker talk contribs created page IoT - Modular - MQTT.h (Created page with "<syntaxhighlight lang="cpp" line="1"> #ifndef MQTT_H #define MQTT_H #define MQTT_BUFFER_SIZE (100) // This number is arbitrary // To...")
- 14:21, 30 April 2021 Tinker talk contribs created page IoT - Modular - Externs.h (Created page with "<syntaxhighlight lang="cpp" line="1"> #ifndef EXTERNS_H #define EXTERNS_H #ifdef d_Pixels extern int RED[]; extern int GRN[]; extern int BLU[]; extern int BLK[]; extern int...")
- 14:19, 30 April 2021 Tinker talk contribs created page IoT - Modular - Functions.h (Created page with "<syntaxhighlight lang="cpp" line="1"> #ifndef FUNCTIONS_H #define FUNCTIONS_H // WiFi //////////////////////////////////////////////////////////////////////// void WiFi_init...")
- 14:18, 30 April 2021 Tinker talk contribs created page IoT - Modular - Debug.h (Created page with "<syntaxhighlight lang="cpp" line="1"> #ifndef DEBUG_H #define DEBUG_H #ifdef SS_Alert const char DeviceName[] = "SugarShack PumpHuose Alerter"; const char DeviceDesc[] = "ESP...")
- 14:16, 30 April 2021 Tinker talk contribs created page IoT - Modular - Libraries.h (Created page with "<syntaxhighlight lang="cpp" line="1"> #ifndef LIBRARIES_H #define LIBRARIES_H // WiFi //////////////////////////////////////////////////////////////////////// #include <ESP82...")
- 14:11, 30 April 2021 Tinker talk contribs created page IoT - Modular - TopSecret.h (Created page with "<syntaxhighlight lang="cpp" line="1"> #ifndef TOPSECRET_H #define TOPSECRET_H #if WAP==0 const char* WiFi_ssid = "SSID_0"; const char* WiFi_password = "PASSWORD_0"; const cha...") Tag: Visual edit
- 12:41, 30 April 2021 Tinker talk contribs created page IoT - Modular - DepthProbes.cpp (Created page with "==#includes, Defines, etc...== <syntaxhighlight lang="cpp" line="1"> #include "libraries.h" #include "functions.h" /* * Puplish to tele/TankLevel * * If all probes are h...")
- 12:38, 30 April 2021 Tinker talk contribs created page IoT - Modular - BMP180.cpp (Created page with "==#includes, Defines, etc...== <syntaxhighlight lang="cpp" line="1"> #include "libraries.h" #include "functions.h" #include "externs.h" #include "s-BMP180.h" extern int Alti...")
- 12:30, 30 April 2021 Tinker talk contribs created page IoT - Modular - BME280.cpp (Created page with "==#includes, Defines, etc...== <syntaxhighlight lang="cpp" line="1"> #include "libraries.h" #include "functions.h" #include "externs.h" #include "s-BME280.h" extern int Alti...")
- 00:38, 30 April 2021 Tinker talk contribs created page IoT - Modular - SSD1306.cpp (Created page with "==#includes, Defines, etc...== <syntaxhighlight lang="cpp" line="1"> #include "libraries.h" #include "functions.h" #include "externs.h" #include "StickDude.h" #include "d-S...")