Search found 10 matches

by jiemde
Tue Nov 08, 2016 2:05 pm
Forum: Drivers for External Components
Topic: Bosch BME280 driver
Replies: 42
Views: 45678

Re: Bosch BME280 driver

Assuming you've double checked that bme280.py on the ESP8266 is correct, I suspect you have run out of RAM. Are you running it from webrepl? It might be worth not running webrepl and using a direct connection. Executing the following after the error may be informative: import micropython micropytho...
by jiemde
Tue Sep 27, 2016 6:24 pm
Forum: Drivers for External Components
Topic: Bosch BME280 driver
Replies: 42
Views: 45678

Re: Bosch BME280 driver

Hi all, I'm trying to read an BME280 module first with an "Amica" nodemcu with only 4 Mbits of flash memory without success, and now with an version 3 with 32Mbits of Flash memory, but after transfering the bme280 library, when I try to execute the main.py with: import machine import bme280 i2c = ma...
by jiemde
Sat Aug 06, 2016 8:03 am
Forum: WiPy and CC3200 boards
Topic: Parsing GPS sentence
Replies: 5
Views: 7106

Re: Parsing GPS sentence

Hi Pythoncoder,

it's work!, you get the same answer, but in one line instead of 2.
And when you use the uart.readline() again, you get the rest of the line.

regards

Jiemde
by jiemde
Fri Aug 05, 2016 5:42 pm
Forum: WiPy and CC3200 boards
Topic: Parsing GPS sentence
Replies: 5
Views: 7106

Re: Parsing GPS sentence

Thanks!
When trying the news comparison in the Micropython console of Pymakr, that's work fine, but not yet in the main.py ?
But today I'm tired an try again tomorrow morning !
Regards

Jiemde
by jiemde
Fri Aug 05, 2016 4:19 pm
Forum: WiPy and CC3200 boards
Topic: Parsing GPS sentence
Replies: 5
Views: 7106

Parsing GPS sentence

Hi all, Since 3 days I try to select the right sentence ( $GPRMC ) from an GPS via the uart. When I use the readline(), no problems all the sentences are read one by one, except that when I print them there is a "b" as the first character of the line. When I try to identify the good sentence by: whi...
by jiemde
Wed Jul 06, 2016 9:39 am
Forum: WiPy and CC3200 boards
Topic: update data to thingspeak
Replies: 11
Views: 19234

Re: update data to thingspeak

Hi,
I have a question: what to choose between Urequests library ?
https://github.com/lucien2k/wipy-urllib ... equests.py or
https://github.com/micropython/micropyt ... equests.py ?

Is there some "examples" using these libraries ?

Best regards

Jiemde
by jiemde
Sun Jul 03, 2016 6:46 pm
Forum: WiPy and CC3200 boards
Topic: update data to thingspeak
Replies: 11
Views: 19234

Re: update data to thingspeak

Thanks Dave,

I understand! but is it possible to have some "models", because I've try a lot of libraries for Upython but without success!
Question: can I use "normal" libraries from Python 3 with the Wipy ? or is it necessary to use µpython one ?
Best regards

Jiemde
by jiemde
Sun Jul 03, 2016 6:22 pm
Forum: WiPy and CC3200 boards
Topic: update data to thingspeak
Replies: 11
Views: 19234

Re: update data to thingspeak

Hello, I'm a little bit dissapointed about the no response about my question. Wipy seem to be a good candidate for Iot world, but if this board cannot communicate with a server on internet it's not an Iot! I've ordered an Lopy board and I expect that this one can communicate in Lora ! or in Wifi ! I...
by jiemde
Sun Jun 26, 2016 10:22 am
Forum: WiPy and CC3200 boards
Topic: update data to thingspeak
Replies: 11
Views: 19234

update data to thingspeak

Hello,
Is someone has working with Thingspeak for sending datas ?
I try to use urllib from Lucien2K (https://github.com/lucien2k/wipy-urllib) without success.
Can someone helping ?

Best regards

Jiemde
by jiemde
Sun Jun 19, 2016 2:02 pm
Forum: WiPy and CC3200 boards
Topic: Wipy setup access
Replies: 1
Views: 5443

Wipy setup access

After having 3 or 4 times a good connection and an correct access to the setup page, now I cannot access to the setup webpage at 192.168.1.1 ( access denied )!
Could someone help me ?

Best regards
Jiemde