Chat freely about anything...

User avatar
By hackrid
#148
  • simple Webserver
  • tripple PWM output
  • single GPIO control (actually for a relay)
  • parameter storage in non volatile memory
  • wifi setup via Web interface
  • udp service for device discovery
  • Binbang i2c interface

Did I miss something?
User avatar
By hackrid
#298 To get the IoT demo running on the module, follow this post: viewtopic.php?f=6&t=39&start=10#p293

IP of the module: 192.168.4.1

UART Baudrate is 74880.

booting the module and surfing its IP results in this uart traffic:

Code: Select all 
 ets Jan  8 2013,rst cause:1, boot mode:(3,7)

load 0x40100000, len 31540, room 16
tail 4
chksum 0x39
load 0x3ffe8000, len 5176, room 4
tail 4
chksum 0xcc
load 0x3ffe9440, len 4724, room 4
tail 0
chksum 0x81
csum 0x81
mode : softAP
dhcp server start...
user code done
station: aa:aa:aa:aa:aa:aa join, AID = 1
We have a GET request.
We have a GET request.


but unfortunetely it displays nothing when opened in a browser
User avatar
By Squonk
#301
hackrid wrote:but unfortunetely it displays nothing when opened in a browser

I don't think the device is running a full-blown web server, it is only able to answer to webservice requests, returning JSON-formatted answers.