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,
I am developing an ESB application with 1 central (nrf52832 DK) and several peripheral. The peripheral are nrf52832 + ICM 20948. Development is done with Segger embedded...
I am trying to setup development environment by following below steps.
The nRF Connect SDK Zephyr repository contains a list of required Python modules. Install these modules...
Hi,
I have bought NRF24LE1 module. Now I want to program the module. So, will anybody please suggest me which programmer should I use to write hex file ? I have mPro programmer...
Hi,
I am currently trying to implement a beacon scanner alongside peripheral mode BLE on an nRF52832. As I am only scanning for beacons, I was hoping I would not need to...
I have been trying to connect to 4G using iBasis and other vendor's SIM card but have not been successful.
I have the nrf9160 DK two years ago and have been sparsely trying...
Hi,
We have 4 NRF52833 DK being used for our development work.
Among that, 3 of them have stopped working and are not powering up.
They power up some times when connected...
Hi,
to develop a device driver in Zephyr for TI DAC80501, a 16-bit DAC, I2C interface,
I have to
1. add the dts child node under the i2c controller node
$i2c1...
I'm using the asset tracker project and I want to add in the ability to store information on the board. However when you include the littlefs file system you get a build error...
Hi Team,
We are using the nRF52840 board for our development purpose. We are using the external debugger(i-jet) for our development purpose.
We are able to connect the...
I have a firmware build that uses the nRF52832 (SoftDevice S132) to return a variety of read characteristics to an external device. So far so good. I can verify that the values...
hi ,
i want to use the pin p0.19, p0.20, p0.21, p0.20 as the spi‘s pin scl,cs,mosi,miso.
and i test in the project nRF5_SDK_16.0.0_98a08e2\examples\peripheral\spi
my...
hello,
I have a problem when using the example twi_sensor with nrf52832( nRF5_SDK_15.3.0_59ac345\examples\peripheral\twi_sensor\pca10040\blank\arm5_no_packs)
This example...
Hello,
I'm porting a code from NRF Connect 1.1 to 1.3. Previously I was able to show in the console floats or double values, but now this seems not be possible anymore....
On SDK16.0.0 + Mesh SDK 4.1.0
I am trying to store some user data using the Flash Manager. I am modifying the light switch server mesh example.
There are a lot of posts...
Hi everyone,
I modified example code ble_apps_bps and introduced a GPIO interrupt, I want to sniff I2c communication (bit banging) but my ISR is triggered with a very long...