This is a Clock Build which will switch to a Counter if a alert is received.
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
I have now some new choices:
- Find out how to call a https page with the ESP8862
- Find a way to tell my webserver to call the https Page for me (until now no luck)
- Create an Android App and an Webapp using FireBase and VS Studio 2015
- - Find a way to teach the ESP8862 XMPP Protocoll or find a way to translate it to.
- Just give up
Greatly Inspired by #ESP8266 Retro Browser I have rewritten my sketch a bit :)
Read more »Wow it is some kind of addictive ;)
Read more »I tested this Program:
Read more »Today i got first contacts between ESP8266 and Arduino Uno.
One Major drawback is, that the tx/rx is occupied by the ESP8266.
So once you can't really see whats going on and second you can't flash the Arduino when connected.
I added the EA DOG Shield to my Arduino to get some Response from the communication.
But viewed from now it is still some way to go.
I wonder if it is normal, that the ESP8266 gets hot.... i used the Schematic like from the ESP Breakoutboard.
BTW: Don't connect USB+ and Voltages > 5V together... PC did't like it (Rebootet) but i hope no further damage is happened.
As begun with https://hackaday.io/project/2746-furious-tooth-fairy-door-unlock/log/49242-time-for-a-update/discussion-69901
I still have some plans for this project.
#include <SoftwareSerial.h>
SoftwareSerial mySerial(10, 11); // RX, TX
void setup()
{
// Open serial communications and wait for port to open:
Serial.begin(115200);
while (!Serial) {
; // wait for serial port to connect. Needed for Leonardo only
}
Serial.println("Goodnight moon!");
// set the data rate for the SoftwareSerial port
mySerial.begin(115200);
mySerial.println("AT");
}
void loop() // run over and over
{
if (mySerial.available())
Serial.write(mySerial.read());
if (Serial.available())
mySerial.write(Serial.read());
}
Hmm.. maybe tomorrow i get some enlightment.
So it's time to give away my prototype (I need more space) It goes to a good friend.
So you get the Pictures of the Prototype of https://hackaday.io/project/3099/log/14142-the-7x5-dot-matrix-display
It is a 4 Layer PCB ;-) ...
Read more »It looks like the Alarmierungsuhr is going to get a little Sister.
I take some of the left over PCBs and build a Clock with will go into family with my FB 7S Clock :-)

Nice Paint Job isn't it? ;)
I have to admit, that i almost finished the project before starting this HAD-Project ;-)
Please enjoy my Video:
Step by Step I will add a few more informations.
Create an account to leave a comment. Already have an account? Log In.
Become a member to follow this project and never miss any updates