Questions tagged [energy]

Question regarding energy consumption of hardware of different instruments such as cpu's, cell-phones etc.

Question regarding energy consumption of hardware of different devices such as cpu's, cell-phones etc. Related tags are , .

237 questions
0
votes
1 answer

Are there any metrics for both performance and energy efficiency?

For many parallel programs, the parallelization brings substantial cost, making the speedup sublinear. In this case, the parallel versions are less energy efficient than sequential one. However, people may care both the time performance and energy…
JackWM
  • 10,085
  • 22
  • 65
  • 92
0
votes
1 answer

Energy efficiency of Android sensors vs Bluetooth low energy sensors?

I am making an android application that requires me to detect the user's motion. My application also requires me to use an external sensor, which is a Bluetooth smart sensor, for some other purposes. Now I have two options: to use the…
0
votes
2 answers

Analyzing Energy in NS-2

I am working on MANET and want to do simulation in NS-2. My certain interest is in analyzing the energy consumption in various node for transmission and setup network. I will try to improve some routing protocol for better energy conservation. Now,…
Mazhar
  • 169
  • 1
  • 8
  • 24
0
votes
1 answer

Bluetooth peripheral v. central energy usage

Does a a device, say an iphone, require more energy to advertise as a BLE peripheral in the background than it would if it were scanning as a BLE central in the background? If so then by how much? Again I am refering to a small device such as an…
ian
  • 1,002
  • 2
  • 12
  • 29
0
votes
1 answer

Save energy while app is running

I'm new in android programming. I wrote an app which reads the sensor data (gyro & accelerometer) and should do something when a value is passed. Now my problem is that the battery runs only one hour and there is no difference between…
0
votes
1 answer

C# invoking Powershell, DLL could not be loaded

I am having a slightly odd problem.. the following lines run fine directly in powershell: 1) powercfg -AVAILABLESLEEPSTATES 2) powercfg -energy Straight forward enough, -energy generates its file, has other flags I could play with. Running line…
Daniel Cazan
  • 323
  • 1
  • 4
  • 13
0
votes
1 answer

Motorola XT910 reads rssi equal to 0 from bluetooth low energy tags ticc2540,ticc2541,blue radios tags

I develop an Android application running on Motorola RAZR XT910 with OS version 4.0.4. This application uses the Motorola_ICS_R2_sdkaddon_100 BluetoothGattService.jar and BluetoothGatt.jar libraries and communicates with Bluetooth Low Energy…
0
votes
2 answers

Estimate Power Consumption Based on Running Time Analysis / Code Size

I've developed and tested a C program on my PC and now I want to give an estimate of the power consumption required for the program to do a single run. I've analysised the running time of the application and of invidiual function calls within the…
Kasper Holdum
  • 12,993
  • 6
  • 45
  • 74
0
votes
1 answer

Simulink - electrical appliances and consumption

I would like to ask you for idea or how to define (using Simulink blocks) an electrical appliance with their own power, and energy consumption in time. This block should be possible to switch on and off. If anybody knows an example of something…
Zs.Zs.
  • 63
  • 1
  • 1
  • 6
-1
votes
1 answer

Energy Calculation using Arduino

How I can calculate accurate energy if I have Power, Current , Voltage values This is the code of energy calculation, the result's it's wrong so how I can fix that I want to measure apparent energy, I don't have a problem in V , I, P…
-1
votes
1 answer

Omnet++- Energy consumption curves

I'm doing network simulation using Omnet ++ software and castalia. so i want to know how to plot power consumption, RSSI value curves thanks in advance
-1
votes
1 answer

Measure negative voltages with Fibaro Wall Plug?

I am interested in measuring how much energy my solar cells create. This is a "plug-in" system which connects directly to the socket. My question is whether I can use the Fibaro Wall Plug system to measure negative power flows as well?
flexponsive
  • 6,060
  • 8
  • 26
  • 41
-1
votes
1 answer

Energy savings with cloud computing using cisco packet tracer

I am new to cisco packet tracer. I need to set up a large network with multiple routers and pcs and monitor the energy consumption when a pc communicates with another and compare the energy consumption with a network that has clouds instead of…
-1
votes
1 answer

Energy consumption of an algorithm in c code

I need to calculate the energy consumption of an algorithm in c code. Any ideas how this can be done and if there are pre-defined functions for that? Thanks in advance,
Ons. J
  • 1
  • 1
-1
votes
2 answers

VB Form won't detect and use stored numbers in variables

I'm writing a simple VB form that calculates the cost of an electricity bill. The source code is below: Private Sub BtnCalculate_Click(sender As Object, e As EventArgs) Handles BtnCalculate.Click Dim LowUnits As Integer 'LowUnits is…
1 2 3
15
16