Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
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 ....