Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
In our application, I've incorporated use of the Flashlog backend to store debug logs into flash on our device. Overall this functionality is awesome, but I've noticed that...
I feel defeated. Programming nrf52 uses libraries that rely on libraries that rely on libraries and on. Loading a new project into Segger Embedded Studio loads none of the...
I have a very simple problem - using nrf52832 sdk 14.1.0 I cannot connect to iphone (7 or greater) and HTC (android 7) with the same value of NRF_SDH_BLE_GAP_EVENT_LENGTH...
Hey Guys, I am trying to program my nrf52832 board by connecting it with J-LINK(EDU) but could not do it. JFlash was giving failed to connect error. Even NRFGO Studio was...
Where could I find the nRF Connect v2.6.1 for desktop documentation? And more precisely, the one describing the Programmer official v1.0.0 functionality? As far, the only...
Hi,
I'm trying to get the scanning procedure to work while my device is connected to a phone. At the moment, even though I start the scanning procedure, I don't get any...
Hi,
I am using NRF52832 SOC for my application. I have developed application for beacon advertisement based on the nrf sdk. I am facing some issue in device advertisement...
I want create a simple application such that when I send a string "Hello" from the nRF UART Android app to the board, I receive a string "Hi" back to the phone. How do I write...
Hi,
I’m developing a BLE remote control device (S132 softdevice && SDK 15.2.0) . It works with NRF52832 programmed as a central BLE (I started from ble_app_blinky (central...
Hello, i am having problems with a loop in the function "flash_manager_wait()"; in the begining of the code.
main()-> initialize()-> mesh_init()-> mesh_stack_init(&init_params...
Hello, I have a discovery issue that seemingly only happens with the Samsung Galaxy S8.
I want to throughput test BLE5.0(2Mbps).
I using the nRF52832(BMD-300) with SoftDevice...
Hi!!
I'm adding spi functionality to S132 and SDK 14.0.0 ble_app_uart now.
The communication which added the function of UART to SPI and the sample code of ble_app_uart...
hello,
Now, i want to recover MAC from static random state.
for example, if MAC[5] =0X55 in chip itself, The MAC in adv in 0x1101 0101 ;
but i want mac in adv is 0x55...
I am using nRF52 SDK v15.2.0, nRF SDK Mesh 3.0.0, and Segger v4.1.2.
I keep getting Mesh Error 6 while trying to combine the provisioner role with the client model. Which...