before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hello,
I have a question regarding app interrupt handling.
When an Application Timer Interrupt is being handled, can it preempted by a higher prioritized interrupt of...
Hi,
I have used this antenna for my nRF51 layout, but it seems that the device is using very high currents! like in order of 200mA, I just wanted to know if this is because...
I am using below code to send data over nus. If the data size is 150 bytes, it is OK. However, if the data size is 200 bytes, the nRF51822 will reset. Please tell me how to...
Hello, I got problem in enabling whitelist on starting advertising.
My working enviroment is PCA10028 V1.1.0 2015'18, SoftDevice S130 2.0.1, SDK 12.2.0
MCP works on Android...
Hello,
We encounter the problem after upgraded the PPK software. There are different results when using PPK v1.0.0 and v1.1.0.
Using PPK v1.0.0
Using...
Hi,
There are similar questions posted, but none of them have able to help me out.
I am trying to add multiple base UUIDs in order to create 128-bit UUIDs for my characteristics...
how to create custom service in order to send dummy message, not from the console, I
have to make one char arr[]="hello" this is a fixed string, then where i have add this...
Hi all,
I am developing for the nrf52xx boards. Let's say I want to migrate the example ble_app_uart from SDK v12.2 SoftDevice s132 3.0.0 to SDKv13.0 SoftDevice s132 v4...
Using SDK13
I have a Central program and I included the peer manager code from ble_app_hrs_c but I am having issues after connecting to another dev kit with Peripheral...
Hi,
I'm using nRF51822 with SD130 (SDK 12.1).
I had a firmware based on mbed that had RSSI update, and it was getting quite a few updates per second.
I've now gotten...
SensirionHumiditySensorsSHT3x.pdf
I'm using a Sensirion sensor (see attached datasheet). I'm running SDK 12.2 and SD132. I've set up the TWI to be a master, and I'm using...
Hello !
I'm looking to combine the softdevice into my .hex file generated by Keil.
Currently, when I compile my project, Keil gives me a .hex. To implement this hex file...
Hello, I received my thingy52 and wanted just temperature ...
I see that thingy is not using ESS - environmental sensing service so I tried to create my own.
(I tried to...
(Building with nRF5 12.2.0 / armgcc)
I want to do bursts of pulses using PWM for the pulses and a TIMER to enable the bursts.
I need this to be non-blocking so I can also...
I am interfacing nRF52832 to run ANT protocol in a custom board. Can I use the nRF52832 to broadcast the data received through the UART port without programming the device...