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...
Hello,
We have started to design a project and we would like to use the Nrf52840 as border router with a linux terminal. The link would be a serial over USB. So the NRF52840...
Hi,
I'm trying to create with the S132 SD on the nRF52832 an application, that will provide 3 different kind of sensors. My goal is, that these sensors will appear as an...
Hi there, I could not find any documentation about the meaning of the version numbers, when creating bootloader settings:
nrfutil settings generate --family NRF52840 --application...
Hi
I am working on Eddystone in nRF52832. Its working fine when using power supply.Then I used Lithium battery as VDD. then it not working properly, only working in connectable...
Hi,
I was wondering what is the recommended GPS circuit would be for an always outdoor device with a large patch antenna, without the need for an amplifier. Would the following...
Hi all,
I have my custom nRF52832 board, I use SDK12.3.0 with SD132.
I'm currently trying to add BLE advertising to my firmware. To achieve that I'm copying parts of...
Hi,
I am performing the following test:
https://devzone.nordicsemi.com/nordic/b/blog/posts/testing-long-range-coded-phy-with-nordic-solution-it-simply-works-922075585...
For my graduation project i'm developing an improved version of the Nordic Secure DFU Boot loader. I'm trying to integrate something like the Zigbee OTA client inside the...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image.
1) Initially by seeing register description I thought each TIMER has its only...
Hello.
I imported the "Nordic_UART" example from "nRF5_SDK_15.2.0_9412b96 examples ble_peripheral\" The device is visible from the Android BT settings and is not visible...
Hi,
I am now working with the iBeacon. I am trying to get the RSSI @ 1m distance.
I am able to get the major and minor and the tx power but cannot access the manufacturer...
Hi,
I wanted to build a single shot timer using the nrf_timer library. I went into the library code and I couldn't understand some of the enumeration due to some lack of...
Hi,
I'm using the USBD for HID keyboard on my nRF52840 and I'm trying to change the serial number. On my PC (Linux) the Serial number always appears as 0 using lsusb -v...