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...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
What's the easiest way to view all logs and error messages using USB serial connection app like putty, on the nRF52840 dongle?
What drivers and functions do I need to enable...
What level of risk is involved with brownouts for the modem? We have seen some modems in the past which have bricked themselves when a brownout has occurred when performing...
Hello, I want to inquire about the functionality of nRF52833-DK if I want to communicate between transmitter and receiver for locating position of receiver using BLE (Bluetooth...
Hello ,
I am interfacing the nRF52832 with winband spi flash . I can able to read the device manufacture id but i couldn't able to read the data from the device . I am getting...
Hi,
I am using the nRF52840 to sample some channel.
I am using the nRF5SDK160098a08e2 for that and based on the saadc example.
These are the results for my tests....
Hi there,
I've been unable to find a good example of what settings are required specifically to ensure that a characteristic's value can only be read and notified in an...
I have a question regarding the nRF Toolbox App v5.0.2 on iOS 14.1 and the Cycling Speed and Cadence demo app. It appears to be that the km/h calculation based on the CSCS...
Hi
I have created 4 threads in nRF9160 application, I have to go to sleep if none of the thread is running.
For this how do I check whether the created threads are running...
Hi, We are working on nrf5340 with the nrfx I2S implementation. We have configured the I2S IRQ for every 5 miliseconds. However, we have observed that successive IRQ introduce...
We are testing the combination of hrs example and the code in the butonless example. When I tried dfu after putting the code together, this error occurred. What does this...
I am trying to interface the microphone with nrf52840 and using the PDM interface. After initializing the module (nrfx_pdm_init) and then set the buffer , I do see clock and...
Dear Sir.
I have some boards that work with nRF9160 and Chipsim.
Some work fine.
Using MQTT application
With two boards I get the errors.
ERROR: getaddrinfo failed...
I am new to the nRF5 SDK. This is my first time using nRFX SPIM so this may well be a beginner error.
I'm using SDK version 17.02 and I am using a nRF52840 module.
I...
Board: nRF52840DK
SDK: 15.3.0
Softdevice: 6.11
I am trying to increase the MTU size in order to read more data on the peripheral. I have tried to increase the NRF_SDH_BLE_GATT_MAX_MTU_SIZE...
The SDK version I use is 15.3. And I tried to add the following code to the ble_nus.c
But it didn't work.There is no characteristic 0x2901. I don't know what's wrong....