Search found 342 matches

by danicampora
Wed Apr 06, 2016 9:39 pm
Forum: Other Boards
Topic: Atmel SAM D21G18
Replies: 13
Views: 13879

Re: Atmel SAM D21G18

Ummm that's not a good sign. I bet that math operations relying on the functions that were not found before will crash...

Cheers,
Daniel
by danicampora
Wed Apr 06, 2016 7:39 pm
Forum: Other Boards
Topic: Atmel SAM D21G18
Replies: 13
Views: 13879

Re: Atmel SAM D21G18

To me it looks like you are not linking with libm. Try to add -lm to the linker flags.

Cheers,
Daniel
by danicampora
Mon Mar 28, 2016 3:42 pm
Forum: Announcements and News
Topic: Community Service Award for Damien George
Replies: 7
Views: 66466

Re: Community Service Award for Damien George

Very well deserved indeed! Congratulations Damien!

Cheers,
Daniel
by danicampora
Mon Mar 28, 2016 10:44 am
Forum: WiPy and CC3200 boards
Topic: Pin Interrupts
Replies: 1
Views: 2799

Re: Pin Interrupts

Hello nui_de, Thanks for reporting the error on the docs, it should indeed be: trigger=Pin.IRQ_RISING as you say. I'll correct the docs ASAP. With that correction the code works perfectly, bare in mind that you have to test printing on interrupts using the serial terminal, sending data over telnet c...
by danicampora
Wed Mar 23, 2016 3:07 pm
Forum: WiPy and CC3200 boards
Topic: Dead Wipy
Replies: 6
Views: 7415

Re: Dead Wipy

Hi andrethemac,

Can you try booting in safe boot mode? That should at least get you a working REPL and FTP server...

Cheers,
Daniel
by danicampora
Tue Mar 22, 2016 10:36 pm
Forum: WiPy and CC3200 boards
Topic: Read temperature with TMP-36 and WiPy ADC
Replies: 6
Views: 9700

Re: Read temperature with TMP-36 and WiPy ADC

Hi Gabi, Welcome to the forum! Could you share the code that you are using to read the ADC's value? What's the software running on your WiPy? Type os.uname() to ge it. When using the expansion board... Are all the jumpers installed? Maybe the jumper connected to the battery sense pin is not there......
by danicampora
Sun Mar 13, 2016 6:48 pm
Forum: WiPy and CC3200 boards
Topic: SyntaxError: decimal numbers not supported
Replies: 29
Views: 30812

Re: SyntaxError: decimal numbers not supported

Hi,

You can use a//b to make it a floor divide.

Cheers,
Daniel
by danicampora
Sun Mar 13, 2016 10:43 am
Forum: WiPy and CC3200 boards
Topic: SyntaxError: decimal numbers not supported
Replies: 29
Views: 30812

Re: SyntaxError: decimal numbers not supported

Hi guys,

I am sorry to say that floating point is not coming to the WiPy, it takes too much space leaving very little ram available.

Cheers,
Daniel
by danicampora
Thu Mar 10, 2016 11:47 am
Forum: WiPy and CC3200 boards
Topic: Heart Beat LED
Replies: 2
Views: 3817

Re: Heart Beat LED

Hi,

Yes, it's the same pin GP25, it can only be used as an output since it's shared with SOP2.

Cheers,
Daniel
by danicampora
Sat Mar 05, 2016 10:15 am
Forum: WiPy and CC3200 boards
Topic: How to connect 100 WiPy (Station mode) to a 1 WiPy (AP mode)?
Replies: 7
Views: 8251

Re: How to connect 100 WiPy (Station mode) to a 1 WiPy (AP mode)?

Hi benyolo, Regarding question 2, yes, that is possible, and there's no limitation on the WiPy related to that. As the others have pointed out you will need a high end router and also be mindful about the bandwith limitations. Regarding question 3 I need to ask Espressif about the AP limitations of ...