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, i would like to work with nrf52832 for my IoT idea. So my question is where do i start from to work with this particular SOC nrf52832 chip? My End product would have integrated...
Dear Madam/Sir,
I'm trying to compile the ble_proximity example on SEGGER Embedded Studio with SDK 12.3.0 and SoftDevice 2.0.1 to run on nRF51822 with PCA10001.
After...
Hey,
I have implemented the ble_hid_mouse example in the nRF52832, and implemented both central multilink and USBD in the nRF52840 dongle so that both boards are paired...
Hi,
We are using nRF52840 in our product for both Client and Server communication on BLE5. We are seeing an overall average time of 5+ seconds for the overall connect, data...
Hello everyone!
I have started to work with openthread recently, and now I have to build a mqttsn client into a stm32 uController. I'm doing that by using the spinel protocol...
Does the nrf52832 has some delay when the shortcut of END_START is enabeled in continuous receiving?What is the meaning of rx chain delay?Does RX chain delay in 2Msps mode...
I'm having problems getting the peer manager to work in a project forked from the ble_app_template on my nRF52-DK (using pca10040e, S112), complaining it can't initialize...
Hi, I am using ble_app_uart_saadc_timer_driven example, which work just fine when receiving data on smartphone (using nRF Connect app). Now I would also like to do the same...
Hi,
I'm using the Nrf52810 with softdevice S112 for the moment.
Question 1:
In ble_gap.h i see that there is a define BLE_GAP_WHITELIST_ADDR_MAX_COUNT (8). Is this realy...
Hi,
I am reading a voltage value from an analog sensor which changes values with 0.02V step. So, i need the accuracy up to 0.02V from ADC channels . But right now i am...
Hi,
I have project based on nRF52840 (using SDK 15.2) and I have a problem with properly adding ADC measurement using scheduler - description as below.
Problem description...
Hi
I want to create this example:
A major network,it include the subnet A and subnet B.
One node X,it belong to subnet A and subnet B.
If the node X was a function...
Hi
We currently working on nrf52 dk with SDK15.0.0 but we will use nrf52810 rather than nrf52832 due to cost.
As I know, nrf52810 doesn't have FPU compared to nrf52832...