Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
When I call nrf_gpio_pin_set(LED_1), the LED is turned off and when I call nrf_gpio_pin_clear(LED_1) it is turned on. Is this expected behaviour? I can't find any schematics...
Hello,I changed nrf51822 firmware and NrfUart API .Now nrf51822 dongle and beacon can comunicate between them .Beacon transmit notification data and can receive a command...
Does nrf52 SoC consumes the same current at different supply voltages(assuming similar operating conditions) ? For eg what is the difference between operating the nrf52 at...
Hello,
I've just received a new nRF51822 EVKIT and I'm trying to run the blinky project example.
I have installed uVision 5.11.10, the Segger Drivers and the Nordic SDK...
Hello,
I want to use a mobile Bluetooth as a transmitter and the dongle of nrf51822 s110 (pca1000) as receiver using master control panel and just read the RSSI values...
Dear All,
Can we used GPIOTE Channel for Both Task Out and Event IN functionality if yes how can anybody use?
I want to make 15 External Interrupt using GPIOTE module...
I am wondering where I can find the temperature dependent behavior of the ADCs on nRF51822. I observe the ADC readings vary noticeably even when the die temperature reading...
Hi Nordic,
Where is a bug in bsp.h nRF51 SDK 9.0.0 and I think it was were before as well:
LEDS_NUMBER equal 0 causing a compilation error.
In Line 59:
#if (LEDS_NUMBER...
it will try to lower the RF, TX power
Bluetooth is not sure what to do because the first time
What things do I need to solve ? ex)component, software,hardware...
Good morning,
I have already implemented my application based on nRF51822 and SD110 v8.
In what regards bonding, I use a static passkey and it works fine.
The product has...
I will use the functions in app_timer to set a timer to fire every 3 seconds. I want this to occur "forever" (e.g.until a restart of the nRF51).
To avoid a timer overflow...
Hi,
I am using the nRF51-DK board as a central running with ble_app_multilink_central_s130_pca10028 sample application. I am using SDK version 9.0 with Keil 5.14 version...
Hi all! I am using the nRF51 DK and I am trying to use the elements demo APPs that Nordic provide - the Beacon app. after the downloading of the app and watching it working...
Hi
In my application, I use some of the IO pins for a multi-purpose sensor interface, that I would like to be able to configure when the application is running. The interface...
Hi,
Can anyone help me where can find the example ble_hr ? I have changed the main file and it is saved and now I want the original example that was in C:\Keil_v5\ARM\Device...