Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hello,
I am working with the newest revision of the nRF52 Development Kit and the app_beacon example.
I try to change the clock source for the following code:
nrf_clock_lf_cfg_t...
On SDK 11.0.0 only ( NOT the alpha release )
Do not judge the quality of SDK based on number of entries here. This thread should be considered part of Nordic effort...
On SDK 10.0 only
Do not judge the quality of SDK based on number of entries here. This thread should be considered part of Nordic effort to main the quality of the release...
I am testing nrf5 IoT tcp client example. (in \nrf5_iot\examples\iot\tcp\client)
DK side:
IP:2004::213:ddff:fe4c:6032
run as client.
2.6lowpan border router...
I'm using the ble_app_template of SDK11. but I dont have an external oscillator, so the run time freeze at ble_stack_init
in this answer , the solution is to relace NRF_CLOCK_LFCLKSRC_XTAL_20_PPM...
Hi,
I have a NRF52DK (Chip Label: PCA10040; V0.9.0; 2015.44; 682646724) and when i try to start the DK as described in the getting startet page, Step 5 failed as LED1 is...
Hi,
I am planning to make a program so that when a beacon goes far away a specific distance (around 5m) then the led should light up.
I have taken some measurements...
Hi,
I have a couple of eval boards that were created for software and hardware development. We have two versions of the nRF52832 on these development boards. I know that...
I am using nrf51822 powered by a 3.3V regulator in a li-ion powered application. We have a high current load that we're controlling with PWM at 20kHz. Radio performance is...
I want to bond with an peripheral, which has static passkey hardcoded in it. If I want to bond with it with MCP, I get an request for passkey, I can then bond and encrypt...
My environment for this is
Ubuntu 14.04
ecipse Mars2
ble_app_uart project of Nordic SDK11(makefile project)
armgcc
nRF52 PCA10040 Nordic board
ERROR...
I am trying to figure out how to exit a loop of my program using a button press on the nRF Toolbox UART app. Say it's button 4 for sake of giving it a value. I am using an...
Hello,
I've been trying to use nRF Connect 1.0.0 on OSX 10.11.6 with a nRF51822-powered board ( this one, to be precise ). Whilst nRF Connect finds the serial port and...
Hi,
I'm complete nordic newbie and asking you for some help.
I have 2x 81522 ICs, one is QFAAC0 and the other one is QFAAH1, both QFN48 packaged.
(1) looking at infocenter...
Hello I'm trying to learn your API using nrf5-ble-tutorial-advertising example. Over all the example is much help and API documentation is quite good. But part of API code...