Comments on: Arduino DDNS (Dynamic DNS) https://www.open-electronics.org/arduino-ddns-dynamic-dns/ Open source electronic projects Mon, 16 Oct 2023 09:08:02 +0000 hourly 1 https://wordpress.org/?v=6.8.3 By: Mumris https://www.open-electronics.org/arduino-ddns-dynamic-dns/#comment-13353 Mon, 16 Oct 2023 09:08:02 +0000 http://www.open-electronics.org/?p=897#comment-13353 I have built a Dynamic DNS updater software (Beacon) based on the ESP32 Atom Light device: https://shop.m5stack.com/products/atom-lite-esp32-development-kit.
It uses USB power and a WIFI connection to the Internet. User is free to configure it to any DDNS provider using an exported web page on the Access Point service.

]]>
By: 3pictures https://www.open-electronics.org/arduino-ddns-dynamic-dns/#comment-13211 Mon, 10 Jan 2022 21:24:23 +0000 http://www.open-electronics.org/?p=897#comment-13211 3quicksilver

]]>
By: Arduino DDNS (Dynamic DNS) by Open-Electronics.org – maker.wiznet.io https://www.open-electronics.org/arduino-ddns-dynamic-dns/#comment-12834 Mon, 15 Apr 2019 01:49:13 +0000 http://www.open-electronics.org/?p=897#comment-12834 […] is the complete sketch. You can download the source code from open-electronics.org or in this […]

]]>
By: Anil https://www.open-electronics.org/arduino-ddns-dynamic-dns/#comment-12395 Sun, 26 Feb 2017 02:32:00 +0000 http://www.open-electronics.org/?p=897#comment-12395 Doesn’t the router have to do the DDNS? Or is the Arduino here acting as the router? If my router has DDNS, I will simply use that and NAT the Arduino’s IP.

]]>
By: clayzz jr https://www.open-electronics.org/arduino-ddns-dynamic-dns/#comment-11546 Sun, 19 Jul 2015 05:03:00 +0000 http://www.open-electronics.org/?p=897#comment-11546 Hello.. i have a problem..
When the first run of program.. it works fine and update my ip to dyn.
When i connect to checkip.dyndns.org second time after 30 sec .. it just connect and disconnecting.. and i must reset arduino to update again.. any help ?

]]>
By: Snooper1 https://www.open-electronics.org/arduino-ddns-dynamic-dns/#comment-8961 Fri, 15 Jun 2012 23:00:53 +0000 http://www.open-electronics.org/?p=897#comment-8961 I like your dyn DDNS project. I’m having issues trying to use IDE 1.01

I have a Arduino UNO V3

And a Arduino Mega V3

Both use the Arduino Ethernet shield

What Arduino build did you use?

Can you help to update it to the latest Arduino IDE?

]]>
By: Boris Landoni https://www.open-electronics.org/arduino-ddns-dynamic-dns/#comment-8841 Mon, 13 Feb 2012 17:34:55 +0000 http://www.open-electronics.org/?p=897#comment-8841 hi dmsherazi, this is a good news. ;-)

]]>
By: dmsherazi https://www.open-electronics.org/arduino-ddns-dynamic-dns/#comment-8840 Sun, 12 Feb 2012 07:19:51 +0000 http://www.open-electronics.org/?p=897#comment-8840 @ BORIS

hi its dm sherazi here, actually i got the problem solved the problem was with the hyperterminal , i used docklight and it worked well, and then when i programmed my mcu its still working great .

]]>
By: Boris Landoni https://www.open-electronics.org/arduino-ddns-dynamic-dns/#comment-8746 Mon, 23 Jan 2012 07:49:51 +0000 http://www.open-electronics.org/?p=897#comment-8746 Hi, Try to post your problem on facebook http://www.facebook.com/OpenElectronics

]]>
By: dmsherazi https://www.open-electronics.org/arduino-ddns-dynamic-dns/#comment-8744 Mon, 23 Jan 2012 06:56:00 +0000 http://www.open-electronics.org/?p=897#comment-8744 HI , thanks for ur prompt reply …

I checked dyndns support and also the firmware and then connected to the member.dyndns.com

and sent this data

GET /nic/update?hostname=gsm.xxxxxx.com&myip=12.12.33.4&wildcard=NOCHG&mx=NOCHG&backmx=NOCHG HTTP/1.0
Host: 204.13.248.112
Authorization: Basic a2lxxxxxxxxxxxxxx3M=
User-Agent: kindows- 12hh- 1.1

but i get badagent in responce when i connect to port 8245 , if i conncet to port 80 i get no reponse!!

]]>
By: Boris Landoni https://www.open-electronics.org/arduino-ddns-dynamic-dns/#comment-8437 Wed, 18 Jan 2012 08:45:19 +0000 http://www.open-electronics.org/?p=897#comment-8437 I suggest you to study this firmware
http://www.open-electronics.org/mini-gsm-localizer-without-gps/
You have to connect to the site adding the parameters.

]]>
By: dmsherazi https://www.open-electronics.org/arduino-ddns-dynamic-dns/#comment-8430 Wed, 18 Jan 2012 06:57:12 +0000 http://www.open-electronics.org/?p=897#comment-8430 HI , Nice work , I wanted to implement the dyndns in my project, but i am not fimilair with aurduinos, can u please let me know how would i update my ip address on dyndns using AT commands . I know i have to send http://username:password@members.dyndns.org/nic/update?hostname=yourhostname&myip=ipaddress

but how to do that in AT commands i am usnig the same sim900

]]>