I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
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 am using nRF52833, nRF Connect SDK v1.4.2.
I have imported the Zigbee light switch, light bulb, network_coordinator build and test it successfully.
I have also...
I should not be asking this question here but it should be documented! SoftDevice s130.
A possible error I can get when executing sd_mutex_acquire() is NRF_ERROR_SOC_MUTEX_ALREADY_TAKEN...
Hi All,
Hardware: Custom Board (Buttonless)
SDK : 17.0.2
SD: 7.2.0
Support required: DFU Buttonless
We are able to successfully load and run the DFU buttonless...
I am using nRF52832.
Can I use NFC1/P0.09 as SCL and NFC2/P0.10 as SDA?
nRF52832_PS_v1.4.pdf states "The pin capacitance will be higher on these pins" in 4.3.2.
I am...
I posted one question in my earlier ticket about download firmware to our own device (nRF9160) through DK of NRF9160.
Now we are design the schematic of our own device with...
Dear Concern,
I am getting MCUboot build errors as shown in the below.
C:\Nordic\v1.5.0>west build -b nrf5340dk_nrf5340_cpuapp -d build_mcuboot bootloader/mcuboot...
Hi,
I have nrF52840 DK rev 2.0.1
switch to VDD, Default, SB40 is cut (confirmed by multimeter)
I have the PPK rev 1.1.1
switch DUT to DK
switch Power to DK
I...
Hi,
is possible use for DFU process as DFU server other device as development kit?
I will use it in street lighting but it not usable with development kit. I would use...
I have a couple of examples that work ok on 9160-dk and use SPI3.
However, if I try to use these on SPI1 or SPI2 I get a device not found error.
I am building with west...
hi,
i am working on timer example in peripheral folder. i am including this example in ble_uart example in ble_peripheral folder. i am getting error " 'NRFX_TIMER0_INST_IDX...
I am using the SHT21 sensor for measuring temperature and humidity, trying to connect it to nRF52840 DK Board using TWI mode.
I am unable to even scan and get the response...
I deleted the flash completely for the bootloader example, then I installed soft device. The softdevice area for nrf52832 is written as 148 kb in the documents. In nrfgo studio...
hi,
i am using working on example "pin_change_int" in peripheral folder.in this example interrupt occurs when there is state change on interrupt pin. how to enable interrupt...