Search found 26 matches

by ubiq_01
Tue Sep 06, 2016 9:35 am
Forum: Programs, Libraries and Tools
Topic: WebSocket client (on WiPy, ESP8266 or Unix) ?
Replies: 10
Views: 16334

Re: WebSocket client (on WiPy, ESP8266 or Unix) ?

I have a 1st Websocket+TLS = wss:// interaction with the SAP IoT Services up and running on my desktop. https://twitter.com/_rac01/status/773090983630233601 I can receive data "pushed" to a device - and have to check the "upstream" (where the server complains about "the frame not being masked" still...
by ubiq_01
Fri Sep 02, 2016 2:53 pm
Forum: Programs, Libraries and Tools
Topic: WebSocket client (on WiPy, ESP8266 or Unix) ?
Replies: 10
Views: 16334

Re: WebSocket client (on WiPy, ESP8266 or Unix) ?

Many thanks! That helps!

best regards
Ralf
by ubiq_01
Fri Sep 02, 2016 2:43 pm
Forum: WiPy and CC3200 boards
Topic: urequests and SSL on WiPy
Replies: 33
Views: 154211

Re: urequests and SSL on WiPy

I also worked with the urequests module yesterday (see https://twitter.com/_rac01/status/771378341270159360 ) - and in order to use it with SSL on the WiPy I had to modify # s = usocket.socket() s = usocket.socket(socket.AF_INET, socket.SOCK_STREAM, socket.IPPROTO_SEC) (I used the module from a stoc...
by ubiq_01
Fri Sep 02, 2016 2:23 pm
Forum: Programs, Libraries and Tools
Topic: WebSocket client (on WiPy, ESP8266 or Unix) ?
Replies: 10
Views: 16334

Re: WebSocket client (on WiPy, ESP8266 or Unix) ?

Meanwhile I did some further checks. - There is a "built-in" websocket module (that pfalcon wrote) - is there any further info about its usage? - I checked the liris websocket-client lib - unfortunately it has a number of dependencies (e.g. six.py), so it might be easier to just start from e.g. a si...
by ubiq_01
Thu Sep 01, 2016 9:47 am
Forum: Programs, Libraries and Tools
Topic: WebSocket client (on WiPy, ESP8266 or Unix) ?
Replies: 10
Views: 16334

WebSocket client (on WiPy, ESP8266 or Unix) ?

Did somebody work on / knows about WebSocket client code for WiPy, ESP8266 or the MicroPython Unix version? Context is: I'd like to connect to SAP HCP IoT Services (I put a https version for doing so at https://github.com/SAP/iot-starterkit/blob/master/src/examples/python/binary_transfer/starterkit_...
by ubiq_01
Tue Aug 30, 2016 8:56 am
Forum: WiPy and CC3200 boards
Topic: MQTT client with TLS/SSL on CC3200
Replies: 3
Views: 92647

Re: MQTT client with TLS/SSL on CC3200

Hello Daniel, can you provide a little more info on how to reproduce your setup / test? What code / libs (available at github?) are you using for the MQTT + TLS part? Any chance to also do MQTT over Websockets (with TLS)? Also a reference to websockets + TLS with the CC3200 / WiPy / ESP8266 would be...
by ubiq_01
Sun Jun 26, 2016 3:52 pm
Forum: Other Boards
Topic: Q: Nucleo F401 with UART bootloader
Replies: 37
Views: 28492

Re: Q: Nucleo F401 with UART bootloader

Be sure to check which revision of the board you have. See the messages - it was simple with the newest one but problematic with the older ones.
by ubiq_01
Thu Mar 24, 2016 12:39 pm
Forum: Other Boards
Topic: MP on Discovery F469NI (display / touchscreen) ?
Replies: 3
Views: 4075

Re: MP on Discovery F469NI (display / touchscreen) ?

I just learned that even Linux can run on this board. See http://elinux.org/STM32#STM32F429i-Discovery

Will follow up on this.
by ubiq_01
Tue Mar 22, 2016 7:47 am
Forum: Other Boards
Topic: MP on Discovery F469NI (display / touchscreen) ?
Replies: 3
Views: 4075

MP on Discovery F469NI (display / touchscreen) ?

Did somebody consider using MicroPython on one of the Discovery boards with touchscreen - preferably the new DISCO-F469NI with large display and capacitive touchscreen - https://developer.mbed.org/platforms/ST-Discovery-F469NI/ ? Would there be a strategy to start with a "basic port" and only then a...
by ubiq_01
Mon Feb 29, 2016 10:54 am
Forum: Other Boards
Topic: Q: MicroPython on Particle Photon / Electron?
Replies: 1
Views: 3779

Q: MicroPython on Particle Photon / Electron?

It would be very interesting to run MicroPython on a Particle Photon or Electron (with STM32F205 120Mhz ARM Cortex M3 1MB flash, 128KB RAM - https://www.particle.io/prototype) - especially with the Electron where the used 2G or 3G modem is able to do TLS itself and without being dependant on the MCU...