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,
I am trying to read and write data from flahs using the fds library. For the moment my main problem is that when calling fds_record_find, it returns FDS_ERR_NOT_INITIALIZED...
Hello,
is it planned to add support for PyOCD and/or OpenOCD for NRF9160?
If yes, when?
ATM (26.02.2020) they support only NRF51 / NRF52
https://github.com/zephyrproject...
I am trying to do multiple PWM in my DK board , but it cant work.
I made simple code for it .
This is my overlay file , but it works for just pin 13, means ch0 .
...
Hi,
Is there any way to tell when the modem has finished doing a band scan? I would like to know so I can swap between CAT-M1 and NB-IoT for globally deployed devices. ...
Dear
I am try to perform an OTA operation on a dongle of nrf52840 by ble_app_blinky for PCA10059 project and light-switch server for PCA10059 project, which works well on...
I've setup SDK 1.4 with Segger, however I can't get the Asset tracker Application to compile. It seems to be building the SPM even though the project is setup to use the Non...
I use the template for pairing and binding. For the first time, after binding, for the second time, I bind again, prompting to reject binding. How can I match and bind many...
Hi,
I want to compile and run Mesh examples. I tried the Light Switch client, server and the Sensor server examples. All of them fail when the linker is invoked. All of...
Hi everyone!
I'm new in Nordic DKs and I have a new Nordic Thingy 91, I understand that it uses two chips: nRF9160 and nRF52840.
Maybe this is a silly question but, can...
I have a custom beacon application that is mostly idle. Before adding a timer, the current consumption was 3.2uA. After adding the timer, the current consumption jumped to...
So far I've use the nrf gatt module for setting MTU and DLE and seems to be working, however this module does abstract packets and maximum tx time in a connection. There are...
I have incorporated the DTM example into my application. It works as expected when I set the NRF_POWER->GPREGRET and then perform a reset sd_nvic_SystemReset() , then enter...
Hi,
https://devzone.nordicsemi.com/f/nordic-q-a/67024/nrf9160-questions-related-to-immutable-mcuboot-application
From the above thread i learn that MCUBoot is not that...
To get the GPIO binding I can use:
device_get_binding("GPIO_0");
1. I would like to know where in the documentation it lists the strings you can pass to that function...
I am debugging the GPS function and referring to the sample code of the official GPS. As for the code of reading GPS data, I have a question that is the way of obtaining GPS...