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...
Hi, I use the twi_master_using_app_twi_pca10040 (SDK 12.1) to test the TLC59116 LED module .
By changing the example project's code by referring the GitHub code, I have...
Hello the Nordic Team,
I come here after a lot of research and testing and do not understand what is going on in my program. (is it Embedded or iPhone nRF Toolbox side...
hi,
I follow the pwm routine, 51822 can work and output pwm, when I want to change the frequency of pwm encountered a problem, the program reset.
I use the method when i...
Hi,
I'm using Nrf51822 to implement a RTC(200ms tick)
I connect a external 16MHz crystal to the MCU.
I use the S110 softdevice with BLE function enabled, so it's in ble_stack_init...
Hey. Has anybody played with autocomplete for command line interface.
I like it alot and it is very helpfull. Now a autocomplete would be cool!
Here is what comes to mind...
How to setup a nRFDK52 as a central and nRF bluetooth kit as peripheral. Should I use nRF go studio? Do i need to load the soft device first before loading the app? What is...
I want to store two floats and one 8 character string in fstorage.
I solved it by using 4 uint32 types stored in flash, I got it working in the ble_app_template example...
Good morning,
this is Algocraft (www.algocraft.com), an high tech company whose core business is to develop, design and market a wide range of professional systems dedicated...
Hi everyone,
I'm using a custom wrapper ( github.com/.../arduino-BLEPeripheral) with softdevice S130 v2.0.1. I've extended the wrapper to allow simultaneous advertising...
I am trying to implement a simple example with custom profile by building upon
the tutorial given devzone.nordicsemi.com/.../
My profile is something like this:
Service...
Hello,
My application perform reset periodically. When It does a reset the bootloader need to initialize the softdevice with SD_MBR_COMMAND_INIT_SD before calling sd_softdevice_vector_table_base_set...
Good times,
So I finally put in the tweak to enable the GPIO 9&10 pins to be used for GPIO instead of the default NFC mode. Must remember that reset for it to take effect...
Hello,
I'm testing ble_app_hrs example by nRF52832 DK.
When i change NRF_BLE_GATT_MAX_MTU_SIZE up to 158, the example project run properly.
But, when i change MTU...
Hello, I am using nrf52832 custom board, with SDK 11.0.0 and s132_nrf52_2.0.0 and trying to dim led. It seems the only suggested solution is to use the pwm driver. I was wondering...
Hello, im experimenting around with the nRF52 DK (and nRF51 DK also)
Now I have following setup on nRF52 DK:
SoftDevice: s132 nRF52 v2.0.1
Applicatoin: Example Project...