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
One of our customers have complained, that our sensors are making occasional errors.
I have looked at it, and they are correct. About 1 in 8 Million packets send...
Hi, I have my custom board for the nrf9160 ,
I was able to program it through the built in programmer of the nrf9160 dk but I have an issue, when I connect the VDD to the...
I'm using adafruit_tag_reader example to read ISO14443 tag. When I put a tag near scanning area of PN532. It reads tag multiple times till I remove that tag from there.
...
Hi!
I am using IAR compiler for my project
I declare global variable
__no_init u32 uPowernResetSignature;
in my code I assign value to this variable
uPowernResetSignature...
Thank you for taking time to look at my problem!
I have managed to combine the TDK/Invensense library for their IMU MPU9250 within the SDK 15 utilizing simple TWI calls...
Hi,
I have nRF9160-DK kit and its environment is set such as nRF Connect SDK and Segger Embedded Studio.
I want to build a simple application from scratch for example...
Hi, I am trying to modify UICR PSELRESET but its not changing. Any help?
NRF_UICR->PSELRESET[0] = 0xFFFFFFFF ; NRF_UICR->PSELRESET[1] = 0xFFFFFFFF ;
Thanks
Hi,
I'm developing an application using the timeslot API for a custom radio protocol. The application also uses a number of the nRF52832 peripherals, as well as the app_scheduler...
Hello,
I'm having an issue with scripting AT comands directly into the code of the nRF9160. I'm a novice at all this so I apologise if the mistake is an obvious one.
Inside...
I get "ERROR: There is no debugger connected to the PC with the given serial number." when I run e.g. nrfjprog --eraseall on command line.
Programming/debugging using VisualGDB...
Hi,
The User Guide v1.3 in Chapter 2 (minimum requirements) states "SEGGER J-Link Software" under "Software requirements". Is there J-Link software specifically for use...
I've been developing firmware for the nrf52840 for a few months using armgcc+openocd+arm-none-eabi-gcc working successfully. I recently upgraded my ubuntu version (18.04)...
Hi,
I am trying to connect to cloud MQTT (cute cat) which needs username and password for authentication. In the sample the password and username is set to NULL in client_init...
I'd like to create pc program connect to nrf51 device.
In Many document as I found, describe with dongle/DK and using a virtual com port like this.
PC -> dongle/DK include...
Hi,
I have some questions about application operation while in PSM / eDRX mode.
1. when modem is in deep sleep mode, is the application halted too ?
2. if not, what...