I changed the pin to SCL -> PB10 and SDA->pB11 and i got this !! false measurment !!mlundin wrote: Tue Jun 01, 2021 3:54 pm It also seems that the BluePill variant uses PB6 and PB7 as default I2C
Search found 4 matches
- Thu Jun 03, 2021 11:22 pm
- Forum: General discussion
- Topic: Problem of interfacing MLX90614 with stm32 bluePill
- Replies: 6
- Views: 5842
Re: Problem of interfacing MLX90614 with stm32 bluePill
- Thu Jun 03, 2021 11:18 pm
- Forum: General discussion
- Topic: Problem of interfacing MLX90614 with stm32 bluePill
- Replies: 6
- Views: 5842
Re: Problem of interfacing MLX90614 with stm32 bluePill
I try with this .. it gives me the adresse of mlx90614 which is 0x5A !!mlundin wrote: Tue Jun 01, 2021 3:28 pm First try the "Examples/Wire/i2c_scanner" sketch to check the basic i2c communication and that your sensor board is recognised.
- Thu Jun 03, 2021 7:25 pm
- Forum: General discussion
- Topic: [Solved] Multiple serial port at the same time doesn't work
- Replies: 11
- Views: 16513
Re: [Solved] Multiple serial port at the same time doesn't work
dinihuygens
Hi friend,
actually, i am working on the same project.
I would interface the gps neo 6m with stm32 bluepill.
I programme with Arduino ide.
my one code doesn't work . Can you share yours. I hope that it will work.
Thank you.
I really need it because i ma blocked !!!
Hi friend,
actually, i am working on the same project.
I would interface the gps neo 6m with stm32 bluepill.
I programme with Arduino ide.
my one code doesn't work . Can you share yours. I hope that it will work.
Thank you.
I really need it because i ma blocked !!!
- Tue Jun 01, 2021 12:39 pm
- Forum: General discussion
- Topic: Problem of interfacing MLX90614 with stm32 bluePill
- Replies: 6
- Views: 5842
Problem of interfacing MLX90614 with stm32 bluePill
Hi to all community,
I have an STM32F103 (blue pill) and i want to connect with a mix90614 temperature sensor in order to develop a project for my internship.
I want to read temperature, from the sensor.
I use I2C protocol for my sensor (B8---SDA , B9---SCL)
I used Adafruit mlx90614 library.
But ...
I have an STM32F103 (blue pill) and i want to connect with a mix90614 temperature sensor in order to develop a project for my internship.
I want to read temperature, from the sensor.
I use I2C protocol for my sensor (B8---SDA , B9---SCL)
I used Adafruit mlx90614 library.
But ...