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 used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
I have a custom board with an nrf51822 device. I also have Keil 5.12 and a ULINK2 and would like to program softdevice hex file into the nrf device. I have followed all of...
I'm trying my best to get started w/ the nrfgo 51822 development kit that I got last summer, but I'm just having a hard time jumping in.
I was a little disappointed to...
I need to use a high speed PWM (> 500 kHz) in which I can vary the pulse width. In examples, it's handled in software which is too slow.
Is there any way to set a pin on...
Hi,
I am having some problems getting the s110 SoftDevice working (sd_softdevice_enable stops the program execution) on a custom PCB. I have seen several issues similar...
Hello,
I Preparing the KC (korea-certification. about bluetooth)
KC requirements as follows:
Set Test Modes
Set Continuous modulation mode
Set Unmodulated...
I'm interested in getting started with NRF51, but the full DK is quite expensive here and I don't need it. Does the nRF51-Dongle sku come with a key for downloading & using...
Hi,
Can someone tell me (definitively) what the max SPI clock speed is?
I have seen 2,4 and 8Mhz here and in recent documentation and I'm confused.
Thanks
Hi
I have been experimenting with encryption and bonding and I think I don't understand completely the bond procedure.
To bond a device, it is necessary using the bond...
HI ,all !
I have a question about PORT event function.
as the 4 channels of GPIOTE (channel0 to channel3 ) have been used for other usage.
i need to use a general IO...
The only documentation I can find for s120 is part of the nRF51 SDK . Though it isn't clearly stated the SDK assumes release 1.0.1 of S120 is being used.
The v2.0.0 S120...
Hi
I got some questions about KEIL MDK uVision5.12 PACK.
I tried uVision5.12 PACK to install Nordic SDK package. Currenly, their latest version is v7.1.0.
If...
Hi,
I get 0x2001 error in spi_master_close() at the following 2 lines.
/* Disable interrupt */
APP_ERROR_CHECK(sd_nvic_ClearPendingIRQ(p_spi_instance->irq_type));
...
I got my UART working just in basic sending and receiving.
Now I am trying to implement buffer feature and other non-blocking features. I have done this on other CPU's many...