Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
Hello,
My current setup is:
Nrf 52832 custom board (pca10040) SDK 15.3.0 SES 4.52 Soft Device s132 Using a j-link mini EDU debugger
I've tested out the secure bootloader...
Is it possible to change the radio frequency while the radio is running? Our group wants to transmit packets at various frequencies as quickly as possible.
Hi,
I want to send keyboard keys to change tab i.e CTRL+ALT+TAB, how can I send these keys from the Bluetooth HID keyboard to change tabs on my PC?
Thanks
Hello everyone,
I work with the Light_switch mesh example and I would like to send a byte from the client to the server. How can I do this? In the client board, which function...
when I build a demo project, got those errors, how to fix them?
.\Objects\ble_app_templete_s132.axf: Error: L6218E: Undefined symbol __start_log_const_data (referred from...
Hi, After upgrading from SDK 16 to SDK 17 my device started to assert on app_timer2.c line 298:
This happens way more often when running without debugger/RTT.
I checked...
Background:
First, let me state that this is a huge amount of contradictory information on this forum due to the UICR registers behaving differently for each generation...
Hello,
I am designing a test jig with embedded gang programmer (10 targets) for our NRF52840 module and i have issue with reliable target acquisition, i would like to know...
I’m very familiar with the HID keyboard and mouse profile and have built products using it but need direction on how to replicate the functionality of a up/down/left/right...
Hello
I've seen that this topic already has been discussed several times but i couldn't find an answer.
Am I right when I say, there is no PC application for logging received...
Hello,
I'm trying on the ESB examples in nRF Connect SDK v1.3.1, but it seems the Zephyr is crashing during the call k_sleep (l. 54). The following code I isolate the "k_sleep...
Hi All.
I am writing an application that has several notifiable characteristics, and up until now they have been sending data just fine, however the other day I was cleaning...
Dear all,
I'm currently implementing the 802.15.4 stack using the precompiled library inside SDK 17.00. I'm trying to send data every tot (10/20/30) ms. What I currently...
Hi,
On our custom nRF52840 board, we have an external LTE-M modem.
We would like to eventually use this modem to send data over the network, including LwM2M. What is the...
Hi i am debugging my code and i don't understand why i end up in a "fatal error" even if my function is returning NRF_SUCCESS.
My errors are so defined:
and in my...