Search found 38 matches

by ujurmsde
Thu Jul 01, 2021 7:48 am
Forum: ESP-IDF
Topic: I2C wire library porting on ESP-IDF
Replies: 7
Views: 9686

I2C wire library porting on ESP-IDF

Hi all, I am somewhat confused at the moment. Despite the fact that I have a good knowledge about RTOS and Arduino platform I can't figure out how to use I2C wire library with RTOS/ESP-IDF. If for example I have bought a sensor which has arduino wire based API and does not have ESP-IDF based I2C API...
by ujurmsde
Sun Jun 20, 2021 11:41 am
Forum: Report Bugs
Topic: Found a program compilation issue with BLE GATT_client program.
Replies: 0
Views: 8281

Found a program compilation issue with BLE GATT_client program.

Hi, I am sharing the issue I faced to build the BLE application in hope that it might be useful to someone else with the same issue While I was running the command to build the project I got the error as specified here. idf.py build /user/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp...
by ujurmsde
Sat Apr 10, 2021 2:56 am
Forum: ESP-IDF
Topic: Unable to compile flite example
Replies: 1
Views: 2423

Re: Unable to compile flite example

As far as I could undestand from the first look is that there are "Undefined reference", so make sure that both .h and .c/.cpp files exists which make is able to find while building the project.!
by ujurmsde
Fri Apr 09, 2021 1:14 pm
Forum: ESP-IDF
Topic: DPS310 pressure sensor interfacing with RTOS
Replies: 0
Views: 1589

DPS310 pressure sensor interfacing with RTOS

Hi, I was trying to interface DPS310 sensor from Infineon with ESP8266 but it is not working as expected. The I2C interface is fetching correct data for the sensor ID but it fails to provide right data for temperature. I have already decided to not work with this sensor but still if someone could ha...
by ujurmsde
Tue Apr 06, 2021 8:38 am
Forum: Hardware
Topic: How to correctly process two's complement data with ESP-RTOS tasks for sensor
Replies: 2
Views: 5556

How to correctly process two's complement data with ESP-RTOS tasks for sensor

I have a question regarding 2's complement values which I get from I2C sensor. I am new to ESP and maybe the question might look a bit strange but I am facing this problem. I have a pressure sensor from Infineon DPS310. There are two's complement values in 12 bit and some are in 24 bits. I want to p...
by ujurmsde
Wed Mar 24, 2021 7:10 am
Forum: ESP-IDF
Topic: Question about how to get started developing own code with ESP-IDF SDK
Replies: 3
Views: 2628

Re: Question about how to get started developing own code with ESP-IDF SDK

Thanks for the reply.
One more question. Suppose I want to try the I2C sensor BME280 from Bosch. From the I2C API what I can see is that there are only read-write operations available.
So is it that I have to look for what registers to configure, write and read from the sensor?
by ujurmsde
Sun Mar 14, 2021 12:14 pm
Forum: ESP-IDF
Topic: Question about how to get started developing own code with ESP-IDF SDK
Replies: 3
Views: 2628

Question about how to get started developing own code with ESP-IDF SDK

Hi, I have a question regarding making own code and upload it to ESP boards. I have already tried few samples like examples/peripheral/LEDC and ../GPIO , ../hello_world. and those worked like a charm!! Now, I want to try my own code for things like GPIO, I2C, SPI, BLE etc. I don't understand everyth...
by ujurmsde
Tue Jan 19, 2021 6:48 am
Forum: Hardware
Topic: ESP32 PICO KIT V4 booting problem
Replies: 3
Views: 3702

Re: ESP32 PICO KIT V4 booting problem

Hi, Is this thread still alive? Did you find the solution? I have the same problem with Pico Kit v4 as the original poster of this thread. My Pico kit does a normal job when a sketch is uploaded to the board but when I disconnect the board and power it again with a USB cable I have to press the EN b...