I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
Do the examples in the SDK folder like ble_nus have their binaries with softdevice already? I'm a newbie in Nordic and using the BLE NUS example with nRF52-DK to learn as...
Hi team,
My customer wants to develop a system with one central, multiple peripherals, each bandwidth is <50kbps, but they want the latency can be as small as possible....
Hello,
I would like to know how can i use SPI on the radio example.
I'm using (programming) the radio example, receiver, for AoA and it's working so far. What i'm trying...
Hi,
My observations: DSP_PRESENT Macro is enabled in nrf51.h , nrf52.h, nrf5340_application.h files in v1.5.0\modules\hal\nordic\nrfx\mdk path As shown below: #define...
Hi
We are using nRF52832 with SDK17.2 and SD 112.
We are trying to make a NFC_PAIRING_MODE_GENERIC_OOB to a PC with the following System Information:
OS: Windows 10...
Dear All, I have noticed the following issue: In the beginning of my code execution pin 1.09 is high, before I can even call . From what I found in the datasheet pin p1.09...
Hello!
When using the AT%RAI=4 it works as expected for NB-IoT however it does nothing for LTE-M. It is my understanding that it should work for LTE-M. Does this mean my...
I see many questions on how to enable a timer to start SAADC conversion every period (such as 1 hour).
But never found a simple example.
I would appreciate if you can...
I have implemented a OpenThread application. The application connects to a Thread Border Router . I'm using ncs and when using version 1.4.0 everything works fine, I can connect...
Hello, I run a project in SES 4.30c with nRF5 SDK. I just got my computer updated by our IT-department, and now I get a compilation error on my first #include :-) I still...
I have a custom board with an nRF52840 that uses high-voltage mode (5V on VDDH) and the chips internal voltage regulators. This requires setting REGOUT0 to 3.3V. My firmware...
Dear Nordic Team,
We are using nRF52840 based module and using its ZigBee Radio. For one certification purpose, we need to know the max. pulse time (duration) for Tx and...
Hi again,
This is my project:
I have 3 nrf52832 kit and a Android phone. I want use my phone to control leds on those 3 boards. Because the phone dont support mesh, so...
Hi, I'm using nrf connect SDK v1.5.0 and I use SES to build and flash projects.
I use Visual Studio Code for only code editing environment. When I was using nrf5 SDK, I...
Hi ! I'm trying to access the beginning of a packet that is being transmitted, by accessing the SFD. My problem is that I'm not able to do it.
NRF got a function called...