Hi Nordic Team,
Previously, with the nRF52840, we could use the internal ADC channel to directly measure the supply voltage (VCC) for battery monitoring without external...
Hello, we are developing a BLE application using nRf52833. Because of the waterproof & stainless steel casing requirement with rechargeable battery charging capability, we...
Hello,
I am working with the NRF5340dk, nrf7002ek, and PPKII. I am unable to get the DK to power up with the PPK. I used a knife to break the trace but for some reason...
Hi,
The attached code is based on a sample code from NCS v2.9.1 and creates a LittleFS flash disk on external SPI NOR onboard nrf54L15DK. There is a mismatch in the code...
Somehow a program I have running on a nrf52840-DK board will enable protection. This kind of screws up the small application I am testing because it seems to lock out the...
Hi,
I am trying to program the custom nRF9160 board using SEGGER JLink/SWD programmer , For same of the boards when connected to custom board and trying to select the device...
Hello,
we are using a nRF5340 with NCS 2.9 and want to signalize a
UART_LINE_CTRL_BREAK
on USB CDC_ACM to the PC.
Is there a direct way to do this?
Many thanks in...
I am trying to communicate with a SPI peripheral, using the nRF52 as the master, and the peripheral as the slave. What happens is that it still faults out, and the presence...
We are currently developing an Android app (5.0) supporting the peripheral mode and communicating with the Master Control Panel (v3.7.1).
The connection to the Android...
Hi,all.i faced a problem:when i take my phone far away from my device,link lost service can work normal and my device can alarm.But if i turn off bluetooth switch on my phone...
Hello everyone,
i am trying to mix up both services proximity and RSSI but i am not able to merge the header files of these two services can anyone guide me? how to merge...
Hi,
I'm converting my project to OSX GNU from windows keil because of license problem.
There is some .o files made by keil-arm complier in my previous project.
and...
Hello,
Is that possible to force carrier frequency out of 2.4 GHz band (modify canals) for a special underwater application (2.4 GHz is not adapted so i whish to move on...
Hi,
I want to detect long and short press in same button.
Define "BUTTON_DETECTION_DELAY" can detect one delay.
Let me know to detect more than two delays.
Hi everyone,
I'd like to use the micro-esb radio interface to let to nRF's talk to each other. One of them will be generating 4 PWM outputs based on data received.
I have...
Hello Nordic,
I am trying debugging on following project [--ble_app_lbs_master--]. During debugging, I never reach at app_button_is_pushed function. I tried pressing the...
I have built a PCB that uses the nRF51822 . I am failing to load the binary onto the chip via the nRF51 DK. I can:
connect to the nRF51822 on my mac using the JLinkExe...
Hi,all.i want to use pwm in my code.And i init pwm with APP_PWM_INSTANCE(PWM1,1),then i get an error:identifier "TIMER1_INSTANCE_INDEX" is undefined.Can someone help me ?
Hello,
We are doing a study about the features of nRF51822 and the nRF51 Development Kit and are wondering about the maximum visible "friendly name" (DEVICE_NAME?) which...
Greetings,
I am trying to get the frequency/channel matched with RSSI values using S110. Is there a way to pull it through the softdevice functions?
If not, can I pull...
I started with the beacon kit and example code. I have since added IAS and LLC services that I have mostly taken from your proximity example. The problem I am having now is...