Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
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 would like to know how can I use nrf52832 preview kit for audio application, i.e. I would like to use PDM interface of nrf52832, please guide me on how can i do that.
I used the app_template and built it with CrossWorks (nRF51 SDK 10)
However, the call
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_8000MS_CALIBRATION, NULL);...
Up to now I´m unable to do a reliable simple communication from a PTX to a PRX, just scatered messages arriving.
So, I´m asking a very basic working example source code...
For a sensor design I want to use timers with the UART service. I got it somehow working for the S110 version 7. The only problem I have with version 7 is that I can't use...
Hi,
This is probably a silly question, but just to be sure...
I know that when designing a PCB with the nRF51 it is necessary to keep an area beneath/around the antenna...
hi,
to do DFU on SDK 8.0, if use the MCP on PC, it wants to select a zip file, if select a hex file, it will fail. I have created the bin image,but I can’t create the zip...
Hello
I am using the nrf51822_Beacon application and SDKv7.1.0.
have a issue when sd_evt_get function start executing, after imitatively program counter reach into HardFault_handler...
Hi,
I am using S132 to communicate with an iPhone running iOS9. The peripheral needs to operate at high data rate at certain times so I have followed the method posted...
Hello!
I'm trying to get my whitelist work, but I think I'm missing something. Let me present you my problem:
Power up both central and peripheral1
Central enters...
Hello,
I am having an working application with S120 and S110; master and slave application. Now I need the master and slave functionality on the same board and using S130...
Hello,
I've been looking around to find the best way to interface the nRF52 DK with both an LCD screen for printing settings to a panel display, and a rotary encoder, used...
Hi
I don't have the board space for a loop antenna, so I'd like to use a dipole. What sort of RF output / matching stage do I need for this on the nRF905?
Thanks!
Hello
I wrote the program by referring the some examples after compiling the program GPIO pin becomes high immediately (3.3V ) bu my aim is to make the GPIO pin as output...