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'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi, I am using nrf52832 development kit. MCU is waking up with two buttons and I put MCU to system off mode after successful data exchange or timeout. Init settings are like...
Hi,
I am configuring a button and an ISR to handle the events, but the interrupt is not called only when there is a transition.
Is there any other configuration needed...
During the End Of Line test of one of our device, based on nRF52832, we write the serial number of the device in some non volatile registers, specifically CUSTOMER[8] and...
Hello,
We are using the nRF52810-QCAA(QFN32) in a Beacon application. We have seen serious degradation in Radio performance while using the DC/DC vs. the LDO. More than...
Hi Forum,
i've ran into a problem with configure the nrf24l01. I've disabled all ShockBurst functionality (EN_AA = 0). When putting TX Payload into the Fifo the TX_EMPTY...
Hi~
We are going to use the MAC address and UUID as what we have.
I am trying to save the MAC address and UUID through UART, so I don't know what to do.
Currently the...
Hello,
I am trying to make a code running the Ble stack adn the FreeRtos one, i started from the project ble_app_hrs_freertos_pca10040_s132, i've just removed some things...
Hi.
Newbie stuck at installing IDE.
Trying to follow the automatic installation developer.nordicsemi.com/.../gs_assistant.html
Installed nRF Connect for Desktop v3.8...
Hi,
we have nrf52933 custom hardware.
we are flashing application through j-link.
but after every flashing , I need to hard reset the board in order to run the function...
Dear Nordic,
We developed a product based on the nRF52833 chip, with an external antenna, 3dBi gain. Set transmission parameters 100mS interval and 4dBm transmission power...
I have nrf52840 dongle will like to treat it as central. (like gateway) And sensor node is unknow ble, and adress type is Resolvable Private Address. If know the characteristics...
Using the « nrf_modem_at_cmd_async » function triggered an HARD_FAULT error if it is the first function used in the code before another function of the AT interface of the...
Hello everyone I would like to produce my own custom board based on the NRF52840, but the quartz used in the Dk is sell by package of 3000 pcs so I decided to change and use...
I have troubles with the bluetooth examples on the nRF5340. Examples without bluetooth works fine. (blinky of hello world). I allready found out that the code is waiting on...
Hi,
we're using a library which is written in C++ and is using exceptions. As stated here Zephyr has C++ support including exceptions.
Following the docs I set
But...