Author Topic: WIFI and remote access...  (Read 5150 times)

mubase

  • Newbie
  • *
  • Posts: 11
WIFI and remote access...
« on: March 02, 2015, 10:19:42 am »
Hi all. I have had some time to play with my wonderful DIGIX board recently and want to have a go at making a simple webpage that can be accessed from anywhere on the internet. Would anyone know of any good tutorials on this or has anyone had any success with the DIGIX?
I can get the examples to work but am not sure about making it accessible from anywhere.
Any help would be much appreciated.
Thanks.
Steve.S.

defragster

  • Sr. Member
  • ****
  • Posts: 467
Re: WIFI and remote access...
« Reply #1 on: March 03, 2015, 09:29:19 pm »
I saw this hardware that does it recently ESP8266,has its own processor,and language, and 4gb of storage

I've got a few rf24 modules to use on my current project before I look at these,  but here is a sample I saw of it on a similar due class system.

https://forum.pjrc.com/threads/27850-A-Guide-To-Using-ESP8266-With-TEENSY-3

defragster

  • Sr. Member
  • ****
  • Posts: 467
Re: WIFI and remote access...
« Reply #2 on: March 04, 2015, 02:47:44 am »
About that ESP8266 item I just saw these too:

The Current State of ESP8266 Development: http://hackaday.com/2014/09/06/the-current-state-of-esp8266-development/


Tutorial for ESP8266 Serial WiFi Module: https://www.zybuluo.com/kfihihc/note/31135




mubase

  • Newbie
  • *
  • Posts: 11
Re: WIFI and remote access...
« Reply #3 on: March 04, 2015, 07:08:54 am »
yeah. ive got one of these on a board with an atxmega128a4u.
6.00 gbp from widgethub.   http://www.widgethub.co.uk/products.php?product=109

Very interesting and they seem quite powerful as well with a good range. The fact that they can be programmed only makes it better. :)

My main interest in getting a wifi/microcontroller set up going is because for an experiment I wanty to be able to host a webpage containing a few sliders and buttons that can change the parameters of a simple wavrtable synthesis program running on a dev board.
I have a website which I set up using pancake.io and my dropbox.
....