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...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
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...