Hi,
What should i do after i load mesh app in " github.com/.../nRF51-ble-bcast-mesh" adress?i have two board
When i download the app,why doesnt advertising exist.i cant...
hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
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...
Hi, I have PCA100040 development board. I need to create two simple ble application. One for central and one for peripheral.
How can I do this?
Can anyone suggest...
Hi
I was using SDK7.2.0 up till now, and am migrating to SDK8.1.0. I notice that the APP_BUTTON_INIT macro has gone, and also that the app_button_init has 1 argument less...
I trying to perform RAM read and write operations using the nrfjprog.dll without halting the CPU but I can't figure out how to properly use in particular the access port functions...
I just started using the RTT - It's proven to be a VERY helpful debugging tool. As soon as I started using it I located several minor bugs. I exited debug mode, fixed the...
The function interrupts_disable() is defined in components/libraries/bootloader_dfu/dfu_app_handler.c and examples/dfu/experimental_ant_bootloader/bootloader.c like so:
...
I want to change the macro BSP_LONG_PUSH_TIMEOUT_MS to a different value. But the bsp.h file is locked. Now I could unlock the file, but then pack updates would break my setup...