CARVIEW |
Select Language
HTTP/2 200
date: Thu, 28 Aug 2025 05:32:54 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cf-ray: 97616e459cfbcb77-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=48a5e656-9372-409c-be38-96462dba967f; expires=Fri, 28 Aug 2026 05:32:54 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: prov=48a5e656-9372-409c-be38-96462dba967f; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=D4qKY3KAjXAJ5eXkdZbmV3D.CmhYeSKj.TBtFeCHyyg-1756359174-1.0.1.1-tgGGS8mhjUPjc3ct.Rp1bGVfsHasIstx98SEcDHW0EZ3HPodaoP.5.Sp1UlD5wpNf4k5LqhCizIwzTvcAjw43pafBDzJMt_DrQ1oVW2a6M8; path=/; expires=Thu, 28-Aug-25 06:02:54 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=a0jNe.rP1Q5WPfxe9JmQsr16_NwU4CspCzgTN60vPlE-1756359174350-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 2e4f5dd2-16f6-476f-b264-c46fc858260a
x-worker-origin-response-time: 328000000
x-dns-prefetch-control: off
server: cloudflare
Newest 'power-consumption' Questions - Internet of Things Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [power-consumption]
For questions about determining, controlling or reducing the power consumption of an IoT device. Every IoT device consumes power, make sure that the power consumption is the core of the question.
35 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
36
views
Help selecting a microcontroler
I need you help, currently I`m searching for a microcontroller
That supports ultra power mode.
Has bluettoth support.
Can be waked up by a wireless interruption.
The microcontroller must be powered ...
1
vote
0
answers
45
views
Measure power consumption of an electric heater
I want to measure / monitor power consumption of an electric heater which is connected to a standard power outlet.
There are several meters on the market, however all I found could show only current ...
1
vote
0
answers
36
views
Mains circuit phase balancing relay?
I am looking for a device, like a special relay that would allow me to dynamically switch/move some of my home appliances between the 3 phases that I have on my mains circuit. Is this possible?
The ...
0
votes
0
answers
44
views
Most efficient wlan module for a bunch of rcars
I want to build up a rc car on my own which I can connect/steer via an app - either smartphone or computer. Not decided, yet. I also want to use multiple cars, each for a friend so let's say in the ...
4
votes
0
answers
561
views
Powering an ESP32 used for controlling solenoids remotely
Context
I am from a software engineering background, so I don't know too much about electric engineering apart from basic stuff like Ohm's Law (but willing to learn if needed). I'm building a garden ...
4
votes
1
answer
101
views
Comparative power requirements of various wireless networking protocols
Does anyone have a real- world comparison of various wireless networking protocols, such as Zigbee, LoRa, BTLE (and BT5, if there any production models to measure), even WiFi (any others)?
I am ...
2
votes
0
answers
151
views
Why are zigbee bulbs so underpowered?
Before switching to smart bulbs I had some pretty strong LED bulbs, which were super bright, and I was very happy with them. I think they were about 14w, maybe less maybe more.
However, after looking ...
1
vote
1
answer
80
views
Monitor Energy Usage
I would like to monitor energy usage of various appliances in my house. I hope to put a plug adaptor in which records the power usage. These are available commercially very cheaply, but often only ...
7
votes
3
answers
3k
views
Retrieve raw data from Smart Plug?
I want to monitor the energy/power consumption of household appliances (for example an oven) by using a smart plug. The problem is that I cannot get the raw data to my computer. The measurements are ...
1
vote
1
answer
93
views
IoT Light Power Consumption
I have a esp8266 which consumes around ~70 mA when active. I am controlling a light connected to it.
The deep-sleep can't be used here as the light has to be responsive to on/off signals.
What is ...
1
vote
0
answers
74
views
Sending load information from devices to the coordinator
I'm trying to build an IoT network in which IoT devices have some sort of processing power. For example, they are supposed to receive data and do some processing on them and then send them to upper ...
6
votes
2
answers
145
views
How relevant is the energy consumption of IoT and RF home devices?
I am designing and building my own house. I am very interested in automatizing several devices as blinders and lights.
In general, I am thinking in using Zigbee (Xiaomi and Aqara), RF and IR devices. ...
3
votes
1
answer
3k
views
Distance calculation based on RSSI value
I want to calculate the RSSI value of a Bluetooth module (HC05) and from the derived RSSI value I want to calculate the distance of the surrounding devices. I'm using an Arduino Uno r3 as a controller ...
5
votes
1
answer
312
views
Does powering NodeMCU with 3.3 V also power USB-UART module?
I want to power my nodemcu module with 3.3 V.
Does powering it with 3.3 V also power USB-UART module?
If so I do not want this as it eats the battery.
3
votes
2
answers
288
views
NodeMCU connected with batteries stopped working after 2 hours
I connected nodemcu with batteries and uploaded a code which sends http post request every 10 min and goes to deep sleep. But after 2 hours node mcu stops sending the data.
Voltage regulator used is ...
- The Overflow Blog
-
-
Hot Network Questions
- Function for displaying a value checked against another set of values
- Looking for a single noun to describe an ugly looking person or, more broadly, an ugly image
- Novel where the main character, called Griffin or Gryphon, can change his head from human to griffin and back
- C++17: shared_mutex protected DNS cache (rare writes, many reads) return-by-value vs decltype(auto)?
- Is "equal to" a good substitute for "meaning of"?
- Why do winding numbers replace two-chains in the proof of Cauchy's theorem?
- Squared Squares
- How do modern, "post-collar", seatpost-to-seattube mechanisms work?
- Why are Boston Cream doughnuts so relatively light in calories?
- Does Jesus in Matthew 19:11 point to predestination when He says only those to whom it is given can accept this teaching?
- Why were the characters so careless when they raided Dracula's house?
- Generalizing Transitivity of Group Actions
- In the Pelinore setting, what does the 'Fr' class abbreviation mean?
- Would it be possible to build a neutrino detector that could sense beta decay?
- Which sitcom had the most spin-offs, including spin-offs of the spin-offs?
- How to quickly wipe ext4 superblocks on a NVMe SSD? Secure erase?
- Can you make a closed loop of interlocking chips with three notches?
- Another binomial identity
- How does the op amp act as a differentiator?
- Recombinant insulin production and cyanogen bromide working
- Why doesn't the Brain just remove Pinky?
- Is the "standard candle" model challenged by supernova Ia resulting from 2 white dwarfs?
- How do I introduce my 5 yo granddaughter to her father that went to prison when she was 3 months old?
- What is the complete list of values of -keypbe in OpenSSL?