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...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
Hello,
We are developing an application to work as a multilink central with 3 different kind of BLE devices that include 1 custom device which advertise customised NUS...
I'm attempting to add support for a custom ili9341 display to a project running on a the uBlox Nora dev kit. I'm currently using VS Code with nRF Connect SDK1.9.1. My question...
tried the proximity example to check pairing/auto-repairing using PCA10040 board. currently having not auto repaing after we power OFF/ON the device.
we are planning to...
Hi,
I encountered an error when I turned on NRF_LOG_BACKEND_RTT_ENABLED in a project:
"...section '.log_backends' will not fit in region ‘UNPLACED_SECTIONS’."
"region...
Hi All!
I am using nrf21540 along with nrf52833/20. My question is can it be possible to use nrf5 SDK instead of NCS? I have developed the application using nrf5 SDK and...
Dear nordic team,
we are successfully communicating our old nRF2401 shockburst design to a nRF5340 board; except for the CRC.
The challenge: the nRF2401 shockburst allowed...
Hello,
In function such as i2c_write and i2c_read does Zephyr check to make sure the device is not a NULL pointer? If not how would it react if it were passed one?
...
Hi,
I tried to run the "matter" light_bulb example from nrfconnect versions 2.0.0, 1.9.1 2.0.99, but failed to
to see blinking LEDs. I suspect this may have something...
Hello dear Nordic. I am reading your documentation and stuck on the following issue:
According to the SEQ[1].CNT register there are 3 pulses with different duty cycle...
Hello there,
The same code works reliably on dev kit but not on my customized hardware. By cutting the 32k external crystal jumper on the dev kit, the same failure can...
Hi,
I am working on nRF52840 dongle.
i am facing a issue with programming. before it i was trying to do it with arduino. i don't know its bootloader gets disturbed....
I build the asset_tracker with custom code added to it and working well. The build time messages are shown in the attached text file. There e %of Flash used in show thrice...
HI,
I'm trying to configure the MCUboot / Netboot with an external QSPI flash. I can do it for the APP core with MCUboot, however I get lost how it work with the NET core...
Hi Nordic team
We plan to develop a stereo bluetooth loudspeaker, that can be connected from any smartphone to stream audio.
The prefered audio output would be PWM since...