• No right hand side as usual. If i require Wifi it works fine.

    Edit

    I tried your provided beta version of EspruinoWifi and the
    CIPCIPSERVER Error is gone. Sadly UPnP packages still do not arrive.. but i am a step further and have to debug it.

    Edit 2

    I changed the code of the beta EspruinoWifi so the Dgram.createSocket results in calling the AT command AT+CIPSTART=0,"UDP","0",0,1900,2 which.. according to a guide i found should listen on port 1900 for incoming messages from all addresses and allow me to respond to the sender of the last incoming message with AT+CIPSEND. If i then a UDP message to 239.255.255.250:1900 with netcat no message arrives. If i send the UDP message directly to the IP of the espruino (192.168.0.17 in my case) the message arrives.

    Does the AT firmware not support broadcast/multicast? Or what could be the problem?


    1 Attachment

    • Image1.jpg
About

Avatar for PaddeK @PaddeK started