HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hi,
I'm trying to do a 2 channels adc reading to read a value of a potentiometer and a value of a battery level. When I try to make it, I saw that sometimes, the value of...
Hello Support,
For my Zigbee Coordinator development I use nrf Connect SDK 1.9.1 (for now), and VS, I like using Kconfig GUI as much as possible.
I'm trying to find some...
Hi, we have the requirement for our peripheral to be able to disable Bluetooth functionality, i.e. disconnect any connected central device and not accept any new connections...
Everything is goes well with nRF5340 but when I connect and try to debug some examples it just gives some errors.
Like " Failed to download application
Generic error ...
When connecting to AWS IOT the Asset Tracker V2 uses MQTT to AWS-IOT. This is TLS 1.2 from what I understand. We are using the 1.8 skd / 1.3.1 modem firmware.
We have...
I have ran a test with the nrf9160-dk board.
Setup:
PCA100900 0.9.0 pcb
NCS 2.0
Modem 1.3.2
App: ncs_v2.0.0/nrf/applications/serial_lte_modem
modification: change...
Hey ,
I am using a thingy 91.
I want to use this GNSS sample to get the location, but I do not get any fix. I have tried outdoors too, but nothing happens. I have the...
Hi,
I am working with NRF DK board, I need to connect nrf dk with remote control for data transmission and also the remote connection should be stable for long time. Is...
Hi All,
We are in the almost finishing phase of our application development, and running out of flash memory space, all details are listed below.
MCU : nRF52805 (192 ...
If I am not currently connected to a network and use AT%NCELLMEAS=0, how is the RPLMN determined? Are previous connected PLMNs stored in RAM in the device for comparison or...
Hi,
I'm using SDK v14.2.0.
For the workaround of [107] RADIO: Immediate address match for access addresses containing MSBs 0x00
I'm trying to avoid the addresses...
This is with the nRF 5 SDK (17.0.2) and the S113 softdevice.
We have another microcontroller connected to the nRF52833 over UART and external flash. We modified the bootloader...
Hi,
I'm currenty try to code GPIO wakeup from System ON sleep with system_on_wakeup_on_gpio as a reference.
My circuit is powerd by solar panel via control board. In this...
Hi,
I would like to know what is the default state of GPIO pins when nRF9160 is power ON for the first time, and it has the pre-programmed FW from Nordic
Hi,
What is the expected format to pass to nrf_cloud_agps_process()? I am working on an LwM2M server and want to be able to respond to /50001/0/{0,1} request coming from...