Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
Dear nordic guys, I'm developing with nrf51822.
I have one simple question.
My customer LG electronics wants to get the nrf master control pannel android app source code...
Hi
I am trying to modify my application so that it uses the latest version of softdevice (v2.0.0-8.alpha) instead of the current one I am using (v2.0.0-7.alpha). My application...
SDK: nRF5_SDK_11.0.0-2.alpha_bc3f6a0
Chip: NRF52
If I perform a TXTX transfer using the twi driver, it sends a repeated start/stop bit in between the two transmits. Is...
Hei,
I would like to compile ble_app_template example which is located in nRF5_SDK_v11 library. I get the following warning "Could not create/access path '._build' !" when...
Hi,
I'm using a timer to send message over uart.
Here is the initialization code:
err_code = app_timer_create(&m_uart_timeout_timer, APP_TIMER_MODE_SINGLE_SHOT, uart_timeout_handler...
I'm hoping this is just something silly that I've overlooked, but I'm running into an issue: Whenever I try to prompt the scheduling of a TWI transaction an error occurs ...
im using sdk10 softdevice 8.0.
on my app I configured #define APP_ADV_INTERVAL 1500 and I noticed that when I activate Dfu service (activate notification on last service...
hello,
I am trying to direct advertisement on NRF51822 board.When giving the peer address i am confused that how to specify the address type of the device, whether BLE_GAP_ADDR_TYPE_PUBLIC...
Hello,
I made 10 custom board with nRF52 rev C, epson 128FA 128 32 MHZ, epson FC 135 32,768 KHz
I have some difficulties to get crystals working.
10 of the CPU run...
Hello!
I've developed a board with NRF8001 module mounted on it. Antenna on the board is much longer than in reference designs, so I can change the length. I also can add...
We been developing device based on NRF 51822 (NRF51822-CFAC-R) (62-UFBGA, WLCSP).
We plan to use 2032 battery, and need at least one year of autonomous BLE work, our device...
Hi,
As discussed here a way to advertise each 20msec is changing the mode to BLE_GAP_ADV_TYPE_ADV_IND. This is a connectable mode and assume we do not want a connection...
why I debug the project ble_app_hrs_rscs_relay in SDKv10\ble_central_and_peripheral\ , it can not go to main(), always stay on first,I do not change anything, it compile oK...
Hello,
When I restart my application with debugger, i have strange IRQs called (TWI, ...) before init. Possibly IRQ still active and debug don't touch them.
Can I disable...