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'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hello everyone,
I'm working on an nrf52832 custom board and trying to initialize the SPI module(I configured pin 21 as SCK)
I known pin 21 is a PIN_RESET, so I set CONFIG_GPIO_AS_PINRESET...
Hi,
I am developing an small application which helps to erase the persitent memory
mesh_stack_persistence_flash_usage(const uint32_t ** pp_start, uint32_t * p_length);...
nrf52810 used and sdk 15.3 used . i able to run my program without error and i even able connect my ble dfu. but i cant upload my zip file and i cant bond with nordic dfu...
Hi, we are working on a device that is currently doing non connectable advertisement by utilizing the Eddystone frame. We would like to skip the button pressing to switch...
I am working on slowing down the connection interval in the secure_bootloader_ble example to reduce the average power usage. I've successfully slowed the interval down to...
Is there a direction finding example in the nRF5 SDK, either with the nRF52833 or the nRF5340? I came across the nWP-036 white paper but was unable to find an implementation...
I have been working with the pc-ble-driver on the PC. Now I want to move my code to the nRF51822 and nRF52840 chips. Starting with the DKs first.
On the PC when I get an...
Hello
I'm using mpu6050 to get the value of roll,pitch,yaw. I used a filter to get it right. The roll and pitch are good, but the Z-axis yaw has a strange value.
There...
Hi everybody, thanks for your time.
I try to develop an iot board with FOTA. To do so, I have a custom bootloader (address 0x00000000 in flash ) who perform the following...
Dear Members,
How can I increase ANT+ BSC time out ?
I read from nRF5_SDK_17.0.2_offline_doc/nrf5/ant_examples_bicycle_spd_cad.html
User interface
If a time-out occurs...
Hi,
How to get a same interval between the two events . I am seding the data from nrf52832 to phone every 1second . I want a uniform interval between the two data please...
Hi there,
I've set up an nRF52840 DK with an external power supply of 1.8v and also connected the USB IF MCU to my laptop. I've positioned the VEXT->nRF switch to "on" and...
I am creating a BLE central device. This device has to communicate with BLE advertisers to collect some data from them and then send this data to server. I am currently achieving...
Hi,
My project already has the ability to DFU throw BLE.
How can I add to it the Serial DFU throw USB ?
Is it possible to have one boot-loader that can handle both...
Hi there!
I have run light switch example for Mesh demo but no activity could be found via nRF Mesh app even my dongles have never been provsioned.The version of SDK and...