Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
I noticed in Zephyr OS there is an API LED:
led_on(dev_io, RED ); <-- does not work gpio_pin_set(dev_io, RED, 1); <-- works well
what can be the reason ?
can you...
Hello everyone. I have just started with the eval board uBlox NORA B1 (NORA B-106) and I am trying to find a starting point for streaming audio via Bluetooth Handsfree protocol...
Hi Nordic:
I use the LWM2M of NCS and found that the power consumption increases every 2.5 seconds. I use the monitor to find that the serial port is sending data. How...
We are attempting to deploy a system consisting of one nRF52840 devkit running the multi-NUS example app, and over a dozen custom boards based on the nRF52832. It all works...
Hi all,
Can anyone guide me to the right path where I can get how to interface an E INK DISPLAY(ET014TT1) to the NRF52840 DK board or tobwhere I can get the necessary steps...
Hi,
I am trying out the FOTA feature on the nrf52840 dongle. I managed to build the SMP server example and flash it using mcugr. However when i reset the device, i can't...
We are evaluating nRF52832 for our next product. One of the requirement for us is to interface 3 set of sensors with nRF52832 over I2C.
Because our sensors can't share the...
Hello, I'm modifying the ble_peripheral/ble_app_hids_keyboard example on a custom board. When I pair my board with the first phone, it works fine.
But I can pair it with...
Hello, I would like to implement an acceleration interrupt in the asset-tracker2 program (SDK v1.7.1) that is executed immediately on movement. This should be executed in...
Dear, I defined Port1 pins as in attached overlay file. The binding of pins is done as in lcd.h attached file. When, build is started, the error written in title is displayed...
Hi,
for a last year I was developing any apps for nrf52840 in Keil IDE. Now I'd like to migrate my projects to VSCode but still do not understand some curcumstancies:
...
Dear NCS experts,
I'm working with NRF Connect SDK (1.7.1) on a proprietary Bluetooth Mesh model. When the model receives its configuration, it stores it in flash by calling...
Hello,
I am evaluating the DK52 board and have a problem with the reset button. Before the problem occurred, when I powered up the board connected to my windows 10 host...
Hello,
We have designed a product with NPM1100. With the NPM1100 set to output voltage of 3.0, we have measured the output across multiple devices to be in the 3.1 to 3...
Hello everyone , I am interfacing and trying to process GPS data received over UART port. The GPS outputs NMEA based sentences at a rate of 10 Hz. I started using the example...