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...
Dear All,
I know that the max. input on VDD is 3.6V. But as a rule of thumb, I normally try to stay below the max. rating. But this time I have a peripheral LDO with 3.6V...
Sorry: Use google translation
I am compiling sdk using keil 5.27,use compiler version 6, armclang,
but is error:
Undefined symbol __start_pwr_mgmt_data...
I know...
Hello,
I am trying to create a new project after add source files and header files . While compiling I got error like "device must be defined. see nrf.h.segger"
Kindly...
Hi,
I'm asking this becase it is not very clear about the PWM in Product Specification v1.6 for nRF24LE1 in the nRF24LE1_PS_v1.6.pdf mentioned the pwm Frequency-range from...
I am using nRF5_SDK_15.2.0_9412b96.And we have code written to interface ads1298r to nrf52 dk for acquiring ecg signal.But the strange is the code is compiling in all others...
Hi guys,
Do you have any suggestions on how I can lower the power consumption. I am currently connecting - sending data - disconnecting .
I have the following set the...
Hi,
I'm trying to receive large packets on uart, but is seems to read one byte at a time .
uart_fifo_read() always returns 1
why is that?
can it be changed ?
Hey guys, i recently bought a nrf52 DK to implement a gateway between a usb touch monitor to a device such as a android or a computer.my approach is recovering the hid raw...
I'm using the nrfx drivers of SDK 15.3.0 and want to poll for data using a synchronous UART. In order to check for data, I use the 'nrfx_uarte_rx_ready' function. However...
Hi,
The documentation seems scant and IDE behaving inconsistently with regards to how basic project management, adding source files, libraries etc to a NRF9160 project,...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image.
I started development on top of ‘ble_app_blinky’ code.
I have few queries...
I have a strange problem. I have two nRF52840 DK boards and I build an application on top of the light switch example. One board works fine, but on the other board stuck in...
Hi everyone,
I have a device which can be a gzll host or BLE, depends on what software inside, and it is based on 51822. And now, I would like to combine this two function...
Hi,
I know that the NUS service ble_data_send() can send string and integer data via BLE to an app, but can it be used to transmit 24 bit float data ? If not, what other...
Hello,
I'm very new with the DFU on nordic and I would like to know if it is possible to upload a valid application so that my DFY can jump onto it ?
Thank you in advance...