Hello Nordic,
We have recently purchased an nRF52840 Dongle. We were able to sniff the BLE packets over the air. So it is found that all the packets that we are able to...
Hello, I had an idea a while ago and would now like to ask a few questions. I have ceiling lights that come with their own 'smart' driver. The driver communicates via Bluetooth...
Hello,
I’m working with the Matter Light Bulb sample in nRF Connect SDK v3.0.0 , and I’ve run into build issues when enabling certain optional commands in standard clusters...
Hi I am currently trying to modify the Zephyr BLE Controller stack and getting exceptions. It seems the "J-Trace PRO Cortex-M" can help me with knowing how I get there. Buying...
When Enabling an advertising set already enabled on the Softdevice Controller, the HCI error command disallowed is produced when according to the BLE specification 6.0 it...
Dear Forum,
I have an nrf54l15 device and I would like to send a pure sinusoidal tone and measure the phase difference, retrieve I/Q values at the other device. This is...
Hello All
We are trying to integrate ST7305 driver with NRF connecct SDK and are unable to get the driver to work using the extrnal module method mentioned in the NCS Intermediate...
Hello,
While debugging, I found that if there was an active BLE connection, the chip would reset when I switch to single step mode, is there a way to avoid this from happening...
From the log:
[23:41:27.2] EnableServices({11:2,16:2,22:2,28:1,})
I suggest that you use hex for the handles - this is what you use upon inspection and other log statements...
I'm currently trying to learn the functions of the softdevice by using the HTS example. I've managed to make an additional temparature service (named custom), which almost...
Hi,
How to reset the system whenever a particular write event is received from the BLE stack. I made some changes on the ble_app_hrs sample code as follows,
void ble_hrs_on_ble_evt...
I refuse to pay over $3200 for the Keil PK51 Professional Developer's Kit. I would only be using it with the nRF8001 DK. The C51 Evaluation Software is limited to 2K! I am...
I have been successfully communicating with the PCA10001 evaluation kit using the virtual serial port that is exposed by the J-Link interface on the board.
I've now moved...
Hello,
Where do we buy the nRF51922 DK / EK kits? I do not see any purchase links online.
Also, how flexible is the ARM core for programming ?
Thank you!
I'm testing with changing these constant definitions...
MIN_CONN_INTERVAL
MAX_CONN_INTERVAL
SLAVE_LATENCY
CONN_SUP_TIMEOUT
... but I've noticed that I can't set...
Hi,
We are using nRF51822 evaluation kit. Actually we are trying to know how the device firmware upgrade is working.
As mentioned in the nrf51 sdk manual, we did flashing...
Hi,
i need to store data in my Flash, for that i use the flashwrite example. Am i right taht i can use the remain of my application flash? So all flash = 256 kB - App ...
Hello everybody
it's a couple of mounth that our company is working on nrf24L01P .It works fine but there is a problem with cordless phone.
when I make a call with the a...
Hi
Is timer ,gpio ,and spi pheripherals are accessible while bluetooth stack is enabled.
and if it is yes , these are directly accessible or we need to use soft device...
But in button event handler.
i want data to read from eeprom through i2c bus. and send it
through bluetooth stack for every press of buuton 0.
but in master control...
Hi,
Is it possible to start a Timer in an other Timeouht Handler?
Or Do i have to use something other to do that?
i use app_timer and Softdeive on the 51822.
best...
Hi,
i need to add a logfile System to my application so i thogut i could use the nrfUart example is this possible ? I looked in the code of Master Emulator nrfUart in C#...