I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
Hi, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
I'm working on developing a device using the nrf52832. Currently using the nrf52 PCA10040 dev kit. I'm extending the zephyr/samples/basic/peripheral_dis sample in order to...
When compiling the net CPU with debugging configs such as CONFIG_DEBUG or CONFIG_DEBUG_OPTIMIZATIONS enabled and the resulting hex is flashed to the nRF5340; If then an Ozone...
Hi I am wanting to use the ARDUINO 4 RELAYS SHIELD with the nrf52480 or at least see if its possible.
https://store.arduino.cc/arduino-4-relays-shield
relay data sheet...
I wanna use nRF52820 to make some application development.I wanna a sing-board development kit for nRF52820 ,and nRF52833DK supports development on the nRF52820 SoC and nRF52833...
Hi Everyone This is my first time designing a PCB with the NRF51822. I have designed it using an 2450AT18B100E Antenna and a BAL-NRF02D3 balun. Below is my schematic:
...
There are discussions on WLCSP light sensitivity for nRF5 product, which affects RF, clock accuracy, and low power current draw etc. what about the nPM1100 which clock accuracy...
Is my understanding correct that with VDD supplied and ENABLE = high, having VDD_GPIO floating (i.e. disconnected from a regulated 3.3 V supply) is a valid state? We intend...
hello Nordic
i am working with nrf52840 sdk16.0 s140
i wish to read the UICR register value like this :
but i get this compilation error
since it is a define...
Hello, I'm working the nrfx saadc legacy driver, and despite changing whether I measure Vdd(on the dk) or GND, the saadc output(p_event->data.done.p_buffer[0]) oscillates...
SDK14.0+NRF52832(PCA10040 demo board):
I want to add static passkey to avoid MITM attack, I write code as following, but when I use the mobile app ‘nRF Connect’ to connect...
Dear community,
I need to operate a BM833A as I2C slave and to do so, I performed the following steps:
I modfied my sdk_config.h and set TWIS_ENABLED and NRFX_TWIS_ENABLED...
Hi,
I used nRF Connect for power profiler and programmer for hundreds of times.
But since today, it just keeps on showing white screen.
I tried "Ctrl + R" as well as...
Hi Team,
We are using the NRF52840 SOC for our development purpose and in our application we are planning to port the RTOS.
Could you please suggest us which RTOS is...
HI,
I am using the central_hids project in NCS V1.5.1 on NRF52840 , and now i want to add USB hid into the project, how can i do it?
I have try to do it in nrf_desktop...
Hello,
I've been trying to learn to develop an app based on ZigBee, it's the first time i'm working with nRF hardware and the only things i've done so far was to run some...