Thursday, 27 August 2015
Saturday, 15 August 2015
Friday, 14 August 2015
Sunday, 9 August 2015
Monday, 3 August 2015
Disadvantages of IOT
Automation cool ha... but every automation is possible because of power/electricity/energy.
DATA COMMUNICATION and Wireless Networks have a huge drawback that is
1,SLEEP when not in use
2. WakeUp to a response
The transaction from sleep to wakeup is where the lots of energy is reqired by the sensors.
Energy Harvesting is a real challenge in case of IOT circuits .Here is a doc that will enahance your view over this disadvantage.
Arduino IOT
1.Arduino UNO(ref-arduino.cc)
Arduino/Genuino Uno is a microcontroller board based on the ATmega328P (datasheet). It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz quartz crystal, a USB connection, a power jack, an ICSP header and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started.. You can tinker with your UNO without worring too much about doing something wrong, worst case scenario you can replace the chip for a few dollars and start over again.
Arduino/Genuino Uno is a microcontroller board based on the ATmega328P (datasheet). It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz quartz crystal, a USB connection, a power jack, an ICSP header and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started.. You can tinker with your UNO without worring too much about doing something wrong, worst case scenario you can replace the chip for a few dollars and start over again.
"Uno" means one in Italian and was chosen to mark the release of Arduino Software (IDE) 1.0. The Uno board and version 1.0 of Arduino Software (IDE) were the reference versions of Arduino, now evolved to newer releases. The Uno board is the first in a series of USB Arduino boards, and the reference model for the Arduino platform; for an extensive list of current, past or outdated boards see the Arduino index of boards.
void setup(){
// all declaration asre done a
}
void loop(){//any thing you want to work all over again
// eg- blink of led
}a single-board computer developed in the UK by the Raspberry Pi Foundation with the intention of stimulating the teaching of basic computer science in schools. The design is based on a Broadcom BCM2835 system on a chip (SoC), which includes an ARM1176JZF-S 700MHz processor, VideoCore IV GPU, and 512 megabytes of RAM. The design does not include a built-in hard disk or solid-state drive, instead relying on an SD card ooting and long-term storage -
Subscribe to:
Posts (Atom)