Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hello,
I am following a tutorial about writing a custom ble service on the NordicPlayground Github:
https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial...
I have a BLE service:
BT_GATT_SERVICE_DEFINE (lres_svc,
BT_GATT_PRIMARY_SERVICE ( BT_UUID_LRES ),
BT_GATT_CHARACTERISTIC ( BT_UUID_LRES_STAT , BT_GATT_CHRC_NOTIFY...
Hi, I have a BLE service:
BT_GATT_SERVICE_DEFINE (lres_svc,
BT_GATT_PRIMARY_SERVICE ( BT_UUID_LRES ),
BT_GATT_CHARACTERISTIC ( BT_UUID_LRES_STAT , BT_GATT_CHRC_NOTIFY...
Hi, using nrf52832 SDK 16 in the NUS example I'm working
for that, I added custom services
whenever the program running it's working fine but after some time it's automatically...
Hi,using nrf52832 SDK 16 in NUS example I'm working
for that, I added custom services
when ever program runing it's working fine but after some time it's automattically...
Iam facing mesh assert error if i call any function in super loop.
given code:
static void rtt_input_handler(int key) { uint32_t button_number = UINT32_MAX;
if (key...
I have realised the provisioner example code from nrf Mesh SDK. There I found the following set of code to be executed when i pressed button 4.
if (mesh_stack_is_device_provisioned...
Hi.
I am using Central's ble_app_uart_c_pca10028_s130 which is a sample of nRF51822.
I would like to see the timestamp of the advertisement acquisition I receive from...
Hi,
NRF52840 datasheet section "5.4.4.2 64 MHz crystal oscillator (HFXO)" mentions crystal tolerances being dependent on packet size.
It is not clear to me, what layer...
Hi,
I've had the nRF52 and Segger Embedded Studio on my old computer. But the old computer is dead now.
I am trying to create the same environment on my new computer....
Hi nordic
I run the HID keyboard with SDK 15.2 and connected to IOS's nrf conncet.
but i can't see the HID service in the table.
how can i use the nrf connect to debug...
Hello there,
I'm ripping my hair out hear reading everything I can to get the non volatile memory reading and writing.
I have a nFR52840 dongle and I dont want to...
Hi everyone,
I have a project that needs to use multiple saadc channels but I don't want to use ppi but use app_timer. So is there any way I can change between saadc channels...
I'm using a timer to trigger pins via PPI & GPIOTE. Setting the PPI TEP to the GPIOTE task works as expected. However, when I try to set a second pin via GPIOTE task via PPI...
hello Nordic
i am working with nrf52832 soc with SDK 16.0, S132 V7.0.1
following this path:
https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development...