Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello, All,
When using UART on nRF Connect SDK to communicate between nrf9160DK and nRF2833DK, I found that the data length of a packet sent by the UART on both sides is...
Hi,
I have started a new project that will use I2C and SPI devices. As a starter I took the example at /examples/peripheral/gfx/pca10040 since I am using a ST7735 based...
Hello sir,
I am using nrf52832 as Dev kit board with using Button 1 for long press event for an interval of 5 sec .I have defined the BT0_LONG_PUSH as BSP_EVENT_KEY_0 which...
Hi,
I'm trying to build the Zephyr NVS sample in SDK 1.6.0 and SDK 1.7.0 for nrf9160dk_nrf9160ns (Non-Secure) and build operation is failing with errors.
../src/main...
NCS V1.7.0
VSC IDE
In VSC you can create a custom board.
when i do this for the nRF5340 and build, it does not include the network core.
it also does not appear...
Hello
in order to reach low power mode I use the following :
bsd_shutdown(); // 3.4 ma.
nrf_regulators_system_off(NRF_REGULATORS_NS);
how can I recover from...
Hey,
I have a custom board that is pretty much the same as an evaluation board I got. I use the secure_bootloader_uart_mbr_pca10056 to enter and execute a DFU.
On the...
Hello,
I tried to check SPI communication with a test board.
However, I couldn't read the device info from the max30003wing board.
Board: NRF52840DK --> MAX30003WING...
Hi
I've been having issues with this since the first time I installed VS Code and ncs for VS Code. I've used the Nordic's official YT setup guide while installing.
The...
I am not able to flash nrf5340 using seggar embedded stdio and nrf connect .... nothing seems to be working!
I am attaching the log file
nrfjprog version : 10.13.0
JlinkARM...
I am new to NRF chips and trying to read, write, and erase to flash using nrf_fstorage. I have looked at the example project flash_fstorage and I am able to successfully read...
Hi All,
I'm trying to generate an interrupt on the X PWM's falling edge. My idea was to setup the PWM and count the number of falling edges using PPI & a timer / counter...
I have following code fragment to enter nRF52 into power-off mode. There is s132 softdevice 3.0.0 running and my SDK is 12.0.0:
int32_t ret = sd_power_system_off();
...