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'm trying to update my project to use the latest S110 softdevice release. The trouble is that I have written many of my own hardware abstraction layers and they are conflicting...
Hello,
I am trying to program a nRF51 chip with a dev kit. When I install the base nRFGo Studio, it is able to detect the board but it won't read the chip because it is...
Hi,
I am experiencing an interesting case ( I am not sure if this is a problem indeed).
I have been trying to develop code for ISP1507 (nRF52832 PC10040 based) on two...
Hi ,
I have tried to test the current consumption on NRF52840-DK (PCA10056).
DCDC is enabled.
RTC is running.
No BLE is advertising.
The DK is powered via USB. ...
hi,all
i got the nrf52832 dk and run the ble_app_uart example ,
but i found nothing output in jlink rtt viewer after called the NRF_LOG_INFO("UART Start!") ,
so could...
Hi.
I did the secure bootloader DFU. I attained step 8 in document .
I instal softdevice and secure bootloader to flash nRF52832. After make the ble_app_buttonless_dfu...
Routing the DCC pin on the nRF52832 with the chip scale package is pretty tough. The bump is surrounded on all sides by other bumps, so I don't have room for a via in the...
Hello,
I'm using nRF Connect V2.6.1 on Windows 10, I launch " Bluetooth Low Energy V2.2.0 " that uses PCA10059 Dongle as central.
Also, I have developed a peripheral application...
There are 12 LEDs which are connected using shift register HC595 ,the module used is nrf51822(bluetooth module). I want the LEDs to go off after 3 seconds interval. My code...
Hi there,
We are having issues with our boards that uses nrf52832 chip. Our first built had this chip and everything was working fine. We built a second batch and all boards...
Hi,
In nRF52832 datasheet I found that it is having internal oscillators, like 32.768Khz RC oscillator and 64MHz RC oscillator. If it is having internal oscillators what...
Hello
Most of the time we shall use the BT TX 0dBm. In special cases when we want to increase the communication distance we may select the 8dBm mode.
For RF type approval...
I am implementing long read with authorization in the server (peripheral). I have a characteristic with vlen = 1 and maxlen = 300. ATT_MTU = 23.
gatts_attr_md.vlen = true;...
Hi,
I added nRF5_SDK_15.2.0_9412b96\modules\nrfx\drivers\src\nrfx_timer.c to my project. In sdk_config.h I have:
#define NRFX_TIMER_ENABLED 1 #define NRFX_TIMER1_ENABLED...