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...
I have just started developing with Nordic NRF52832 using the IAR Embedded Workbench. I am attempting to work with the existing Example projects provided within the NRF5 SDK...
Hi
I am using nrf52 thingy hardware version 1.0.1
I want to use OTA for the same module with customize application.
Till the time I am able to transfer firmware file...
Hello there
I'm developing a custom board for the nrf52810 and I need my product to be as small as possible. The dimensions of the reference design are just what I need...
Hi all,
I am using nRF52832 with SDK 13.0.0. And I use the ble_perpheral -> ble_app_uart example.
I am trying to send data through BLE and. I'm using timer 2 to sampling...
Hi,
I am developing a device based on NRF52840 soc. in this project i will store some records in flash storage and i need to tell the user remaining space of flash storage...
I am getting the linking error seen in the uploaded image. I am using segger embedded studio with SDK 15.3.0. I have already added the nrfx_saadc.c file to the project folder...
Hi,
I'm trying to look for a definition for the APP_ADV_DURATION and APP_ADV_INTERVAL.
How does we know the value we set is in units of 0.625ms or 10ms ?
Can anyone...
The native debugger for Segger Embedded Studio always goes to the disassembly window when setting a breakpoint in the C source code. I've played with too many options settings...
Hello I'm contacting you about the nRF Connect SDK and especially the BSD library. I’m a student in Embedded Systems and for a personal project in board support package I...
nRF52832
SDK14.0
Hi,
I had a question regarding the Fstorage Write/Erase operations. My question is what happens when there is an erase or write operation taking place...
Greetings,
I am relatively new to compilers and I would like some clarification on compiling C++ projects on Segger Embedded Studio with Nordic's SDK vs. 14.2.
I am use...
I have a TC74 temp sensor
https://www.microchip.com/wwwproducts/en/TC74
and want the temperature
using code below I always get a greenlight / EVENTS ERROR
thank you...
Yes there are development boards available to shortcut design and development, but I'm only evaluating without a product in mind and want to layout a minimalist board, with...
Hi,
I'm using the nRF52-PCA10040 board and I was trying to program the softdevice using the instructions for the ARM Keil method in this ( infocenter.nordicsemi.com/index...
Hello,
I have a query on Ack for Notification and Indication.
1) I pasted statement from below link,
https://devzone.nordicsemi.com/nordic/tutorials/b/bluetooth...