Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
I'm trying to get a time stamp using app_timer_cnt_get(&ticks), but the ticks always equals 0. And I have called APP_TIMER_INIT() to init the app timer. I have no idea why...
Hi everyone, I have been given a nRF51-DK board and I should use it to send data retreived from a sensor to it through Arduino, to finally receive it in my cell phone. I am...
Hello everyone,
I'm brand-new here. I have developed quite a bit of software on desktop PC's, but this is my first experience with embedded programming. A few weeks ago...
Hi Team,
So I downloaded the new nRF Connect for OSX. I inserted my PCA10031 nRF51 dongle into my USB port and the relevant lights lit up. However nRF Connect does not...
I am quite new to embedded firmware development and definitely just two days old into Nordic nRF52 development.
I want to just setup a 25% duty cycle clock output on GPIO...
Hi,
I have a very sophisticated program on nRF51822 with SD120 which uses SPIS (as an RX for another board) and UART. I used "spi_slave_example" as a base program.
I am...
Hi, in the (not great) mBed PWM driver, when setting up GPIOTE to toggle the output pin they do this:
/** @brief Function for initializing the GPIO Tasks/Events peripheral...
Hi,
I have a application that needs to advertise only for 120 seconds and on change in values of accelerometer , it needs to start advertise again.
presently i have a...
Hi,
I've been using these parts for a few years (the 51) and recently did some work getting the boot loader to be joined together with the application into a single burnable...
Hi,
I wish to exchange the sensor form mma7660 to hmc5883l, so I simply replace it with my own function just like mma7660 did.
Those function are
define HMC5883L_ADDR...
Dear All.
As I know, nRF52 support PDM mic. So, I'll make recording sound with nRF52.
But, I do not find PDM example on SDK 11.
Please notice me, where is the PDM mic...
We are using the NRF51822qfaag0 ic and softdevice 7.3 with sdk 6 . We are able to do dfu using the android device with nrftool box apk. But we have to do dfu from windows...
Hi There
I am working on NRF9E5-EVKIT-868/915, suddenly I faced a problem where it stop running any burned program. It is successfully programmed and verified but nothing...
Hi,
I would like the nRF52 control an antenna switch IC whose interface is MIPI RFFE compliant.
The nRF52 is the master of the bus.
I've been told the MIPI RFFE is...
Many of the example applications from Nordic use the "Connection Parameters Module" from the BLE SDK. There appears to be some documentation of the API in the "Connection...