Michael K·5 days agoExperimenting with ESP32 & ESP8266 microcontrollersUsing a microcomputer, like the Raspberry Pi, for a dedicated small task is often overkill when that task can be done with microcontrollers in an easier and usually more cost-efficient manner. Microcontrollers also tend to be easier to find in stock versus Raspberry Pis — which is useful in the…Esp 3210 min read
Yunus Kızılay·May 16ESP8266 D1&R2 mini ve AWS IOT COREBu yazımda ESP8266 işlemcisini D1&R2 mini modülünü kullanarak Arduino framework ile Amazon AWS IOT Core servisine bağlantı bahsedeceğim. Arduino kodlarını ayrıntılı anlatacağım için Python kodlarını ve GUI tarafını bir sonraki yazımda anlatmayı düşünüyorum. Projede kullandığım ESP8266 mikroişlemcisini daha önce tasarlamış olduğum PCB ile ve akıllı priz kutusuyla, son kullanıcıya hitap…Esp 82665 min read
Yungger·May 8MicroPython 如此簡單: 計時與計次器雖然 MicroPython 內建有個 Timer 的模組, 雖然呼叫的方式很簡單, 但個人卻覺得用途有限與功能被限制而不夠彈性。使用時需要 init(), 使用後又需要 deinit() 來避免佔用太多的記憶體, 而且宣告上更有數量上的限制。 … 所以, 就自己索性寫了一個 !! *** 廢話不多說, 直接展示 !! *** 範例一: 單次計時器 例如情境, 計時器啟動後, 在第 3 秒時執行 doCallback …Micropython6 min read
Paulo BlasterX·May 7Esp8266 e Wake on Lan — Ligando seu PC remotamenteSe você é um dev empolgado como eu e quer achar utilidades para as plaquinhas “Esp” que você comprou, saiba que nesse artigo eu vou te ajudar a ligar o seu computador através da tecnologia Wake On Lan. ATIVANDO A FUNCIONALIDADE NA BIOS Sem enrolação e direto ao ponto. Boa parte das placas de redes…Esp 82663 min read
Dushyant Singh·May 6Build your first IoT project using ESP8266 with AWS IoT Core Service |Amazon-Web-Services IoT Core | Internet of Things | Dushyant Singh | Truth Power Info. | 2022Everyone wants to do this easily, but some works need our action for completing our daily routines. unfortunately, everything is not possible but something is possible. So, Today we will build our first IoT project with the ESP8266 module and AWS IoT cloud service. This is a Begginer-level project as…Internet Of Things5 min read
Mert KışlakçıinTurk Telekom Bulut Teknolojileri·Apr 17Nesnelerin İnterneti (IoT) ile Akıllı Sistemler -4 (IoT Cihaz)Herkese Merhaba… Serinin bu bölümünde standart bir lambayı tasarlayacağımız IoT cihazı ile uzaktan kontrol ederken, lambanın tükettiği akım miktarını da ölçeceğiz. IoT cihaz yapmak için ihtiyaç duyacağımız bileşenleri tanıyalım ardından devresini kurup lambaya bağladıktan sonra kontrolünü Node-Red üzerinden gerçekleştireceğiz. Gereksinimler NodeMCU v3 AC-220v / DC-5v Dönüştürücü 5v 1 Kanal Röle KartıIo T5 min read
Mert Kışlakçı·Apr 17Intelligent Systems with Internet of Things (IoT) -4 (IoT Device)Hello to everyone… In this part of the series, we will measure the amount of current consumed by the lamp while remotely controlling a standard lamp with the IoT device we will design. …Io T6 min read
Jacob David C. Cunningham·Apr 9Solar-chan - IoT as an anime characterSo at the heart of it all, this thing has no purpose. It turns on, says “I’m on” then either continues to stay on or dies. Started writing 04/02/2022 GitHub Repo What is it? An ESP-01 (WiFi MCU) powered by solar cells and super capacitors.Esp 82665 min read
Samuel Adesola·Apr 2How to send DHT data from ESP8266 to Arduino IoT CloudIoT being an integral part of cloud computing, several cloud vendors make IoT part of the services they render. Also, with the emergence of IoT, there are different platforms that make IoT implementation available even to individuals. In this tutorial, I will be taking you through the steps in…Esp 82667 min read
Muhammad Awais·Apr 1ESP8266 RTOS SDK SetupEsp8266 is a system on chip (Soc) measuring 5mm x 5mm which makes it difficult to be used standalone by beginners. In addition to its size, it does not have a flash to store the program and needs additional components like an antenna, oscillator, resistors, and capacitors to work properly. …Esp 82663 min read