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...
Hi everyone!
Challenge :
I'm trying to stream data from 9 nrf52832 (12 bytes each) to a computer, hopefully at 25 Hz at least (it seems more than realistic!).
Dream...
Hi !
I want to send simple HCI commands, such as reset, to the nRF5340 via UART. Therefore, I'm using the sample "hci_uart" available with nRF Connect SDK v1.5.0. I am sniffing...
It would be great to get some reassurance on this design. Is it ok for production i.e. is robust and within limits?
I am successfully driving an smd rgb led by sinking 2ma...
I am using the https fota, aws sample OK.
testd the aws certificate via Linux PC this way:
openssl s_client -connect kamacodeetrog.s3.us-east-2.amazonaws.com:443
now...
I'm trying to write the stripped down version of UART driver myself and having a few issues:
I enabled the UART, along with other registers as shown below
but when I...
on Ubuntu 20.04.2 LTS i have setup nRF connect SDK. When i try to configure segger Embedded studio. I am getting the error "create nordic project.py failed". I have connected...
The temperature sensor that i am using is analog. As mentioned above I have already gotten the temperature value using sd_temp_get().I also wish to send the values of voltage...
Hello all,
We are using Segger Embedded Studio (SES) v5.20 ,SDK v17.0.2 ,NRF52840DK board
The issue we are facing is we have a .msbl (kind of binary file)( file size 180KB...
Hi all
I want to trigger a limit event on a signal, which I receive on AIN0. Since the signal does not always have the same baseline, I set the limits with the first measurement...
This has been happening for a very long time when building nRF connect SDK applications on a windows 10 machine via the command line with cmake and ninja. In an application...
Had this linking error when I tried to build the bootloader for nrf9160dk_nrf52840 calling
west build -b nrf9160dk_nrf52840 ..
the same error ocurred using
cmake - GNinja...
I am new to this community although I have already been exposed to products with Nordic components.
I have been reading a lot and watching recorded webinars the past few...
Hi everyone,
I am trying to send a custom zigbee message by using this function zb_zcl_finish_and_send_packet_new() with a callback function to free the buffer after send...
I want to delete the bound device information through erase_bonds during the main function, but this will always cause chip errors and restart,I want to know how to solve...
Hello. I work on the multirole mode application. There is a strange situation, the conn_handle is not equal to 0 when connecting for the first time (equal to 2). Because of...