<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: WIFI module ESP8266 for IoT</title>
	<atom:link href="http://www.epanorama.net/blog/2014/11/09/wifi-module-esp8266-for-iot/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.epanorama.net/blog/2014/11/09/wifi-module-esp8266-for-iot/</link>
	<description>All about electronics and circuit design</description>
	<lastBuildDate>Thu, 16 Apr 2026 06:23:33 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.14</generator>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2014/11/09/wifi-module-esp8266-for-iot/comment-page-7/#comment-1573313</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Tue, 05 Dec 2017 13:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=27671#comment-1573313</guid>
		<description><![CDATA[Minimizing ESP8266 Battery Drain
https://hackaday.com/2017/12/03/minimizing-esp8266-battery-drain/

[Alex Jensen] wanted to build a battery-powered weather station, using an ESP8266 breakout board to connect to WiFi. However, [Alex]’s research revealed that the ESP chip uses around 70mA per hour when the radio is on — meaning that he’d have to change batteries a lot more than he wanted to. He really wanted a low power rig such that he’d only have to change batteries every 2 years on a pair of AAs.

The two considerations would be, how often does the ESP get powered up for data transmissions — and how often the weather station’s ATtiny85 takes sensor readings. Waking up the ESP from sleep mode takes about 16mA — plus, once awake it takes about 3 seconds to reconnect, precious time at 70mA. However, by using a static IP address he was able to pare that down to half a second, with one more second to do the actual data transmission. In addition to the hourly WiFi connection, the Tiny85 must be powered, though its relatively modest 1.5mA per hour doesn’t amount to much, even with the chip awake for 36 hours during the year. All told, the various components came to around 500 mAh per year, so using a pair of AA batteries should keep the rig going for years.

ESP8266 on batteries for years – part 1
https://www.cron.dk/esp8266-on-batteries-for-years-part-1/]]></description>
		<content:encoded><![CDATA[<p>Minimizing ESP8266 Battery Drain<br />
<a href="https://hackaday.com/2017/12/03/minimizing-esp8266-battery-drain/" rel="nofollow">https://hackaday.com/2017/12/03/minimizing-esp8266-battery-drain/</a></p>
<p>[Alex Jensen] wanted to build a battery-powered weather station, using an ESP8266 breakout board to connect to WiFi. However, [Alex]’s research revealed that the ESP chip uses around 70mA per hour when the radio is on — meaning that he’d have to change batteries a lot more than he wanted to. He really wanted a low power rig such that he’d only have to change batteries every 2 years on a pair of AAs.</p>
<p>The two considerations would be, how often does the ESP get powered up for data transmissions — and how often the weather station’s ATtiny85 takes sensor readings. Waking up the ESP from sleep mode takes about 16mA — plus, once awake it takes about 3 seconds to reconnect, precious time at 70mA. However, by using a static IP address he was able to pare that down to half a second, with one more second to do the actual data transmission. In addition to the hourly WiFi connection, the Tiny85 must be powered, though its relatively modest 1.5mA per hour doesn’t amount to much, even with the chip awake for 36 hours during the year. All told, the various components came to around 500 mAh per year, so using a pair of AA batteries should keep the rig going for years.</p>
<p>ESP8266 on batteries for years – part 1<br />
<a href="https://www.cron.dk/esp8266-on-batteries-for-years-part-1/" rel="nofollow">https://www.cron.dk/esp8266-on-batteries-for-years-part-1/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2014/11/09/wifi-module-esp8266-for-iot/comment-page-7/#comment-1573311</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Tue, 05 Dec 2017 13:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=27671#comment-1573311</guid>
		<description><![CDATA[ESP-12 SOCKET ADAPTER SOLDERLESS FLASHER
https://hackaday.io/project/28439-esp-12-socket-adapter-solderless-flasher

I believe that just like me, many of you have already had to flash a firmware to the ESP-12 before soldering it on a pcb. So I made a video showing how I solved this problem.

https://www.youtube.com/watch?v=vXDHyCQ3suw]]></description>
		<content:encoded><![CDATA[<p>ESP-12 SOCKET ADAPTER SOLDERLESS FLASHER<br />
<a href="https://hackaday.io/project/28439-esp-12-socket-adapter-solderless-flasher" rel="nofollow">https://hackaday.io/project/28439-esp-12-socket-adapter-solderless-flasher</a></p>
<p>I believe that just like me, many of you have already had to flash a firmware to the ESP-12 before soldering it on a pcb. So I made a video showing how I solved this problem.</p>
<p><a href="https://www.youtube.com/watch?v=vXDHyCQ3suw" rel="nofollow">https://www.youtube.com/watch?v=vXDHyCQ3suw</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2014/11/09/wifi-module-esp8266-for-iot/comment-page-7/#comment-1570403</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Mon, 13 Nov 2017 13:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=27671#comment-1570403</guid>
		<description><![CDATA[Weather Station Needs Almost No Batteries
https://hackaday.com/2017/11/13/weather-station-needs-almost-no-batteries/

While the ESP8266 has made its way into virtually every situation where a low-cost WiFi solution is needed, it’s not known as being a low-power solution due to the amount of energy it takes to run WiFi. [Alex] took this design constraint as more of a challenge though, and with the help of an ATtiny microcontroller was able to develop a weather station using an ESP8266 that only needs new batteries every 2-4 years.

ESP8266 on batteries for years – part 1
https://www.cron.dk/esp8266-on-batteries-for-years-part-1/

For some time I have been fascinated by the possibilities of the ESP8266, but I never really considered it good for a life on batteries. I got an idea of making an outdoor weather station that would send measured light level, temperature and humidity to my home automation server.

The ESP is a hungry beast when it’s doing WiFi. According to different sources on the internet it uses about 70 mA on average when WiFi is on! This would mean that I have to change batteries on my sensor quite some times every year.

I instead came up with the idea of a design using an AtTiny85 for doing frequent measurements and then once in a while to wake up the ESP beast to transmit it’s recorded data to the server.]]></description>
		<content:encoded><![CDATA[<p>Weather Station Needs Almost No Batteries<br />
<a href="https://hackaday.com/2017/11/13/weather-station-needs-almost-no-batteries/" rel="nofollow">https://hackaday.com/2017/11/13/weather-station-needs-almost-no-batteries/</a></p>
<p>While the ESP8266 has made its way into virtually every situation where a low-cost WiFi solution is needed, it’s not known as being a low-power solution due to the amount of energy it takes to run WiFi. [Alex] took this design constraint as more of a challenge though, and with the help of an ATtiny microcontroller was able to develop a weather station using an ESP8266 that only needs new batteries every 2-4 years.</p>
<p>ESP8266 on batteries for years – part 1<br />
<a href="https://www.cron.dk/esp8266-on-batteries-for-years-part-1/" rel="nofollow">https://www.cron.dk/esp8266-on-batteries-for-years-part-1/</a></p>
<p>For some time I have been fascinated by the possibilities of the ESP8266, but I never really considered it good for a life on batteries. I got an idea of making an outdoor weather station that would send measured light level, temperature and humidity to my home automation server.</p>
<p>The ESP is a hungry beast when it’s doing WiFi. According to different sources on the internet it uses about 70 mA on average when WiFi is on! This would mean that I have to change batteries on my sensor quite some times every year.</p>
<p>I instead came up with the idea of a design using an AtTiny85 for doing frequent measurements and then once in a while to wake up the ESP beast to transmit it’s recorded data to the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2014/11/09/wifi-module-esp8266-for-iot/comment-page-7/#comment-1570400</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Mon, 13 Nov 2017 13:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=27671#comment-1570400</guid>
		<description><![CDATA[Alexa, Hack My TV
https://hackaday.com/2017/11/12/alexa-hack-my-tv/

If you have an Alexa, one of the best things you can buy to go with it is a Harmony Hub remote. Sure, you get a universal remote to control all your home theater equipment, but you’ll hardly use it because the Alexa can virtually push the Harmony buttons for you. The negative word in this paragraph, though, is “buy.” The Harmony Hub isn’t inexpensive. Fortunately [Michael Higginis] has you covered. He has an ESP8266 universal remote that you can control with Alexa

On the one hand, the idea is fairly simple. An ESP8266 has plenty of horsepower to read and recreate IR codes. However, we were very impressed with the web portal used to configure the device and integrating it with Alexa is a neat trick.

Unlike a real Harmony Hub, however, the remote only controls IR devices. However, since the Alexa to device connection is WiFi, you probably won’t miss having an RF remote, even if you need to tuck the remote away in an enclosure somewhere.

ESP8266 Compatible IR Blaster that accepts HTTP commands for use with services like Amazon Echo 
https://github.com/mdhiggins/ESP8266-HTTP-IR-Blaster/]]></description>
		<content:encoded><![CDATA[<p>Alexa, Hack My TV<br />
<a href="https://hackaday.com/2017/11/12/alexa-hack-my-tv/" rel="nofollow">https://hackaday.com/2017/11/12/alexa-hack-my-tv/</a></p>
<p>If you have an Alexa, one of the best things you can buy to go with it is a Harmony Hub remote. Sure, you get a universal remote to control all your home theater equipment, but you’ll hardly use it because the Alexa can virtually push the Harmony buttons for you. The negative word in this paragraph, though, is “buy.” The Harmony Hub isn’t inexpensive. Fortunately [Michael Higginis] has you covered. He has an ESP8266 universal remote that you can control with Alexa</p>
<p>On the one hand, the idea is fairly simple. An ESP8266 has plenty of horsepower to read and recreate IR codes. However, we were very impressed with the web portal used to configure the device and integrating it with Alexa is a neat trick.</p>
<p>Unlike a real Harmony Hub, however, the remote only controls IR devices. However, since the Alexa to device connection is WiFi, you probably won’t miss having an RF remote, even if you need to tuck the remote away in an enclosure somewhere.</p>
<p>ESP8266 Compatible IR Blaster that accepts HTTP commands for use with services like Amazon Echo<br />
<a href="https://github.com/mdhiggins/ESP8266-HTTP-IR-Blaster/" rel="nofollow">https://github.com/mdhiggins/ESP8266-HTTP-IR-Blaster/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2014/11/09/wifi-module-esp8266-for-iot/comment-page-7/#comment-1569178</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Fri, 03 Nov 2017 09:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=27671#comment-1569178</guid>
		<description><![CDATA[Eavesdropping With An ESP8266
https://hackaday.com/2017/11/02/eavesdropping-with-an-esp8266/

In the old days, spies eavesdropped on each other using analog radio bugs. These days, everything’s in the cloud. [Sebastian] from [Hacking Beaver]  wondered if he could make a WiFi bug that was small and cheap besides. Enter the ESP8266 and some programming wizardry.

[Sebastian] is using a NodeMCU but suggests that it could be pared down to any ESP8266 board — with similar cuts made to the rest of the electronics — but has this working as a proof of concept. A PIC 18 MCU samples the audio data from a microphone at 10 kHz with an 8-bit resolution, dumping it into a 512-byte buffer. Once that fills, a GPIO pin is pulled down and the ESP8266 sends the data to a waiting TCP server over the WiFi which either records or plays the audio in real-time.

Voice over WI-FI with ESP8266
http://hackingbeaver.com/?p=957]]></description>
		<content:encoded><![CDATA[<p>Eavesdropping With An ESP8266<br />
<a href="https://hackaday.com/2017/11/02/eavesdropping-with-an-esp8266/" rel="nofollow">https://hackaday.com/2017/11/02/eavesdropping-with-an-esp8266/</a></p>
<p>In the old days, spies eavesdropped on each other using analog radio bugs. These days, everything’s in the cloud. [Sebastian] from [Hacking Beaver]  wondered if he could make a WiFi bug that was small and cheap besides. Enter the ESP8266 and some programming wizardry.</p>
<p>[Sebastian] is using a NodeMCU but suggests that it could be pared down to any ESP8266 board — with similar cuts made to the rest of the electronics — but has this working as a proof of concept. A PIC 18 MCU samples the audio data from a microphone at 10 kHz with an 8-bit resolution, dumping it into a 512-byte buffer. Once that fills, a GPIO pin is pulled down and the ESP8266 sends the data to a waiting TCP server over the WiFi which either records or plays the audio in real-time.</p>
<p>Voice over WI-FI with ESP8266<br />
<a href="http://hackingbeaver.com/?p=957" rel="nofollow">http://hackingbeaver.com/?p=957</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2014/11/09/wifi-module-esp8266-for-iot/comment-page-7/#comment-1569072</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 02 Nov 2017 14:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=27671#comment-1569072</guid>
		<description><![CDATA[iDONT (Internet Doorbell ON/off Trigger)
iDon&#039;t as in I don&#039;t want my doorbell to ring. 
https://hackaday.io/project/20545-idont-internet-doorbell-onoff-trigger

Using an ESP8266, two relays, five ICs, and some R and Cs, the iDONT is placed between the doorbell transformer and existing wiring to the doorbell and chimes. The iDONT not only silences the doorbell on command from a smart phone, but sends a message when the doorbell is pressed even when the chimes are off!]]></description>
		<content:encoded><![CDATA[<p>iDONT (Internet Doorbell ON/off Trigger)<br />
iDon&#8217;t as in I don&#8217;t want my doorbell to ring.<br />
<a href="https://hackaday.io/project/20545-idont-internet-doorbell-onoff-trigger" rel="nofollow">https://hackaday.io/project/20545-idont-internet-doorbell-onoff-trigger</a></p>
<p>Using an ESP8266, two relays, five ICs, and some R and Cs, the iDONT is placed between the doorbell transformer and existing wiring to the doorbell and chimes. The iDONT not only silences the doorbell on command from a smart phone, but sends a message when the doorbell is pressed even when the chimes are off!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2014/11/09/wifi-module-esp8266-for-iot/comment-page-7/#comment-1565082</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Mon, 02 Oct 2017 13:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=27671#comment-1565082</guid>
		<description><![CDATA[Trouble Flashing Your ESP8266? Meet DIO and QIO
https://hackaday.com/2017/10/01/trouble-flashing-your-esp8266-meet-dio-and-qio/

It turns out that there are different types of flash used with the ESP8266, and the correct programming mode must be selected for a given hardware setup. These modes are known as DIO and QIO, meaning “dual IO” and “quad IO” respectively. This refers to the number of IO line used to talk to the flash memory. There are also further modes, known as DOUT and QOUT. It’s important to identify the modes supported by the flash chip on board, by looking at the datasheet. Obviously this can be difficult on some pre-built modules, so experimentation is the key here.]]></description>
		<content:encoded><![CDATA[<p>Trouble Flashing Your ESP8266? Meet DIO and QIO<br />
<a href="https://hackaday.com/2017/10/01/trouble-flashing-your-esp8266-meet-dio-and-qio/" rel="nofollow">https://hackaday.com/2017/10/01/trouble-flashing-your-esp8266-meet-dio-and-qio/</a></p>
<p>It turns out that there are different types of flash used with the ESP8266, and the correct programming mode must be selected for a given hardware setup. These modes are known as DIO and QIO, meaning “dual IO” and “quad IO” respectively. This refers to the number of IO line used to talk to the flash memory. There are also further modes, known as DOUT and QOUT. It’s important to identify the modes supported by the flash chip on board, by looking at the datasheet. Obviously this can be difficult on some pre-built modules, so experimentation is the key here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2014/11/09/wifi-module-esp8266-for-iot/comment-page-7/#comment-1564208</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Mon, 25 Sep 2017 10:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=27671#comment-1564208</guid>
		<description><![CDATA[Channel-Attack-ESP8266
Channel-Attack with ESP8266
https://hackaday.io/project/27432-channel-attack-esp8266

Channel-Attack # deauthentication Attack.
While hackers do good most of the time, we occasionally do evil and pl

Channel-Attack with ESP8266

Channel Attack-not-deauthentication Attack.

http://github.com/vuong244/Channel-Attack-ESP8266

While hackers do good most of the time, we occasionally do evil and play a prank. The ESP8266, unlike JSON, allows me to do evil. Thus, I programmed the microcontroller for an evil purpose: slow down the WiFi.

Packet from a station is always addressed toward the access point, even if its destination is another station. The access point then relays the packet either via a wired interface, or wirelessly toward the recipient station. The two transmissions (from station to access point, and from access point to recipient station) can choose speeds independently.]]></description>
		<content:encoded><![CDATA[<p>Channel-Attack-ESP8266<br />
Channel-Attack with ESP8266<br />
<a href="https://hackaday.io/project/27432-channel-attack-esp8266" rel="nofollow">https://hackaday.io/project/27432-channel-attack-esp8266</a></p>
<p>Channel-Attack # deauthentication Attack.<br />
While hackers do good most of the time, we occasionally do evil and pl</p>
<p>Channel-Attack with ESP8266</p>
<p>Channel Attack-not-deauthentication Attack.</p>
<p><a href="http://github.com/vuong244/Channel-Attack-ESP8266" rel="nofollow">http://github.com/vuong244/Channel-Attack-ESP8266</a></p>
<p>While hackers do good most of the time, we occasionally do evil and play a prank. The ESP8266, unlike JSON, allows me to do evil. Thus, I programmed the microcontroller for an evil purpose: slow down the WiFi.</p>
<p>Packet from a station is always addressed toward the access point, even if its destination is another station. The access point then relays the packet either via a wired interface, or wirelessly toward the recipient station. The two transmissions (from station to access point, and from access point to recipient station) can choose speeds independently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2014/11/09/wifi-module-esp8266-for-iot/comment-page-7/#comment-1564206</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Mon, 25 Sep 2017 10:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=27671#comment-1564206</guid>
		<description><![CDATA[Datalogger uses ESP32 and ESP8266 Low Power Modes
https://hackaday.com/2017/09/24/datalogger-uses-esp32-and-esp8266-low-power-modes/

[G6EJD] wanted to design a low power datalogger and decided to look at the power consumption of an ESP32 versus an ESP8266. You can see the video results below.

Of course, anytime someone does a power test, you have to wonder if there were any tricks or changes that would have made a big difference. However, the relative data is interesting (even though you could posit situations where even those results would be misleading). You should watch the videos, but the bottom line was a 3000 mAh battery provided 315 days of run time for the ESP8266 and 213 days with the ESP32.]]></description>
		<content:encoded><![CDATA[<p>Datalogger uses ESP32 and ESP8266 Low Power Modes<br />
<a href="https://hackaday.com/2017/09/24/datalogger-uses-esp32-and-esp8266-low-power-modes/" rel="nofollow">https://hackaday.com/2017/09/24/datalogger-uses-esp32-and-esp8266-low-power-modes/</a></p>
<p>[G6EJD] wanted to design a low power datalogger and decided to look at the power consumption of an ESP32 versus an ESP8266. You can see the video results below.</p>
<p>Of course, anytime someone does a power test, you have to wonder if there were any tricks or changes that would have made a big difference. However, the relative data is interesting (even though you could posit situations where even those results would be misleading). You should watch the videos, but the bottom line was a 3000 mAh battery provided 315 days of run time for the ESP8266 and 213 days with the ESP32.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2014/11/09/wifi-module-esp8266-for-iot/comment-page-7/#comment-1564205</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Mon, 25 Sep 2017 10:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=27671#comment-1564205</guid>
		<description><![CDATA[Hackaday Prize Entry: Inexpensive Emergency Button
https://hackaday.com/2017/09/24/hackaday-prize-entry-inexpensive-emergency-button/

I’ve fallen and I can’t get up. We all remember it, and we all know what product we’re talking about. Now, with cheap microcontrollers, ubiquitous WiFi, and wearable electronics, there must be a simpler solution. [Jean Paradedel]’s emergency button project is designed to replace those wearable emergency buttons, which usually include an expensive call center plan.

[Jean]’s button is based off an ESP8266 module, which sends an email to a care provider if a button is pressed. The whole thing is powered by a CR2032 watch battery and the device’s case was 3D printed. The interface is simple — it’s just a wearable button, after all — and the form factor is small enough to be completely unobtrusive.

Emergency button : Reliable, Inexpensive &amp; Design
Emergency Button for 7$ based on ESP8266 Wifi board
https://hackaday.io/project/27017-emergency-button-reliable-inexpensive-design

One of the main problems for old age people is keeping their balance while walking. It is getting more and more difficult to move, and if they fall down it&#039;s very complicated to get back up. My family is calling my grandmother every evening to check for this kind of problem. There are some emergency buttons that can help, but you often have an expensive monthly payment for the call center. In addition, most old people don&#039;t like to wear some gray plastic technologies around their neck.]]></description>
		<content:encoded><![CDATA[<p>Hackaday Prize Entry: Inexpensive Emergency Button<br />
<a href="https://hackaday.com/2017/09/24/hackaday-prize-entry-inexpensive-emergency-button/" rel="nofollow">https://hackaday.com/2017/09/24/hackaday-prize-entry-inexpensive-emergency-button/</a></p>
<p>I’ve fallen and I can’t get up. We all remember it, and we all know what product we’re talking about. Now, with cheap microcontrollers, ubiquitous WiFi, and wearable electronics, there must be a simpler solution. [Jean Paradedel]’s emergency button project is designed to replace those wearable emergency buttons, which usually include an expensive call center plan.</p>
<p>[Jean]’s button is based off an ESP8266 module, which sends an email to a care provider if a button is pressed. The whole thing is powered by a CR2032 watch battery and the device’s case was 3D printed. The interface is simple — it’s just a wearable button, after all — and the form factor is small enough to be completely unobtrusive.</p>
<p>Emergency button : Reliable, Inexpensive &amp; Design<br />
Emergency Button for 7$ based on ESP8266 Wifi board<br />
<a href="https://hackaday.io/project/27017-emergency-button-reliable-inexpensive-design" rel="nofollow">https://hackaday.io/project/27017-emergency-button-reliable-inexpensive-design</a></p>
<p>One of the main problems for old age people is keeping their balance while walking. It is getting more and more difficult to move, and if they fall down it&#8217;s very complicated to get back up. My family is calling my grandmother every evening to check for this kind of problem. There are some emergency buttons that can help, but you often have an expensive monthly payment for the call center. In addition, most old people don&#8217;t like to wear some gray plastic technologies around their neck.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
