Search found 6 matches

by r4space
Sat Sep 24, 2016 6:15 am
Forum: WiPy and CC3200 boards
Topic: Powering 5V micro servos from expansion board
Replies: 2
Views: 6585

Re: Powering 5V micro servos from expansion board

I'm wondering the same thing - can I source ~5V off the Vin pin?

How did this work out for you?
by r4space
Tue Jun 21, 2016 11:14 pm
Forum: WiPy and CC3200 boards
Topic: Blynk example not working
Replies: 9
Views: 17901

Re: Blynk example not working

So I found a solution that results in a successful TCP connection. Still having trouble with SSL though. Find the line for the Blink class constructor in BlinkLib.py: def __init__(self, token, server='cloud.blynk.cc', port=None, connect=True, wdt=True, ssl=False): Change it to look like the followin...
by r4space
Mon Jun 20, 2016 8:55 pm
Forum: WiPy and CC3200 boards
Topic: Blynk example not working
Replies: 9
Views: 17901

Re: Blynk example not working

So I can get my laptop to connect to Blynk on my phone so it's not my phone setup or my router blocking the wipy...

Any debug ideas?

Much thanks!
by r4space
Mon Jun 20, 2016 1:00 am
Forum: WiPy and CC3200 boards
Topic: I2C baudrate oddity?
Replies: 2
Views: 8053

I2C baudrate oddity?

Hi, I'm trying to set the baudrate to 9600 as past experience with my sensor (CO2meter K33) says that's best but when initiating the i2c it always changes that to 50000 - huh? from machine import Pin from machine import I2C #Set alternate ode on pins #GP23=I2C0_SCL[9] #GP24=I2C0_SDA[9] scl=Pin('GP23...
by r4space
Sun Jun 19, 2016 8:38 pm
Forum: WiPy and CC3200 boards
Topic: Blynk example not working
Replies: 9
Views: 17901

Re: Blynk example not working

Hi all, Any suggestions on how to make blynk.run() more verbose? I can step through running the simple example line by line and see my wipy connect to my router, all the steps execut ewith no error but nothing happens on blynk.run() It prints: TCP: Connecting to cloud.blynk.cc:8442 Sits there for ma...
by r4space
Sun Jun 19, 2016 7:21 pm
Forum: Programs, Libraries and Tools
Topic: pymaker ?
Replies: 2
Views: 6790

Re: pymaker ?

Also have the same/similar problem on Ubuntu trying to connect to Wipy with static IP - I can Telnet/FTP in fine but via Pymakr I just get: Error while communicating with the MicroPython device! Connecting... Error while communicating with the MicroPython device! Connecting... Error while communicat...