blog-blacktechx.hashnode.devHow to Read and Flash Firmware on ESP32/ESP8266 MicrocontrollersESP32 and ESP8266 File Read and Flash This repository provides comprehensive instructions and scripts to read a file from an ESP32 or ESP8266 microcontroller and flash it to another board. This process is useful for duplicating the firmware, transfer...May 30, 2024·4 min read
blog-blacktechx.hashnode.devRunning Ollama in GitHub CodespacesLearn how to efficiently run Ollama in GitHub Codespaces for free. What is a Codespace? A codespace is a cloud-hosted development environment tailored for coding. GitHub Codespaces allows you to customize your project by committing configuration file...May 23, 2024·3 min read
blog-blacktechx.hashnode.devDeautherX Serial InterfaceTable of contents Usage(DeautherX Web Tools). Usage (Arduino) Command Reference Escaping Spaces Combine Serial Commands SPIFFS Here we will look at getting access to the DeautherX Serial Interface and some valuable tips and tricks. Usage (Dea...Jan 22, 2024·3 min read
blog-blacktechx.hashnode.devDeautherX Serial CommandsHELP helpPrints out list with all commands. SCAN scan [<all/aps/stations/wifi>] [-t <time>] [-c <continue-time>] [-ch <channel>]Starts scan with given parameters.Modes (optional, default = all): all (-a) aps (-ap) stations (-st) wifi (-w) Mode m...Jan 22, 2024·8 min read
blog-blacktechx.hashnode.devEsp8266 Wifi Probe Request SnifferWhen a Wi-Fi device is switched on, it starts spewing out probe requests to try and find a familiar access point. These probe requests contain the device’s MAC address and the SSID of the hotspot it’s looking for, which can potentially be used to ide...Jan 13, 2024·2 min read