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...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello ,
I am bit confused about the minimum and maximum connection interval . what does mean ? it is time interval for the connection or else time interval for the data...
Thanks in advanced. Platform is nrf52832, SDK_17.0.2, use nrf connect app. I create custom service. If I set 128bit base uuid: {0x9E, 0xCA, 0xDC, 0x24, 0x0E, 0xE5, 0xA9, 0xE0...
Hi, I'm testing ble mesh using the "Mesh Light" sample with my developer board using Zephyr.
My components are: - My device: Makerdiary.com nRF52840-MDK development board...
Hello world :-)
I would like to use Bluetooth Low Energy Sniffer [1] and 802.15.4 Sniffer [2] on nRF52840 DONGLE using my FreeBSD workstation. I did manage to build the...
Hi!
I am trying to utilise the BLE SIG service for environmental sensing (0x181A) with the characteristics for temperature (0x2A6E) and humidity (0x2A6F). I would like to...
Hi
I'm trying to build blinky example (from SDK17.0.2) to run it on nRF52833DK.
The board is running correctly if I download the hex comes with SDK but failed if download...
Hi, I'm writing a library for the common Hitachi_HD44780 (LCD2004 etc) but need it to be non-blocking. I'll open source it once done. I'm using EasyDMA to do the transfers...
Hello,
I am trying to solve my issue for few days without success hence your help would be appreciated. I found a lot of related issues, but any of the solutions doesn't...
Hello,
I am using nRF52840 chipset and I was using the Segger tool chain properly. But recently I started getting below error "The evaluation period of this release has...
Hi,
I am doing the project in nRF2832 , where I need to collect some data from the sensor and temperature value that i need to save in the .CSV file format in SD cARD ....
Hi,
I have a question about setting the gpio pin status. From the picture, it seems that the value on the right represents the status of the gpio pin. So the default value...
I'm using NCS 1.4.0 and 2 boards nRF5340PDK.
I'm using central_uart and peripheral_uart samples. Both display when connection interval change.
The central_uart use BT_LE_CONN_PARAM...
can You explain
light_lc_client_light_onoff_set(&m_clients[0], &set_params,&transition_params);
This command in the lc client used to make the immediate on the server...
I'm implementing a project that attempts to change the TX power of itself during runtime. I have used the set and get functions from the Zephyr sample: https://docs.zephyrproject...