But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hi,
I'm trying to use adxl335 accelerometer to detect motion.
I'm having trouble understanding what the output of the accelerometer means.
Obviously, it should tell...
On SDK 12.0.0, SDK 12.1.0 and SDK 12.2.0 only
Please Do not judge the quality of SDK based on number of entries here. This thread should be considered as part of Nordic...
On SDK 13.x.0 only
Please Do not judge the quality of SDK based on number of entries here. This thread should be considered as part of Nordic effort to find issues and...
The soc_evt_handler() function in nrf_drv_clock.c need to set m_clock_cb.hfclk_on = true.
When the softdevice is enabled and multiple modules request the HFCLK using nrf_drv_clock_hfclk_request...
I'm following your instructions for testing the Thread Secure DFU example , but I run into a message "Waiting for NCP to promote to a router ..." at step 6 and I don't o bserve...
I had used the examples\peripheral\blinky\pca10040\blank\arm5_no_packs Keil project from nRF-SDK v15.0.0 using Keil MDK v5.25.
EDIT: as described here: http://infocenter...
Hello,
I am currently implementing an OOK modulation with the nRF52 -DK and therefore I need to start the radio with a carrier on defined frequency. Obviously there is a...
Hello
My English is not very good and please point out if my problem description is not clear. I am building a central project that can connect two peripherals. The template...
Hello Nordic,
we are going to perform RF-PHY test for nRF52810 at DEKRA. Can you help us with IXIT filling? There is one answer available at devzone:
https://devzone.nordicsemi...
hi
i have written a service and added 3 characteristics .In master controll panel i am trying to discover services.i see these logs . Device gets disconnected while discovering...
Running the `examples/ble_app_uart` on below environments, in Nexus6 only, it causes that local name byte array will be broken.
* DK:nRF52 PCA10040 v0.9.0 * SDK:14.2.0 ...
Hello all,
I am working on a college project where i need to interface a SD card, an OLED display along with BLE support on nRF52DK, PCA10040, s132, SDK14.1, Segger embedded...
Hi Now I am developing the application to measure PER of each data rate of BLE.
For packet exchange, I use IPSP example in the latest nRF5 SDK version 15, s140.
I could...
As far as I can tell there is a sign error bug when setting the tx power to a negative value. ble_dtm.c uses an int32_t to represent the tx power so when calling dtm_set_txpower...
I have compiled and debugged the temperature_pca10036 code from nRF5_SDK_v11.0. I have used termite terminal for getting info about transferring of data from nRF52832 board...