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...
Just need a little help on something that is probably very simple. I am sure I will be embarrassed at how simple this is.
I get the nr52 device MAC address and append 4...
Hello All,
I have a requirement where temperature Sensor is collecting temperature data constantly. If temperature data is changed by at least 10% from previous value...
Hi Nordic,
I am been using nrf connect sdk 1.5.1 for several days. As far as I can see, there is an example, named nrf desktop in the applications examples.
May I ask...
Hi,
I am trying to interface a BME680 sensor with my nRF5340 DK. I am trying to get the following sample to run (I left everything default): https://developer.nordicsemi...
Hi,
I'm working with the CCS811 sensor example from the `v1.5.1/zephyr/samples/sensor` folder and I managed to compile it successfully after modifying the files in the ...
I am moving my project up to SDK15.2 from SDK14.2 and all is good except when I try to connect a ESP32 device.
When connecting to the 14.2 code, I get this in the debug...
Hi Nordic,
I have successfully Implemented a single bank DFU [button less dfu] with my customize service
but I don't know how to enable a dual bank DFU in my services...
Hi! I'm using NRF52832 with SDK 15 and the application is running as expected. To optimize power consumption I'm using a conditional statement to put the chip in sleep mode...
Hi,
I am trying to improve the nrf QSPI driver on Zephyr to handle anomaly 122 on nrf52840. Our application needs access to external flash as also as other modules that...
I'm debugging radio test sample and I'm having some problems. The first step is to compile NRF / samples / peripheral / radio with SES_ Zephyr.hex in test project. Second...
Hello,
I found this great blog entry about synchronizing timers on different devices: https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts...
Hello, I am using nRF52840, SDK v16.0, mesh SDK 4.2.0 and softdevice S140 7.0.1. I am following this example to experiment PA/LNA features, namely controlling the pins that...
I have a board with the MBN52832 from murata, that i can program with a Jlink with ease, but wont do adv.
I do believe the problem lies with some config that im not doing...
Hi,
I am running the asset tracker v1 app with a few mods, but it seems to reboot once in a while and I cannot find the cause.
The LOG gives nothing away:
[01:07...
I encountered sprintf with the increase of parameters, the power consumption will increase by 2-3uA for each parameter. When I use the sprintf function, the power consumption...