Search found 30 matches

by iceelon
Thu Sep 22, 2022 7:50 am
Forum: Raspberry Pi microcontroller boards
Topic: help function for bm180
Replies: 3
Views: 34647

Re: help function for bm180

point one
by iceelon
Wed Sep 21, 2022 11:38 am
Forum: Raspberry Pi microcontroller boards
Topic: help function for bm180
Replies: 3
Views: 34647

help function for bm180

I've been a week, specifications in hand... and I can't see the error... let's see if someone can see it... I wanted to experiment but I got lost... a little help???? from machine import SoftI2C import time # Get I2C bus i2c = i2c = machine.I2C(0, scl=machine.Pin(17), sda=machine.Pin(16),freq=400000...
by iceelon
Tue Sep 13, 2022 10:27 am
Forum: Raspberry Pi microcontroller boards
Topic: bmp280 error ?
Replies: 2
Views: 32743

Re: bmp280 error ?

thanks for your help... in principle it is in the address 0x76 which is by default where the class is... thinking about it I found the error... it is silly... it turns out that the bmp280 manufactured after 2021 (by the serial id ) only work at frequencies of 100000 bus, if you lower it after a few ...
by iceelon
Mon Sep 12, 2022 2:39 pm
Forum: Raspberry Pi microcontroller boards
Topic: bmp280 error ?
Replies: 2
Views: 32743

bmp280 error ?

Hello, a few days ago I received some bmp280 modules and the truth is, I don't know why they don't work. for now it is connected, it has push resistors and it is a 3.3v device Scan i2c bus... i2c devices found: 1 Decimal address: 118 | Hexa address: 0x76 but when trying to capture the data I2C scan ...
by iceelon
Wed Sep 07, 2022 10:54 pm
Forum: Raspberry Pi microcontroller boards
Topic: Rp2040 Lite purple 16M
Replies: 1
Views: 24698

Rp2040 Lite purple 16M

Does anyone know where I can find the firmware for this board?
by iceelon
Tue Aug 23, 2022 8:51 am
Forum: Raspberry Pi microcontroller boards
Topic: sgp30 not found [resolved]
Replies: 4
Views: 12621

Re: sgp30 not found

hello

The library expects a value of 0x20 exactly but sensor returns 0x22 which would indicate “better” featureset than what’s required.



it works now....
by iceelon
Mon Aug 22, 2022 8:33 am
Forum: Raspberry Pi microcontroller boards
Topic: sgp30 not found [resolved]
Replies: 4
Views: 12621

Re: sgp30 not found

hello
If everything is correct, it is well connected, it detects the device... but nothing continues to give an error in that part... I downloaded the documentation of the sensor to see if I can see where to go...
by iceelon
Sun Aug 21, 2022 9:31 am
Forum: Raspberry Pi microcontroller boards
Topic: sgp30 not found [resolved]
Replies: 4
Views: 12621

sgp30 not found [resolved]

hello again ... trying to put an sgp30 into operation for measurement... Traceback (most recent call last): File "<stdin>", line 22, in <module> File "/lib/spg301.py", line 70, in __init__ RuntimeError: SGP30 Not detected I think it's on this line featureset = self._i2c_read_words_from_cmd([0x20, 0x...
by iceelon
Fri Aug 19, 2022 9:36 am
Forum: Raspberry Pi microcontroller boards
Topic: Pico W Micro Python for SHT30 Temp/Humidity HELP!
Replies: 74
Views: 3228449

Re: Pico W Micro Python for SHT30 Temp/Humidity HELP!

both tested, they work with the sht3x class when i2c hard is read at 12-13 cyclic measurements (1 second intervals) it shows that there is no sensor, but with soft there is no such problem
by iceelon
Wed Aug 17, 2022 10:09 am
Forum: Raspberry Pi microcontroller boards
Topic: help please class error
Replies: 13
Views: 17137

Re: help please class error

thanks, I'm working on it... (learning or at least I'm trying to), thanks for your advice and I'm sorry if I've offended you... nothing could be further from the truth