User contributions
Jump to navigation
Jump to search
- 02:32, 19 May 2021 diff hist +1,039 ESP8266 / ESP8285 →Bits & Pieces
- 12:47, 18 May 2021 diff hist 0 N File:AustinOTA-include-HTML.zip current
- 02:06, 17 May 2021 diff hist 0 File:AustinOTA.zip Tinker uploaded a new version of File:AustinOTA.zip
- 17:11, 12 May 2021 diff hist 0 N File:AustinOTA.zip
- 21:53, 8 May 2021 diff hist +167 IoT - Firmware - Coldstuff →TopSecret.h current
- 21:51, 8 May 2021 diff hist -79 IoT - Firmware - Coldstuff →StickDudeJig.h
- 21:51, 8 May 2021 diff hist -80 IoT - Firmware - Coldstuff →StickDudeBeer.h
- 21:50, 8 May 2021 diff hist +35,180 N 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 =..."
- 21:28, 8 May 2021 diff hist +77 IoT - Freezer / Fridge monitoring current Tag: Visual edit
- 01:40, 8 May 2021 diff hist -18 TinyOTA →HTTP.cpp current
- 22:27, 7 May 2021 diff hist 0 TinyOTA →TopSecret.h
- 22:23, 7 May 2021 diff hist +92 TinyOTA →main.cpp
- 22:22, 7 May 2021 diff hist +42 TinyOTA →WiFi.cpp
- 22:21, 7 May 2021 diff hist +61 TinyOTA →HTTP.cpp
- 22:20, 7 May 2021 diff hist +2 TinyOTA →HTTP.cpp
- 22:19, 7 May 2021 diff hist +133 TinyOTA →HTTP.cpp
- 22:14, 7 May 2021 diff hist +130 TinyOTA →HTTP.cpp
- 22:14, 7 May 2021 diff hist +177 TinyOTA →#includes, Defines, etc...
- 22:12, 7 May 2021 diff hist +990 TinyOTA →WiFi.cpp
- 22:11, 7 May 2021 diff hist -836 TinyOTA →main.cpp
- 20:51, 7 May 2021 diff hist 0 TinyOTA →TopSecret.h
- 20:50, 7 May 2021 diff hist +317 TinyOTA →main.cpp
- 20:49, 7 May 2021 diff hist +148 TinyOTA →platformio.ini
- 20:41, 7 May 2021 diff hist -123 TinyOTA →WiFi.cpp
- 19:57, 7 May 2021 diff hist +22 TinyOTA →main.cpp
- 19:33, 7 May 2021 diff hist -97 TinyOTA →platformio.ini
- 19:01, 7 May 2021 diff hist +2,465 N 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:47, 7 May 2021 diff hist +31 Adding OTA current
- 20:02, 6 May 2021 diff hist +118 Adding OTA Tag: Visual edit: Switched
- 20:00, 6 May 2021 diff hist +21 Adding OTA Tag: Visual edit: Switched
- 19:59, 6 May 2021 diff hist +10 Adding OTA
- 19:57, 6 May 2021 diff hist +6,044 Adding OTA Tag: Visual edit: Switched
- 19:51, 6 May 2021 diff hist +4,965 Adding OTA Tag: Visual edit: Switched
- 19:33, 6 May 2021 diff hist +132 N 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
- 19:31, 6 May 2021 diff hist +59 IoT →Various Coding Tips Tag: Visual edit
- 17:12, 1 May 2021 diff hist +53 ESP32 Tag: Visual edit
- 17:11, 1 May 2021 diff hist 0 N File:ESP32 FM-DevKit PinOut.jpg current
- 15:05, 1 May 2021 diff hist +463 N 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..." current
- 15:02, 1 May 2021 diff hist +39 IoT →Some Troubleshooting Tips
- 15:01, 1 May 2021 diff hist +33 IoT →Various Coding Tips
- 13:23, 1 May 2021 diff hist +54 IoT - Modular Firmware →Header Files current
- 21:09, 30 April 2021 diff hist +520 N 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..." current
- 21:09, 30 April 2021 diff hist +2,347 N 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..." current
- 21:08, 30 April 2021 diff hist +271 N 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..." current
- 21:07, 30 April 2021 diff hist +183 N 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..." current
- 21:06, 30 April 2021 diff hist +145 N 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>" current
- 21:04, 30 April 2021 diff hist +1,378 N 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..." current
- 16:32, 30 April 2021 diff hist +4,067 N 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..." current
- 16:31, 30 April 2021 diff hist +243 IoT - Modular Firmware →IDE Setup & Such Tag: Visual edit: Switched
- 16:26, 30 April 2021 diff hist +1,295 N 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..." current Tag: Visual edit