Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
I have a nRF 52 DK board. I have flashed dtm example onto it. I have connected a USB to serial UART interfacing board ( www.sparkfun.com/.../12731) to the respective Tx, Rx...
Both the capacitive touch library and the driver (which is better ?) are using the analog inputs.
There are only 8 of them , and we need 10 at least buttons.
Is there...
I'm migrating from SDK11 to SDK13. My custom service is based off Heart Rate Service, so I started from the new SDK13 example of HRS, and updated all the initialization code...
Hi,
on Android, I sometimes get delayed notifications. I measure realtime data and send them over notification, and I can see data change on Android with approx 1 s delay...
Could Nordic please confirm that the "SB13-SB15" and "SB23-SB25" silkscreen markings incorrectly imply that pin 1 of the SPI flash part, which is actually "!CS" would appear...
I have a custom PCB with an nrf51422 powered by a coin cell battery. The EE who designed the board assured me that the battery voltage could be measured internally through...
Hi community
In order to discovery the server, I have read some examples and I got some questions regarding the use of the following methods:
sd_ble_gattc_primary_services_discover...
Hi,
Is it possible to add additional antenna on the beacon ( NRF51) in order to increase the range ?
If yes kindly let me know the list of available or recommended antenna...
Hello,
I'm currently designing a board with nRF52840 and I'd like to use an antenna that is a DC short to ground. Do I need a DC blocking capacitor in such configuration...
Hello,
I am developing a profile which includes 39 characteristics spread over 4 services on nRF52840/SD140/SDK13. When I add one too many, sd_ble_gatts_characteristic_add...
Hi community,
I'm working on a BLE gamepad with custom board based on 51802 and s130, code modified from ble_app_hids_keyboard . The gamepad works like a charm on my Android...
Hi, Nordic!
We have two PDK-NRF52840 and custom boards with NRF52840 chips.
2 from 5 chips have a broken bit in RAM. This is different places.
For example:
Is this...
Hi all,
if i buy 2 nrf52840dk:
Is possible create an audio connection like intercom between the two dk?
Can I send my voice from "dev board 1" to "dev board 2"?! and...
Hi,
I beginning now to program nrf51822. I would like to let the nrf51822 wake up after 3 hours by using a software timer interrupt.
Should I use power_manage()? Before...