Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
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!
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...