Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
Hi,
I got the ble_app_beacon_s110_pca10028 from Keil_v5 Pack Installer to compile. I followed the step to use nrfutil.exe to generate a zip file. But when I did the DFU...
I can't afford nRFgo Starter kit as of now; so my question is if there any other way to program my application (firmware) in nRF8001? I am looking from following options:...
Hi,
File "nrf_drv_config.h" defines both TIMER1_CONFIG_BIT_WIDTH and TIMER2_CONFIG_BIT_WIDTH as "TIMER_BITMODE_BITMODE_16Bit", can these timers be configured as 24 bit...
HI,ALL,
I want to take use of hardware flow control, but when i set or clear the RTS signal, it failed.
something about the attempt as following:
the purpose:enable the...
Dear all,
I'm using an nrf51822 (running softdevice 6.0.0) with the proximity profile.
With iOS8, I was able to find & pair my device with the nRFproximity app.
After...
Hello from Spain!
It is my first time that I use a Bluetooth chip so I am following all your code stack and some answers of this portal, but I am having problems with the...
Hello everybody,
I am using RTC1 for time measurement, this works fine as long as no BLE communication is running.
The RTC is initialized with
const nrf_drv_rtc_t...
situation:
We are developing an nRF51 application with OTA DFU. we use SDK 9.0.0 and the DFU bootloader version is v8. We have prepared different two packages. Single OTA...
phenomenon:
the program is polling in the 'uart_event_handle'
my attempt:
i found that the 'uart_event_handle' is called by the 'uart_event_handler' , so the program...
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...