I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
We would like to try using the standard DFU process to update third party device connected to the nrf52 chip.
For proof-of-concept I want to use DFU update with experimental...
The toolchain manager always fails with the following error: Failed to clone the repositories: env: bash: No such file or directory
MacOS Big Sur
nRF Connect for Desktop...
This is more of a zephyr question I suppose, but is there anywhere I can look at a list of setting key values pairs? Or alternatively what is the best way for getting the...
Hi
For nRF52840 as Zigbee Coordinator, for an unknown new device (ED), after the new device joins the Zigbee network,
Is it possible to know the Profile, End-Point,...
Hello, guys!
We have FCC/CE/UKCA/RCM/EAC certified board that contains nRF51822 SoC. We currently don't have a possibility to enable the internal DC/DC regulator of nRF51822...
Hi,
I am moving from FreeRTOS to Zephyr. So I jused some of your simple example for trying to understand basics. I edited it little bit.
I have some default task from...
Hello,
I'm using the flash MX25L1283 together with the NRF52840. I've implemented a new driver for that flash using the nrfx library. Everything works fine !
However,...
To achieve the maximum transfer rate over ESB, I added the following expression to the ESB initialization function:
NRF_RADIO->MODECNF0 = (NRF_RADIO->MODECNF0 & ~RADIO_MODECNF0_RU_Msk...
Hello,
I am using nRF52832 DK board. I wanted to drive some o/p signal from the MCU. So for testing purposes, I just toggled one GPIO from the Timer CC channel. For that...
On a custom board, VDD and VDD_GPIO are independent.
Is power supplying VDD1 and VDD2 enough to program nRF9160 through SWD, or do I need to also enable VDD_GPIO to program...
hi everyone i have flashed dfu to my nrf52832 using the latest sdk 17 i have done all the process as mentioned updating the ecc, private key publickey etc but my board doesnt...
I have an application consisting of a Thread Leader and a number of SED children. The communications scheme is set up to allow both children and the leader to have CoAP servers...
Hi Nordic,
nrf5 skd for mesh 5.0, nrf52832, sdk5 17.0.2
Now I am developing a product like a gateway. We just figured out that nrf52832 communicates with external device...
Hallo, hope you are having a good time.
I am using nRF SDK 17.02 and uses SES as an IDE.
Soft device S140 7.2.0
I have an application running which act as a central...
Hello,
I would like to know if it is possible to provide an example based on the lte_ble_gateway sample for writing and reading the characteristic!
I changed the example...