Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
The end of memory bss is @ 0x20002DAC (11692B).
The start of the heap is @ 0x20002DB0 with a size of 2560B.
The heap ends at 0x200037B0.
The stack works back from the end...
Hi,
I intend to buy the NRF51822 beacon to use it to transmit data from an SPI-linked sensor. Is this feasible? (It seems so, but I just want to make sure). Also, will I...
Yesterday was the nrf Beacon application for Andriod Studio released. I added the project DFU library to the same folder as described. But I get an error:
Gradle 'Android...
Hello! I want to try IPV6 for nrf51822. I have a few questions:
How many connections can be provided by the one device?
Can we broadcast messages between devices...
Hi,
I'm developing BLE functions using nRF51822 on top of the Android Kitkat applied device. I cannot find android bluetooth HAL source code that Nordic provides. Is there...
In my application I have a custom board with a single LED. While advertising the LED blinks at 1Hz and when connected the LED goes solid. However while testing with a proven...
I'm creating an application based on the s110 SoftDevice found in nRF51_SDK_8.0.0_5fc2c3a. I'm new to the SoftDevice framework so I've probably made an error somewhere but...
Is the GPIO pull down/up asserted on the 'inside' of the input disconnect switch or at the input/output pad? The diagrams would indicated that it is on the 'inside' of the...
This is function definition:
static uint32_t battery_level_char_add(ble_bas_t * p_bas, const ble_bas_init_t * p_bas_init)
This is declaration of the automatic variable...
Before starting advertising, we want to write some configuration information to NVM. In order to write to NVM, we first call sd_flash_page_erase and wait for the response...
I just posted a package of simple tools I wrote for OSX over on Sourceforge . The main app is a Cocoa app which lets you choose code, softdevice and bootloader (last two optional...
I Saw iBeacon Packet in the website
(d6 be 89 8e) Access Address for Advertising
(40 24) Header
(05 a2 17 6e 3d 71) Mac address
(02 01 1a 1a ff 4c 00 02 15 e2 c5 6d...
I want my peripheral device to act as a beacon while it is in a connected state with a master device. Is it possible to start not-connectable advertising in parallel with...
I am working on a nrf51822 UART bootloader using Keil 5.14 (though I had the same problem with 5.1). If I start with the pack example dfu_dual_bank_serial_s110_pca10028 with...
What happened to NRF_FICR_Type.INFO and FICR_INFO_Type in nrf51.h?
This was in ./components/drivers_nrf/hal/nrf51.h in nRF51_SDK_7.1.0_372d17a
but is missing from ....