Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
Hi,
I haven't been able to find a clear answer to this.
With the ESB protocol, a payload can be stored in the PRX TX FIFO to be sent back to the PTX as part of the ACK...
I have some nrf51422s beacons and wondering if they can send and receive data. So I want it to keep transmitting its id and signal strength but if somebody is reading the...
I am trying to implement the ANT+ Environment Profile using the nRF51 DK and I was wondering if anyone had done this and could point me in the right direction to start. I...
how to synchronize multiple NRF52 them?
Should I use a router? What route do you recommend for development?
Otherwise many people tell me that the Bluetooth has a very...
Hi all,
I create 4 timer in APP, and there seem only one timer (work in single shot mode) can not trigger by right ticks.
I add some log and find that:
First I...
Noticed in ant_parameters.h
#define MAX_ANT_CHANNELS ((uint8_t)15)
First question: is this correct for nRF51?
Second question: is nRF51 going to support 15 channels...
Sorry for the newbie question -- I am new to programming microcontrollers.
I would like to know if it is possible to program the nRF24LU1+ to behave like a USB host? I...
Hi!
Is this correct scenario to minimize battery usage for radio tag transmitting 8 byte packets at 3 Hz?:
setup:
turn LFCLKSRC on with CLOCK_LFCLKSRC_SRC_Xtal...
Hi all, i am trying to start using the smart beacon kit nRF51822, but searching around i am a bit confused on how to flash the most recent softdevice with sdk on it; i followed...
I'd like to do the same thing :
how to use dm_device_delete
nRF51822 S110 v8.0.0
nRF51 SDK v10.0.0
DEVICE_MANAGER_MAX_BONDS=2
I test Nexus5, Nexus7, iPad...
I want to read and write RAM (target=nRF51822) from a custom C application while the CPU is running.
Now, I can do this using the nrfjprog.dll and I get the expected values...
Hey guys,
I'm working with a nordic nrf5182 and s130. What I need is to put the system in sleep mode after a reset. The main problem is with function sd_power_system_off...
hi,I have to question about ADC,please help me ,thank you very much!
I joined on the ADC input pin an adjustable resistance, to change the voltage value.Why change the...
Dear Sir:
I have designed my board with nRF24LU1+, and I want to debug it through ULINK2 JTAG.
However, it seems not working.
Would you please share me with some ideas...