Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
HI All,
I've got a project that needs to go into production in a month and they want us to add a BLE beacon feature where it will send a small status packet of perhaps 20...
Hey helpful people! I am trying to get started with the Thingy52 development, but I'm having a hard time getting started since I am not making a mobile app. I have it connected...
I am trying to build a project using the includes/libraries in pc-ble-driver in Visual Studio 19. I have been having linker problems, and I found a support ticket with a similar...
Hello Nordic ,
Good day, We are developing wearable using NRF51822 and we came across peculiar problem. We were getting APP FATAL ERROR.
Staring scenario we were trying...
I've just updated to the 1.2.0 SDK, and immediately ran into some trouble with debugging. In particular, two things occur that are puzzling, and perhaps related.
1.) After...
To the kind attention of Nordic support team,
In my *.emProject I have svd file definition as usual debug_register_definition_file="$(NRF_SDK)/modules/nrfx/mdk/nrf52.svd...
Greeting to Nordic Team!
I'm new to nordic devices as well as Q&A section, so apologies in advance if I make any mistakes raising a question.
Two things I would like to...
Hello,
We are trying to get DFU to work on our custom board running nrf52832. It has previously worked on the devkit. Our board does not have a crystal so we are using NRF_CLOCK_LF_SRC_RC...
Dear Nordic fellow,
I'm in the process of testing the Bluetooth radio chip of the Nordic nrf52832 sold by Rigado.
As I've read here, I can use the radio_test example....
I am trying to update the data fields in tlm, temperature.
I have updated the functions update_temp to send a hardcoded data.
static void update_temp(void) { int32_t temp;...
H i
I faced probl ems when handling messages from the callback function of the mesh ( generic_set_cb() in my case) we are using generic SDK 15.2 and mesh SDK 3.1
Here...
Hello,
I'm currently trying to configure the LIS2DH12 interrupt pin to wake up the CPU from sleep. I'm using SDK 15.2 with nRF52832. In the SDK there are files on the LIS2DH12...
Hi Devzone
I need to include C++ standard library <memory> to use tensorflow lite.
Other libraries included well. but I don't know the way to include C++ standard library...
Hi. I just put this on my main code: uint32_t pg_size,* addr,pg_num, numero_guardado_memoria=0 ; pg_size = NRF_FICR->CODEPAGESIZE; pg_num = NRF_FICR->CODESIZE - 1; addr= ...
Hello,
I have an external chip in SPI slave mode and connected to 52840 through SPI interface. When data is ready it will notify 52840 through its dedicated IRQ pin (connected...