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...
Sir,
In some examples I found some of the example programs does not contains Soft Device. What to do???
And when I Flashed the main file alone it shows some errors.
Hi,
When I look through the nRF52840 product spec I can see that SPIM0, SPIM1 and SPIM2 doesn't support speeds higher than 8Mbps.
Nothing is written about SPIM3 and it...
Hi there,
I am designing a bridge application between different devices which uses BLE as central and peripheral to connect all them, the idea is have up 20 nodes connected...
Hello
For a breadboard, we would like to duplicate the programmation part of the nRF52840 dev. kit.
Can you provide the layout of the dev. kit in electronic form (Mentor...
Hi,
I'm using nRF52832, nRF5 SDK 15.2 and Mesh SDK 3 .I have successfully integrated the UART module from nRF5 SDK / examples / peripheral /uart in the beaconing example...
Hi. I'm using nRF52832 with my external board. (SDK 15.0.0)
I want to merge UART, blinky and timer. I merged UART and timer example, and it worked.
Now, I want to merge...
Hi. I am tinkering with BLE settings, and changed NRF_SDH_BLE_GAP_EVENT_LENGTH from 6 to 7.
I then get a 0x04 error code on this function after building and running the...
I have this project that I have been working on for sometime, however today I encountered this extremely weird error while building
I haven't changed any sort of project...
Hello! I'm using a module nrf51822 as a ble peripheral device.
And my device's RSSI is alway about -60db and the power comsumtion is 4mA.
Even i tried to change in sd_ble_gap_tx_power_set...
My application has a power button that pulls up to battery voltage (3.2-4.2V) to switch power into the system. It's also necessarily tied to a (heavily muxed) gpio pin with...
Hi
I have made a small Python script that generates a C-file with the build date/time and some other values.
Is it possible to make Segger Embedded Studio execute the...
Hi,
Is it possible to provide eagle design files (layout and schematic)? I see that you have provided for altium designer.
Also, is it possible to provide eagle library...
Looking for the best ways upgrading from a nRF5 SDK / SoftDevice based design to Zephyr. in my case, the nordic bootloader / upgrade process is configured for UART.
It would...
When using custom 128-bit base UUIDs and 16-bit UUIDs to address services or characteristics within the formerly specified base UUID, it seems the Nordic softdevices always...
Hi, I am using nRF24AP1 for ANT+ purposes and I am looking for continuous scanning mode (the radio is active in receive mode 100%). The command Open Rx Scan Channel (0x5B...