Hello everybody,
I am trying to get the RTC0 peripheral working on Nordic nrf9151-DK using libraries from Nordic (nrfx_rtc.h, nrfx_clock.h and hal/nrf_rtc.h). I am not...
Hello everybody,
I am trying to get the RTC0 peripheral working on Nordic nrf9151-DK. I wanna use zephyr/driver_rtc.h library and zephyr/device.h librrary. I am able to...
I'm not able to debug any of example applications that uses non secure build. Non ns versions works fine. I have added CONFIG_TFM_CMAKE_BUILD_TYPE_RELWITHDEBINFO =y to my...
Hi Team,
We recently received our custom PCBs and are currently trying to configure pins P1.00 and P1.01 as UART0 RX and TX respectively. However, the UART communication...
Draft — ready to post on Nordic DevZone / Zephyr mailing-list
Title nRF5340 DK + MCP2515/TJA1050 module — can_start() always returns -EIO even in loop-back
Hardware...
Hi We are working on setting up CI/CD pipelines for our nRF application. The application is set up as a stand-alone application with its own west workspace. It uses external...
Hi
I have successfully created services and characteristic from nRFGO Studio and they are advertising well even receiving and transmitting is going well. Now my problem...
Hello,
i ported example of mouse by HID for nRF51822 to nRF51422. The device is detected as mouse by Bluetooth in Windows 7 but I cannot to connect it. Any ideas whats wrong...
Hi,
I'm wanting to develop some solutions around the NRF518222 IC. I want to try out the various modes etc, bluetooth and ANT as well as trying to get some longer range...
I try the throughput in S310,
I refer the "nrf51-ble-app-lbs" to make our code(interval is 20ms),
and test with Master Control Panel.
it seen only have 1.7KBps.
Could...
Hi,
I am trying to detect if a disconnection occurs due to a signal loss.
In the application's BLE Stack event handler, I have found that there is a disconnect reason...
I'm new to BB 10 development using native NDk provided by Blackberry (Momentics IDE)
Developing app with Bluetooth LE device, But having problem to discover the BLE device...
Recently I open the sdk of the nrf51422,there are some functions that indicate that they are come from the document call 'ant_interface.h'.But when I try to go to the definition...
I'm ending up in the HardFault_Handler() on calling sd_app_evt_wait() within a function that reads from the UART. What might cause that? Stack screenshot attached.
I have...
I'm using nRF51822 for development. and I want to use ADC to measure the electricity of battery, but I don't know the discharge characteristic, i couldn't get that on internet...
#define IO_CHERRY8x16_ROW_PORT 0x13E02040UL
#define IO_CHERRY8x16_COLUMN_PORT 0x60031FBFUL
Why this number be defined like this ? What are this two things use for?
...
Hi,
I'm trying to compile the bootloader example using GCC instead of Keil compiler.
To do so, I copied the bootloader example and started editing the file bootloader_util_arm...
Hi, I am working on my new project. My goal is a sensor network. I have to create four service, one or two basic service like htm and battery service and other with contains...
Referring to the PCA10001 schematic, there is a solder bridge SB1, which connects AVDD with VCC_nRF.
Can you please explain in which cases is it needed?
Thank you
...
Hi all,
I test the DFU as follow:
erase chip, program "s110_nrf51822_5.2.1_softdevice.hex"
program "bootloader" by using nrfjprog.exe
"DfuTarg" can be found...