Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
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...