I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Hi,
I have a PCA10095 and a PCA10040 where they are connected via USB to PC and are not being seen. In both cases the LED next to the interface MCU is flashing rapidly;...
I'm looking at the ZBOSS for Zigbee IAS Zone example , and in the " ZB_ZCL_DECLARE ..." statements it refers to structures such as zone_attr , poll_control_attr , and pwr_cfg_attr...
For nrf52x, a pin can be dedicated for reset, and this is from my understanding how HCI works in the sample (host line to controller reset pin). However, for the nrf5340,...
I am doing ble beacon device communication. I have two device, receiver and transmitter. Receiver device height is about 2 meter. Transmitter device on the ground. The distance...
My project builds fine in versions previous to 2.0.0. However, in 2.0.0 I'm getting an undefined reference. Any ideas where to look to track this one down?
/opt/nordic/ncs...
I am in the early stages of development and would like to proceed with only non-secure partitions on the nrf9160. I'd like to not make use of TrustZone.
I notice all of...
Hi Nordic,
I want to use an Arduino USB host shield with NRF52840-DK. Since the VDD on DK is 2.5v and MAX3421 on the shield works with 3 to 3.6 volts, I have to use an external...
What is the state of the GPIO pins during programming.
Because of space restraints, in order to get the the programming signals out from under the laird module we are...
Hello,
I am using a nrf52840-dk and communicate via SPI with an external board (NUCLEO-L476RG from ST) during development. For the development itself I am using the nRF...
Hi,
When starting to learn nRF currently, is it better to start with nRF5 SDK or nRF Connect SDK? I know Nordic will not add new features to nRF5 SDK, but what if I want...
nrfjprog restarts nrf5340DK debugger
We are running a container environment in Ubuntu 20.04 on WSL2 and the USB ports are frwarded using usbipd
When trying to flash (or...
Hi All!)
I am using nrf52833/20 Dk and am able to connect the two devices using coded PHY connectable mode by the available examples ( BLE_App_Uart and BLE_App_Uart_C )...
Hi every body.
I have trying without success to attach an event handler function to the TWI.
I am reading a temperature and humidity sensor using I2C. In polling mode...