Search found 342 matches

by danicampora
Tue Feb 23, 2016 2:28 pm
Forum: WiPy and CC3200 boards
Topic: Using UART 1
Replies: 5
Views: 6405

Re: Using UART 1

Hi, If you check the pinout: https://raw.githubusercontent.com/wipy/wipy/master/docs/PinOUT.png There are many possible pins that support UART functionality. Default pins for UART0 are GP1 and GP2, if you are using the expansion board it just works because because those are the pins connected to the...
by danicampora
Mon Feb 22, 2016 6:21 pm
Forum: WiPy and CC3200 boards
Topic: Using UART 1
Replies: 5
Views: 6405

Re: Using UART 1

Hello yaap,

Pins GP16 and GP17 will work, you just need to specify them in the constructor:

Code: Select all

u = UART(1, baudrate=115200, pins=('GP16', 'GP17'))
Cheers,
Daniel
by danicampora
Fri Feb 12, 2016 8:46 am
Forum: WiPy and CC3200 boards
Topic: No more documentation for WiPy?
Replies: 1
Views: 2820

Re: No more documentation for WiPy?

Hi,

Sorry about the missing links, we are currently building the new website, we will populate the links again very soon.
In the meantime, check the sticky post on this forum, which has all the relevant links.

Cheers,
Daniel
by danicampora
Tue Feb 09, 2016 11:12 pm
Forum: WiPy and CC3200 boards
Topic: I2C problems?
Replies: 6
Views: 6055

Re: I2C problems?

Hi!

Please file a bug report as until now there are no known issues with I2C.

Thanks!

Cheers,
Daniel
by danicampora
Mon Feb 08, 2016 9:10 pm
Forum: WiPy and CC3200 boards
Topic: Blynk example not working
Replies: 9
Views: 14172

Re: Blynk example not working

Hello Mauro, The credentials should be the one of your router, in order to connect to it and get access to internet and to the blynk servers. The Telnet REPL is killed because the WiPy cannot operate in AP and Station mode at the same time, therefore when you set is as Station to connect to your rou...
by danicampora
Wed Feb 03, 2016 12:41 pm
Forum: Announcements and News
Topic: MicroPython and LoRa+WiFi+BLE with the LoPy on Kickstarter
Replies: 6
Views: 42049

Re: MicroPython and LoRa+WiFi+BLE with the LoPy on Kickstarter

Thanks for your support everyone, we had a great start and hopefully the campaign will be funded soon :-) We will continue supporting and developing the WiPy as well, so no worries about that! Let me take the change to tell you that part of the funds raised by the campaign will go into improving the...
by danicampora
Wed Feb 03, 2016 6:20 am
Forum: WiPy and CC3200 boards
Topic: Getting started
Replies: 15
Views: 13697

Re: Getting started

Hi Gordon,

When you connect the expansion board to you pc, does the pc show up a new serial port? If not please re-install the ftdi drivers.

Bare in mind that the WiPy is never going to show up as a mass storage device, only as a VCP.

Cheers,
Daniel
by danicampora
Tue Feb 02, 2016 10:42 am
Forum: Announcements and News
Topic: MicroPython and LoRa+WiFi+BLE with the LoPy on Kickstarter
Replies: 6
Views: 42049

MicroPython and LoRa+WiFi+BLE with the LoPy on Kickstarter

Hello!

The WiPy team, now part of Pycom, has just launched a new Kickstarter campaign with a board featuring LoRa, WiFi and BlLE.

Chech it out here: https://www.kickstarter.com/projects/17 ... elopment-p

Cheers,
Daniel
by danicampora
Mon Feb 01, 2016 10:45 am
Forum: WiPy and CC3200 boards
Topic: Brick
Replies: 8
Views: 7823

Re: Brick

Can you disconnect everything from the board, and just power it with GP28 connected to 3V3? Do you see the blinking pattern described by the docs in the boot modes section?

Cheers,
Daniel
by danicampora
Mon Feb 01, 2016 9:03 am
Forum: WiPy and CC3200 boards
Topic: Brick
Replies: 8
Views: 7823

Re: Brick

Hi,

Are you sure you didn't connect VIN instead of 3V3 by mistake? What do you mean it's not starting anymore? In safe boot or in normal mode?
Does the LED flash?

Cheers,
Daniel