Search Results

Search results 1-3 of 3.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • I have a project that is built on an SDK Template from Nordic for an nrf52840 chip. Ses is on the latest version, i took the SDK 15.3 because its an older programm I'd like to update and expand and it was built on this SDK but in ecllipse. So I started with the template under the path "localpath"\nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_template\pca10056\s140\ses building this worked fine. I put all my project code into a src file witch I placed here "localpath"\nRF5_SDK_15.3.0_59…

  • I replaced all the related h files with the same identical h files, and it works... very strange

  • I try to build a project that was originally built with an older eclipse ide (eclipse neon) I get this error code: 'BME680_NBCONV_SELU' undeclared (first use in this function); did you mean 'BME680_NBCONV_SEL'? when I go to the line with the error i see this: #define BME680_GAS_SENSOR_SELUINT16_C(BME680_GAS_MEAS_SEL | BME680_RUN_GAS_SEL | BME680_NBCONV_SEL) there is nower an U after SEL ... what could I do? I tried to delet a part of BME680_NBCONV_SEL and rewrite it or make a space between L and…