Search found 3667 matches

by Roberthh
Sun Oct 28, 2018 5:18 pm
Forum: WiPy and CC3200 boards
Topic: Attempting to read BME280 sensor from WiPy 2.0 but having trouble ...
Replies: 24
Views: 18081

Re: Attempting to read BME280 sensor from WiPy 2.0 but having trouble ...

So maybe the pull-up resistors on SDA and SCL are missing. You can try to add 4.7 kOhm between SDL and Vcc and SDA and Vcc.
by Roberthh
Sun Oct 28, 2018 5:01 pm
Forum: WiPy and CC3200 boards
Topic: Attempting to read BME280 sensor from WiPy 2.0 but having trouble ...
Replies: 24
Views: 18081

Re: Attempting to read BME280 sensor from WiPy 2.0 but having trouble ...

That#s not right. It should return immediately with an empty list. You can verify that with not connecting anything to the WiPy2 and run scan()
by Roberthh
Sun Oct 28, 2018 4:34 pm
Forum: WiPy and CC3200 boards
Topic: Attempting to read BME280 sensor from WiPy 2.0 but having trouble ...
Replies: 24
Views: 18081

Re: Attempting to read BME280 sensor from WiPy 2.0 but having trouble ...

Did you power cycle the board after connecting CSB? And of you say hanging? i2c.scan() should always return. If it does not find something, it returns an empty list.
by Roberthh
Sun Oct 28, 2018 3:53 pm
Forum: WiPy and CC3200 boards
Topic: Attempting to read BME280 sensor from WiPy 2.0 but having trouble ...
Replies: 24
Views: 18081

Re: Attempting to read BME280 sensor from WiPy 2.0 but having trouble ...

What kind of BME280 set-up do you use. DO you use a breakout board, and if yes, which one? Or did you just get the bare BME280 and trying to connect? I'm asking because the BME280 supports I2C and SPI connections, The selection is done trough CS. For I2C, this has to be at VDD during power on. P.S::...
by Roberthh
Sun Oct 28, 2018 1:40 pm
Forum: WiPy and CC3200 boards
Topic: Attempting to read BME280 sensor from WiPy 2.0 but having trouble ...
Replies: 24
Views: 18081

Re: Attempting to read BME280 sensor from WiPy 2.0 but having trouble ...

It is hard to understand why against all hints you are insisting to post in this forum. Nevertheless, i tried a BME280 with a LoPy4 module, which should behave identical to the WiPy2 for this purpose. The module I tried is this one: https://www.amazon.com/BME280-Pressure-Sensor-Temperature-Barometri...
by Roberthh
Fri Oct 26, 2018 6:09 pm
Forum: General Discussion and Questions
Topic: Problem with main.py file
Replies: 1
Views: 1250

Re: Problem with main.py file

How do you try to access the files, and which board are you using?
by Roberthh
Wed Oct 24, 2018 8:04 pm
Forum: ESP8266 boards
Topic: Is development ended for ESP8266?
Replies: 10
Views: 7160

Re: Is development ended for ESP8266?

More likely something is broken with the creation of daily builds for ESP8266
by Roberthh
Wed Oct 24, 2018 6:48 pm
Forum: Programs, Libraries and Tools
Topic: A simple shell for pyboard
Replies: 45
Views: 48057

Re: A simple shell for pyboard

Implementing wc is surely a great work, but I personally would not use it. I have upysh.py on every device imported by main.py, and what I need & use is ls, rm, rmdir, mkdir, cd, cat. df might be the only option missing. So the whole module takes like 2k of RAM, what I think is the amount I can miss...
by Roberthh
Wed Oct 24, 2018 12:50 pm
Forum: WiPy and CC3200 boards
Topic: Attempting to read BME280 sensor from WiPy 2.0 but having trouble ...
Replies: 24
Views: 18081

Re: Attempting to read BME280 sensor from WiPy 2.0 but having trouble ...

I just looked at the source code and the data sheet. I have no BME280 at hand, but an ESP32 module with the WiPy2 firmware. but since you have that available, you can easily try yourself.