nRF52840 NCS 3.0.1 RCP
I just installed the NCS 3.0.1 SDK. I am trying to set up a border router on a Raspberry Pi 4.
I followed these instructions on the Raspberry Pi...
Hello,
I have a legacy project that is using nrf5 sdk v17.0.2. I need to add the BLE DFU functionality to this project based on the nRF52840. Are there any examples on...
We are trying to evaluate nrf9151 for working with Soft-SIM. Are there any instructions for configuring the Soft-SIM through AT command mode, or do I need to use another mode...
I was doing some developement for a custom board on NCS v2.9.1 when i noticed some of the changes i was making in my prj.conf weren't being set in the application. My impression...
In my circuit I have a MOSFET which disconnects the battery. There is a GPIO pin which turns this device on and I'm using regulator-fixed to drive it during start-up. A short...
We are currently using ncs 2.9.0 on an nRF5340. We use the BT_HCI_OP_VS_READ_VERSION_INFO to determine at runtime what version of the BLE stack is present. This information...
For RED certification of our product, using the nRF51822, we need to provide documentation about "Block diagram showing antenna, radio receiver and transmitter parts as well...
Hi,
May I ask a simple question about an example how does it generate its own advertising address, such as the "ble_app_hrs" example? I mean where I can find device address...
Hi,nordic:
At this topic: devzone.nordicsemi.com/.../
I know that notify is 100% safe in LL.Before that,i know in bluetooth core4.2 LL has SN and NESN field to guarantee...
Hi, guys.
I noticed that in *nRF5_SDK_14.2.0_17b948a\external* micro-ecc **, something changes.
That nrf52_armgcc / nrf52_iar / nrf52_keil now is nrf52hf_armgcc / nrf52hf_iar...
I download the android source code, Android-nRF-Toolbox-master, from " github.com/.../Android-nRF-Toolbox" .
Compile with AndroidStudio v3.0, it said that "Unable to resolve...
Hi, I have a DFU unsecured zip file(for application), and I lost the original application .hex file.
Is there any way I can transform .zip back to .hex?
Sincerely,
...
Hi there,
I'm developing some proprietary RF application recently with nRF52. In this application, the radio frequency (tx and rx) is changed very often(every 3ms) by calling...
Hi,
When creating and adding characteristic to service, what is the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
I am able to send data upto 20 bytes by connecting to an external BLE device. How do I send data greater than 20 bytes. I have read that we have to either fragment the data...
main.c
We have interfaced 4 pins of touch screen to nRF52DK pins P0.04, P0.05,P0.06, P0.07 and pulled the pin P0.04 high to detect the touch by configuring the pin to sense...
i successfully generated sound using pwm and piezo buzzer
while(/*while event occurs*/)
{
for (uint8_t i = 0; i < 50; ++i)
{
value = (i < 20) ? (i * 5) : (100 -...
Hi,
Please find the attachment of code. maincode.rtf
I am using nrf52832 SDK11 s132v2.0.1. I have modified the ble_app_hrs_rscs_relay code and its main code is attached...
Edit:I'm using sdk 10.x, with softdevice S110 version 8.x, so yes, the library function could be obsolete but I don't think that's the cause.
Edit #2 it seems that it will...