Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Connection_mode_with_1sec_Notification.jpg
In my BLE project I am using connected mode, and I found that the current consumption is very high ~190uA during idle mode. I...
I'm currently working with an own hardware with a nRF52840. We had some time to get the radio working, because we copied the schematic of the PDK. In the reference design...
Hello I am using sdk version 14.0 and softdevice S332. I am looking at the ANT + bsc code. I have two questions when looking at this code.
bsc_tx could not see an event...
Hello guys,
Please help me on this.
I want to erase BMD 350 chip using BMD 300 erase and recovery software tool. But I can not do it.Error comes as per the attachment...
Dear all,
I want to create a star network, composed by one gateway and a limited number of nodes. The nodes periodically send information to the gateway. I am using the...
I'm running the HID Keyboard example from SDK 12.2.0 on nRF51-DK with SD 130.
When I long push Button1, it disconnects for a moment and connects again immediately.
Events...
I am trying to make a custom application in which I need to connect to a device and read/write its characteristics' value.
But my target device has had 4 primary services...
Hi Nordic Engineers!
we bought 110 nRF52840 IC's for Field tests.
10 of them marked Q1AAAA / 1716AK
another 100 marked Q1AABB / 1745AC
What is difference between series...
Dear Nordic Team,
Thanks for supporting.
Now i am work with secure dfu using SDK12.3.0.
My Hardware :PCA10028
nrfutil version 3.1.0
Create Zip file like : nrfutil...
Hello.
I want to design a product. It will have these features;
It has 4 buttons on it.
Obviously it is battery powered device.
I want to see some information...
Hi
I have made ble scanner using nrf52 and I have set uart baud rate 921600 and sending scanned beacon to other micro-controller for processing but It does not scanning...
Hi
I'm looking for an example on how to write a hex-file to SoC using nrfjprog.dll.
The P/Invokes are all set and working fine.
I'm absolutely not familiar with python...
Hello,
In our project we want use a large characteristic with notification property.
I use a " ble_app_template " project from nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral...
I am working with the nRF52 DK, using SDK v14.2.0 and SoftDevice S132.
After removing all BSP functions from the BLE UART example, I am setting up LED1 and LED2 of the...
Hello,
I'm trying to get the FDS to work, but it's giving me a headache. I'm using SDK 13.1 and S132 4.0.2 on a NRF52832.
In the beginning I thought I had that issue...