Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
Hello
I am testing sending the value to the app through the ble_app_uart of SDK v17.
I know roughly that I need to use 'ble_nus_data_send', but it is not printed from...
I add this code in 'static void on_connect(ble_nus_t * p_nus, ble_evt_t const * p_ble_evt) ' on the sever. But I still got an err_code NRF_ERROR_INVALID_DATA. Softdevice is...
Hello,
I want to compile the "pca10040" template after installing the SDK and the command line tools with Segger Embedded Studio, but I got the error:
cannot find ......
Hi,
Currently our team would like to start using Zephyr for our development, but some colleagues fear that it will use too many resources. They saw that our first test project...
Hello.
I'm using Zigbee SDK 4.1.0 with nrf52840.
When the firmware is configured as Zigbee router, it forwards route request data packets with incorrect contents.
...
Hi,
When I try to compile the gps nrf9160 sample with the SUPL enable, the compilation crash each time.
I get the error "Assertion failed: CONFIG_FP_SOFTABI is not supported...
I want to implement BLE using nRF52840. Without using SDK, we have formed a new project and successfully controlled GPIO control and UART. She wants to use the Softdevices...
I see the NRF8001 doesn't necessarily require the 32.768 Khz oscillator to function. My understanding is it's useful to preserve power. If I'm not worried about power draw...
We are in the process of FCC testing for a product including an NRF52832.
The labs requirement are that the part transmit continuously on a low, mid range, and high Bluetooth...
Hello,
It seems that T-Mobile LTE-M works on Band 8 in the Netherlands. However standard LTE modem FW doesnt support this band. Is there any reason for it?
I see on...
Hi, all
We going to connected a low power comsuption sensor with 1.8V power supply. I noticed Nrf52840 specifecation list feature point "1.8 V-3.3 V regulated supply for...
I am using nRF9160Dk and I am facing some issues in configuring the SPI and uart.
I am able to get my UART working properly with the following pins
&uart1 { compatible...
Hello!
I got my Thingy91 this week and would like to update the firmware as the first step.
I installed all the newest software nRF Connect v3.5.0 and Segger J-Link V6...