Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Until lately, I have never used characteristics longer than the 20 Bytes and if the length of application data was longer, I would fragment it on the application layer.
...
Hi there,
I’m trying to port Thingy to Segger Embedded Studio. After reviewing some related blogs on devzone and github, I have imported the Keil project into SES. All files...
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...