Dear Nordic Teams :
I find the NFC current and find the current is quite large in the datasheet version 0.8. The value is much bigger than nRF52840. Is it correct?
Hello,
Hopefully this will be a quick(ish) one since I think I found the answer, but just need confirmation.
To preface (My setup):
nRF9151DK
Modem firmware: mfw_nrf91x1_2...
Has anyone else had problems with adding build configurations for workspace applications using the VSCode GUI interface? Initially I clone the repo using CLI-based west commands...
When calling the bt_conn_le_create_synced function to create a connection to a peripheral, which is synced to the PAwR train, I get a CONNECTION FAILED TO BE ESTABLISHED ...
Hi,
I have a custom board build with an nrf9151. Right now I'd like to have the possibilty ti get modem trace. But it's look like I got crypted/corrupted data from UART1...
Dear all,
i building the example light_switch_server_nrf52832_xxAA_S132_7.2.0 from solution l ight_switch_server_nrf52832_xxAA_S132_7.2.0 in configuration Debug (SDK nRF5...
I have tested the nRF Cloud Multi Service Sample using Quick Start and it works perfectly.
I am trying to build the sample so that I can make small modifications for an...
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...
How do I check timer2 is running or stop ?
I try to measure timer current after I program nrf_drv_timer_pause () or nrf_drv_timer_disable(), The two conditions current...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
It doesn't look like ppk is in the Nordic github, so leaving this here:
On linux, ppk v1.0 work great, but v1.1 hangs and takes forever to draw the windows. I traced the...
Hi,
I trying to use the AES ECB driver on nRF52. When I init the NRF_ECB->ECBDATAPTR with AES data system just panics. Not clear what's happening.
However the same piece...
I am using the PCA10031 dongle. When I connected it to my pc (Windows10), I got a message in after starting Master Control Panel3.10.0 saying a firmware update for "J-Line...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello Team
I am facing one problem ,regarding DFU service
I did my first DFU experiment on Nov 2017..i did as per below guidelines
devzone.nordicsemi.com/.../
It...
I followed the this tutorial and this tutorial step by step. And I have accomplished all the steps successfully. But the problem is, my .c and .h files(such as main.c) do...