Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
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...