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...
I tried adding the following settings to prj.config
CONFIG_CHIP_OTA_REQUESTOR=n
CONFIG_CHIP_QSPI_NOR=n
I've also tried to modify the Devicetree to be the qspi part in...
Hello, I have a project sampling a ADC. It has a INT output signaling new data is ready to be read with max sampling rate of 125ksps. I am using the interrupt and then reading...
Hi community,
I'm making a custom board using the NRF52840-CKAA. I'm trying to make a Bluetooth application for this board but struggle to achieve it.
setup:
- Visual...
nPM1300ek version: 0.9.0 I have both "nPM Controller" and "USB PMC" USB connected. I tried powering USB PMC through the computer and also tried a "Wall Wart USB".
I have...
Hi,
I have a device which has different UUID s for the write and read characteristics than the Nordic devices. The device I want to connect to will give out sensor data...
hi,
I am in the process of creating a board definition for a custom hardware we are proptotyping. I follwed the instructions in the intermediate course, copying the nrf5340dk...
I have a device which advertises some services, I want to discover those services and write to those characteristics. However I can only find one service and not multiple...
Hello,
I want to send audio to multiple headset(Readily avaiable from market), So is there any hardware, Software solution avaiable for that.
So, Is there any...
We've had good success measuring power consumption with the PPK2 until now. But recently, it started reporting some hard-to-explain numbers. Specifically, t told me a nRF9160...
Hello everyone,
Im currently using the Thingy:91 with the asset tracker v2 application. As I understand the default mode in this application is the passive mode. Im measuring...
Is the nRF52840-CKAA port impedance for the various transmit power settings (or at least for 8dBm) available?
Alternatively, is the expected port impedance, when viewed...
Hello,
I am building basic board on nRF5340(based on Raytac MDBT53 module) and after "Erase" operation in nRF Connect Programmer I cannot access chip anymore.
Board...
Hi all,
I am working on Fantel BT40F which uses nrf 5340 soc. I have finished my breadboard testing phase with the development kit and now I am working on Integrated pcb...
Before adding ubxlib module repo into nrf/west.yml, I can build any project with mcuboot with no problem.
However, I cannot build any project with mcuboot after adding the...
Hi,
I'm stuck in the loop of calibration. This is the error that I get from Putty:
It says that I get a TX error.
This is the code that I have for bno055.h:
This...