ATHOM technology provides full range of open sources smart home devices , pre flashed TASMOTA/ESPHome/Homekit smart home devices! TASMOTA Wall switches ESPHOME Wall switches TASMOTA LIGHTS ESPHOME Lights Smart plugs
Raspberry PI Pico RP2040 pinout

Raspberry Pi PICO RP2040 features a dual-core Arm Cortex-M0+ processor with 264KB internal RAM and support for up to 16MB of off-chip Flash. A wide range of flexible I/O options includes I2C, SPI, and Programmable I/O (PIO). Discover all the
Onboard LED blink – WiFi LoRa ESP32 (heltec)

The Heltec WiFi 32 board from Heltec has an onboard LED, connected to PIN25 / GPIO25. To “blink” this led, for signaling status or just for fun set PIN 25 to LOW or HIGH.
1 2 3 4 5 6 7 |
from machine import Pin from time import sleep OnboardLED = Pin(25, Pin.OUT) sleep(1) OnboardLED.value(not OnboardLED.value()) sleep(1) OnboardLED.value(not OnboardLED.value()) |
This is just a
Heltec ESP32 display text in micropython

The Heltec ESP32 board has a lot of memory and processing power (see below the console from tasmota flasher). Just for the fun sake and maybe an usefull one beside experimenting, I will give a chance to micropython. The only
ESP32 LoRa Heltec v2 with display – pinout diagram

Heltec WiFi LoRa ESP32 – pinout diagram Follow the manufacturer site if you are looking for another version. The original PDF pinout diagram can be downloaded from WIFI_LoRa_32_V2 or download the JPG pinout diagram file in high resolution
ESP32 WiFi Bluetooth GPS Battery Holder With OLED (P)

Product Features Where to buy: https://s.click.aliexpress.com/e/_d6kgNUH ESP32 Lastest ESP32 Version: REV1 WIFI Bluetooth 8MB PSRAM 4MB Flash 3D Antenna LORA Product Description Working voltage: 1.8~3.7v Acceptable current:10~14mA Transmit current: 120mA@+20dBm
MicroPython on ESP8266

MicroPython is a great way to get the most of your ESP8266 board, and, the ESP8266 chip is a great platform for using MicroPython! This article is for accomodated users with the board, and also can be a quick guide
ESP32 lora send/receive packet test

Sending data over LoRa with Heltec ESP32 WifiKit. Having two ESp32 boards, the first test that come in mind is to send some packets!
HELTEC ESP32 lora wifi kit v2

Programming in Arduino IDE an HELTEC ESP32 lora wifi kit (v2) is the same as any other ESP board. Install Arduino IDE and then set the board in “Boards Manager”. In the “Preferences” window of the ArduinoIDE enter
1 |
https://dl.espressif.com/dl/package_esp32_index.json |
into Additional
Micro:bit fun: rock-scissors-paper game

Eh, everybody might heard of the “rock scissors paper” game: it is a hand game, usually played between two people, in which each player simultaneously forms one of three shapes with an outstretched hand. These shapes are “rock” (a closed fist),