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...
I tried to modify the twi_master_using_app_twi to work with adafruit ADS1015 as a slave. I ran into this problem. It seems that the init_transfer doesn't finish so the app_twi_perform...
What development kit should I buy? Is this the right one?
www.mouser.hk/.../
What software IDE to use?
Does Keil offer free version for limited code size? What...
trying to build a simple example in sdk 11 just to run it on the nrf52-dk
of course it is missing pieces, else life would be no fun, apparently...
oh, i don't know,...
Sorry for asking as not familiar with BT terminology and un-sure which fold means what, grateful pointer to example (in SDK or similar) that can run on the dev kit. That is...
What is "1 Mbps Bluetooth low energy mode" for nRF52832?
How was the spec. changed from my old year 2013 understanding that BLE is low speed for sensor, sending tens of...
I can read temp value by pulling flag but I Want to do that by interrupt
I added this code to my Keil but interrupt on temp didn't work.
I use Adc interrupt like this definition...
Hi,
We are using NRF51 and STM32F0 on our custom board and one of our customer's requirement is the ability to program both of these MCUs in the factory. They would like...
I am using the mbed compiler.
When I produce code using the "App with Bootloader" option, I can do FOTA updates and my code runs fine, as long as I don't enable the ble uart...
Hello together,
we are running the DTM in different modes to check the module (nrf52832, sdk 5 version 11). The carrier test gives us a current consumption that meets the...
Hi
I try to program Insight ISP 130301 with a hex file, which works on nrf51 PCA10028. Unfortunately, it doesn't work. I try to loop for each pins and set it's state, and...
I'm trying cominicar me through Termite between the application plate (nRF51-Dk kit) and a device that supports BLE, but the connection between PC and the kit application...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Hi again, I posted earlier in another post that my writeCharacteristic is responding with status 6.
Details:
Android version: 5.1
Nordic device: nRf51822 S110
I have...
Hi
I want to use nrf52 LATCH register.
I can see the correct bit set in the register, but I am unable to clear this bit.
I have tried NRF_P0->LATCH =0xFFFFFFFF; for my...