Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi,
I have a problem with timer and nrfx. I use the migration guide:
So I r emove the old configuration entries related to the nrf_drv_* drivers from my sdk_config.h...
Hello,
I am currently using nRF52832 with SDK v11.0.0 and S132 v2.0.0. I am also using the soft device as my application requires. I have been trying to put the CPU into...
Hello, When i try to use nrf9160 with the BME280 sensor over I2C i get this error
***** USAGE FAULT ***** Illegal use of the EPSR ***** Hardware exception ***** Current...
Hello,
I am using BLE+MCU MBN52832 module and i am facing one issue while programming my application.
I am uploading the hex file using nrfGo Studio and when i try...
I have a custom nRF52840 board that I am implementing the Open Bootloader (from SDK 15.3). Push Button/Power control is handled by the STM6601 device. It keeps the power ON...
When I open a new project in SES and paste the code of blinky led example from " \nRF5_SDK_15.3.0_59ac345\examples\peripheral\blinky\pca10040\s132\ses ", and start compiling...
Hi. every one
First of all, i am a beginner.
I connected the max44009 and CJMCU2080 sensors to the board.
and also get a value.
but sgp30 sensor is faile
there...
HI. i use SEGGER Studio and SDK 15.3.0.
I usally use printf func for debug. however as use SDK func, I need to use NRF_LOG_INFO casue SDK file use NRF_LOG_INFO for debuing...
Hi,
I am trying to port an existing project to a Mesh SDK example. Some files include the math.h library and use the round function. During the build process I am getting...
Hi I use nrf-ble-driver ver.4.1.1 with PCA10031 dongle (nRF51844 chip on board) and "connectivity_4.1.1_1m_with_s130_2.0.1.hex" firmware for that dongle. in this case ATT_MTU...
Hello to everyone. I´m starting to work with Mesh configuration in nRF52 SDK. I was testing the "light_switch" example as client and server in Mesh v3.10, provisioning with...
Hi!
I am trying to run a customized project which is based on the project in the following directory- "nRF5_SDK_14.0.0_3bcc1f7\examples\ble_central_and_peripheral\experimental...
Hi, I connect the HDC2080 with nrf 52832. but I cant read anything from the terminal. What It's showing is just
[ <info> app: TWI sensor example]
and I connect SDA --...
I'm working on porting a project plus bootloader from SDK 12.2 to 15.3. I have the application working fine, but the bootloader is having some issues. Most of the searches...