Search found 8 matches

by soobrosa
Thu Jul 28, 2016 5:50 pm
Forum: WiPy and CC3200 boards
Topic: Hashing implemented in WiPy?
Replies: 6
Views: 6696

Re: Hashing implemented in WiPy?

Good point, thanks.
by soobrosa
Wed Jul 27, 2016 9:37 am
Forum: WiPy and CC3200 boards
Topic: Hashing implemented in WiPy?
Replies: 6
Views: 6696

Re: Hashing implemented in WiPy?

So it means that my noob question is what is the easiest way to get to a shell so one can

Code: Select all

$ pip-micropython install ...
?

Is

Code: Select all

upy-shell
the easiest way? https://github.com/dhylands/upy-shell

Thank you!
by soobrosa
Tue Jul 26, 2016 9:52 am
Forum: WiPy and CC3200 boards
Topic: Hashing implemented in WiPy?
Replies: 6
Views: 6696

Re: Hashing implemented in WiPy?

Thanks!
by soobrosa
Mon Jul 25, 2016 3:11 pm
Forum: WiPy and CC3200 boards
Topic: Hashing implemented in WiPy?
Replies: 6
Views: 6696

Re: Hashing implemented in WiPy?

Even after upgrading to 1.8.2.

Code: Select all

>>> import uhashlib
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: module not found
by soobrosa
Mon Jul 25, 2016 1:49 pm
Forum: WiPy and CC3200 boards
Topic: Hashing implemented in WiPy?
Replies: 6
Views: 6696

Hashing implemented in WiPy?

Hi,

description says that MD5 and SHA shouldn't be a problem. I could't find them on my WiPy?

Please help me, thanks,
Daniel
by soobrosa
Tue Jun 28, 2016 3:17 pm
Forum: WiPy and CC3200 boards
Topic: Get a sensor working (help a noob)
Replies: 3
Views: 5281

Re: Get a sensor working (help a noob)

So I figured, signal went to G4 and it's works lovely.

>>> from machine import Pin
>>> import time
>>> from machine import ADC
>>> adc = ADC()
>>> apin = adc.channel(pin='GP4')
>>> while True:
... print(apin())
... time.sleep(1)
by soobrosa
Tue Jun 28, 2016 2:49 pm
Forum: WiPy and CC3200 boards
Topic: Get a sensor working (help a noob)
Replies: 3
Views: 5281

Re: Get a sensor working (help a noob)

Thanks so much! In the meantime I also got hold of an Artik 5 https://www.artik.io/modules/overview/artik-5/ and an A41SK https://www.sparkfun.com/products/12728 I managed to figure how to make the A41SK sing with the ARTIK. My new noob question is that if red wire goes 3V3, black goes GND where sho...
by soobrosa
Thu Jun 02, 2016 9:33 am
Forum: WiPy and CC3200 boards
Topic: Get a sensor working (help a noob)
Replies: 3
Views: 5281

Get a sensor working (help a noob)

Hi,

I'm a noob who's pretty much bad at soldering, still have a decent experience in collecting data from various devices.

What sensor would you recommend for me that I can plug/force onto the new Expansion Board without soldering?

Any feedback and advice is much appreciated!
http://soobrosa.info