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...
HI,
AT command not working when network mode is "NB-IoT" in "mqtt_simple",
If network mode is "LTE-M" then AT command is working fine.
Snapshot with network mode is...
I want to be able to read the gyro and accelerometer values from the MPU6050 sensor.
As a base start I downloaded the NRF5 SDK V15.3.0 and modified twi_sensor_pca10056 program...
SDK 15.3
Hi,
I keep getting the following error when compiling. What file am I missing or what setting do I need to set in sdk_config? I am getting this error when compiling...
Hi
I have started learning about Bluetooth mesh for a project to be done. i have some doubts regarding where to learn the coding and how to start coding for creating a mesh...
Hi everyone,
I was looking to use the nRF24L01/+ along with a small microcontroller (e.g., ATtiny) and I wanted to reduce the BoM as much as possible. I was planning to...
I have connections to a Azure server that has tree CA available. To be able to talk to the server with .peer_verify = 2; I need to replace the CA one by one and try to figure...
I have been uing nRF9160 as ble gateway for uploading data from two nRF52832. The nRF9160 has subscribed to the nRF52832 gatt and hence receive updates automatically. Now...
I purchased the nRF52840 dongle AND Nrf52 dev kit. My upcoming project will utilize the nRF52832. I am able to build, download, modify, and execute examples from the nRF5...
Hello everyone,
i am created my own UUID Service with a characteristic. I used this tutorial --> https://github.com/bjornspockeli/custom_ble_service_example Code is working...
Hi,
I am getting this error when enabling the twim instance. It initializes successefully but throws error when enabling it.
How can I troubleshoot it further to know...
Hello,
I want to measure the 32 kHz XTAL frequency by toggling a GPIO and measuring the frequency by a frequency counter. The nRF52 has got an external crystal connected...
Hi,
We are working with the nRF52840 and an ADC chip that is capable of I2C communication faster than 400 KHz, allowing lower latency. I know that the nRF52840 does not...
Hi,
I really need your help!
When I add DFU function to my project, I need to display DFU progress on my LCD, but I don't know where to add my display code, and I don...