I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
My board nRF52840-DK always take several minutes to be ready after plugging usb cable in. The issue like Markus described in this ticket:
https://devzone.nordicsemi.com...
Hello !
I can see nrfutil is written in python and have a lot of dependencies and functionalities what typically need for x86 based host.
A lot of discussions about porting...
Hi everyone.
I would like to know if there is any good nrf mesh communication libraries for desktop applications (preferably C#)?
I would like to develop some desktop...
Hi experts,
I have a problem with programming NRF5340 SoC when using the NRF-Programmer tool. About our board, we use PCBA instead of NRF5340 Dev-Kit.
Step1: My coworker...
I'm moving an application from NCS v2.0.2 to NCS v2.1.0
Everything compiles properly in v2.0.2.
I think I've converted all of the pin definitions properly from the v2...
Hello,
we are using nRF9160 as Bluetooth host together with the Mcumgr Gatt service. We would like to be able to perform FMFU update using the Mcumgr library. We have verified...
Hi:
After downloading the sdk, I installed the compilation environment on my laptop and successfully compiled the at_client project. However, after the same installation...
I want to implement a sophisticated peripheral that implements a keyboard, mouse, and raw HID interface via USB and BLE.
I haven't found composite HID examples for USB or...
Hi,
When I try to build the ESPI sample using west I'm getting the following error:
Can you please let me know what the error is? I tried looking up the issue, but couldn...
Hello Nordic Team,
While going through this page on peripherals used by Softdevice https://infocenter.nordicsemi.com/topic/sds_s140/SDS/s1xx/sd_resource_reqs/hw_block_interrupt_vector...
Hi guys,
I want to send 'a' characters via the uart1 of the nRF52840-DK. I cut the short on the SB6 jumper to disconnect LED 2 from P0.14, which also happens to be TX of...
Hi DevZone
I just want to ask if one can use the nPM1100 with the unregulated output to the nRF9160 (which can take 3-5.5V), and the regulated output the other peripherals...
We try to get audio samples form analog or digital MEMS microphone to nrf54840 RAM memory with low power consumpion at 32kHz rate. We consider to use internal SAADC, PDM or...
hi, I want to use PPI function for timer trigger GPIOTE,
when timer interrupt comes, my output pin will toggle, but I find my code doesn't work, I think it is GPIOTE mistake...
I am trying to run the nrf/samples/bluetooth/peripheral_lbs example for the nRF5340-Audio-DK using nRF SDK v2.1.0. I am using the following command to run the example:
west...