im looking for a developer that can help me work with the NTN functionality of the 3GPP release 17 of the NRF9151-DK so if you are interested please write to me at eric@zerocool...
Hi everyone.
I am using Visual Studio Code. When i try to compile a simple blink_pwm project, I could not. I am sending output in terminal. What is the main problem and...
Greetings, everyone, I have encountered a configuration(?) problem while trying to setup a lab for a BLE course I am teaching.
The idea is to showcase the vulnerability...
Since NCS 3.0.1 I get the following warning:
warning: Deprecated symbol DEPRECATED_UART_NRFX_UARTE_LEGACY_SHIM is enabled.
... as far as I can see I have not enabled this...
So whatever I try, the only way to get my idle current consumption to an acceptable low value is to set CONFIG_SERIAL=n in my configuration. But then I don't get printk functionality...
Hey, I am working with the Matter light bulb sample from the 2.9.1 SDK, which I have modified to support the occupancy cluster. (nRF-52840 and nRF-52840DK)
This worked fine...
Hello,
I tried to use the Cellular Monitor app within the nRF Connect for Desktop software, but it encountered the following error. I have included the relevant part of...
Hi!
I am using nrf51DK with s110 soft device loaded on it to read data from Bosch BMA180 accelerometer using I2C interface. I would like to use clock prescaller and transmit...
nrf51x22_qfab_schematic.jpg I was going over the schematic and layout pdf files for the nrf51x22 before I began to create my own board and noticed that Pins 33 and 34 are...
SoC: N RF51822 xxAC
Toolcha in: MDK-Lite Version 5.15
Softdevice: S110
SDK Version: 8.1.0_b6ed55f
I'm using a custom board which is functioning well. The app is functioning...
I'm using the 8.1.0 SDK, with the S130 soft device. This is from the central version, it seems to crash on startup without ever hitting main()
Starting program: firmware_client_server...
Hi,
Could any one help where can I find a tutorial related to nrf81522 getting RSSI values and write them in a text file?
I have worked with MCP on PC and the log file which...
Can someone explain the proper way to use the tx_buffer_process function present in many of the service libraries.
It seems this function is used to handle requests to...
Hello, I am getting an issue regarding interrupt, below is my code and the problem is when I press the button, UART stop printing my value, I think my code is stuck somewhere...
Hello everyone,
Where can I download the LED Button application example (explained in nAN-36) for Keil5 ?
Is there any compatible version with pca10001 board ?
I...
Hello fellow devlopers.
I am experienceing very odd behaviour from the UART peripheral.
I am trying to ouput a uint8_t[48] array from the UART termainl. I am using this...
Two questions about the smart beacon PCB that is not in the design file.
1.) What PCB material did you use exactly?
2.) What type of solder mask did you use
Thank...
I compile the coap client example and drag-n-drop the hex file to a RBL BLE Nano. However, no advertising packets picked up by sniffer. Is it possible to port IoT SDK to a...
I followed the instructions in developer.nordicsemi.com/.../a00058.html and reached Obtaining the kernel: Option 2: Native build. I failed at step 3 and the error message...
Hi,
after getting the way to write to peripheral on this link I have successfully
written 20 bytes packet.
but I'm facing a latency while writing back to back data packets...
Hi all,
I'm really new to the BLE scene so I'm having some trouble wrapping my head around how to send/receive data over BLE between a central/peripheral device. In my...