This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hello everyone,
I am trying to use the ble_app_hrs_rscs_relay example from SDK V11 for s130 (2.0.1).
It compiles and works well when I use an pc10028 evaluation board...
If I have multiple services, 2 for example, how should I set up the srdata.uuids_complete.p_uuids in the code:
ble_advdata_t srdata;
memset(&srdata, 0, sizeof(srdata)...
Hello,
I am developing beacon on nRF51DK and I want to store in non volatile memory some parameteres like:
ProximityUUID
Minor
Majnor
AdvInterval
Tx_power...
Is it possible to configure SPI Master API to send multi-byte words?
My peripheral expects transfers in 16-bit blocks (CS goes low, 16 bits are clocked in, CS goes high...
Hi guys,
I'm going to start the development of a new project based on nrf52832 and I have to decide the firmware architecture and APIs. Designing the support for the Nordic...
I am using a digital microphone using i2S interface with the following signals: BCLK (bit clock), WS (word strobe), SELECT (select for Left/Right) and SDOUT (digital data...
I received that error using master control panel version 3.7.1
While using the last nRFgo Studio (1.21.2) it tells me JLinkARM.dll is not correctly installed. Please run...
Hi! I need to sample and send adc values using ble_nus to read it on an android device. I am using nrf 51DK and SDK version 10.
I tried the below two codes but they are not...
I have a NRF24LE1 transmitter transmitting 10 bytes of static payload every sec.
While I have a Receiver which is NRF52-DK. It is receiving the payload that is sent by...
Hello,
I am working with the nRF52 dev Board and the question arose whether it is possible to interface the nRF52 chip via the virtual com port?
The block diagram in...
Hi, I have problem when change S132 V2.0 to V3.0.
SDK : nRF5_SDK_11.0.0_89a8197
I download s132_nrf52_3.0.0.zip and replace all files in nRF5_SDK_11\components...
I want to know if it is normal to have different hex files after compiling the same project from each one in a different PCs using the same IDE Keil ?
That's really strange...
Hello all:
I am running a nRF52832QF AAB0 pca10040 board with SDK11 in Segger embedded studio.
I followed the 'getting started' tutorial.
After pressing button 1, I noticed...
Hi
is there a possibility to make nrf.exe work under OSX? Is my understanding correct that it is actually written in python, hence, should be portable to mac osx or linux...