Search found 8 matches

by adrian_123
Thu Jul 29, 2021 7:45 am
Forum: General discussion
Topic: BME280 gives wrong values after Ethernet begin with W5500
Replies: 19
Views: 8029

Re: BME280 gives wrong values after Ethernet begin with W5500

Hi there, I got the problem. Theres no problem with the stm32 going out of resources, thres no problem of power nor problems with library collisions. I had a defective via in my pcb. STM32 is suitable to work with a ethernet w5500 module, and a display and a bme280 at the same i2c bus. Thanks for al...
by adrian_123
Tue Jul 20, 2021 8:42 am
Forum: General discussion
Topic: BME280 gives wrong values after Ethernet begin with W5500
Replies: 19
Views: 8029

Re: BME280 gives wrong values after Ethernet begin with W5500

They cannot work all at once if I dont initialize the display the sensor still does not work and the other way around has the same result. I also tried to do the bme.begin and the display.behin after the ethenet begin but it crashes. Generaly, ethernet sends values but the ones coming from the senso...
by adrian_123
Mon Jul 19, 2021 12:36 pm
Forum: General discussion
Topic: BME280 gives wrong values after Ethernet begin with W5500
Replies: 19
Views: 8029

Re: BME280 gives wrong values after Ethernet begin with W5500

Both display and sensor dont work when I do ethernet.begin(). The display does not print anything else and the bme sends the same wrong values such as -146ºC.
by adrian_123
Sun Jul 04, 2021 9:03 am
Forum: General discussion
Topic: BME280 gives wrong values after Ethernet begin with W5500
Replies: 19
Views: 8029

Re: BME280 gives wrong values after Ethernet begin with W5500

Hi there, Ive introduced the piece of code and I gave 5 wanted layers through serial. One time before the Ethernet.begin() and one after. This is the result:
Captura de pantalla 2021-07-04 a las 11.03.04.png
Captura de pantalla 2021-07-04 a las 11.03.04.png (54.74 KiB) Viewed 4050 times
Does it give you a hint?
by adrian_123
Fri Jul 02, 2021 8:21 am
Forum: General discussion
Topic: BME280 gives wrong values after Ethernet begin with W5500
Replies: 19
Views: 8029

Re: BME280 gives wrong values after Ethernet begin with W5500

Ok, I will try to insert the code in mine. About this "select USB CDC serial as the serial interface" I program the stm32 through UART on pins A9 and A10. I first need to explore how to program it through USB, but it may be difficulties as long as I work on a Mac OS. I guess that it is man...
by adrian_123
Thu Jul 01, 2021 3:38 pm
Forum: General discussion
Topic: BME280 gives wrong values after Ethernet begin with W5500
Replies: 19
Views: 8029

Re: BME280 gives wrong values after Ethernet begin with W5500

ag123 , Im sorry but I dont get what do you want me to do. mrburnette , I think it might not be the best idea as you said, to power things from STM32. As I have seen, ethernet module consumption could go till 200mA, display till 25mA and BM280 1mA. I would think that if there is not enough power, t...
by adrian_123
Thu Jul 01, 2021 2:29 pm
Forum: General discussion
Topic: BME280 gives wrong values after Ethernet begin with W5500
Replies: 19
Views: 8029

Re: BME280 gives wrong values after Ethernet begin with W5500

Core is stm32duino. PB6 -> SCL and PB7 -> SDA to both display and sensor. I dont see any conflict on that.
by adrian_123
Thu Jul 01, 2021 2:06 pm
Forum: General discussion
Topic: BME280 gives wrong values after Ethernet begin with W5500
Replies: 19
Views: 8029

BME280 gives wrong values after Ethernet begin with W5500

Hi community! I will try to briefly comment my project and my issue. Then I will post the code and the errors. This is my first post. My project is a PCB with an STM32 blue pill, a BME280 sensor and a 128x32 SSD1306 display connected at B6/B7 I2C bus. I got also a W5500 DEVMO USR-ES1 ethernet module...

Go to advanced search