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...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hi,
I want to weld my product that contains NRF52840, using an ultrasonic welding machine.
Currently I'm thinking of a welding frequency of 20KHz or 40KHz.
1. Is there...
I am currently working on a NINA-B4-TAG from ublox, there is a requirement to be able to dynamically turn on and off the CTE without completely turning the advertising off...
I am thinking of using nRF5340 Audio on a development board.
The I2S-compatible IC on the headset side is an IC called AK4432VT.
The following settings are required to...
Hi,
We have a nrf5340 module on a custom PCB that is connected to a computer through use of a pcie header. This PCIE header allows USB communication to the module and supplies...
Hi,
In my project I need to send maximum bytes possible inside one package. When using the nrf connect app I can see that when reading the characteristic this works, but...
Hi . I have two questions about the PIPEs in Zephyr RTOS , especially regarding the correct use of the k _pipe _put and k _pipe _get functions :
1 ) In both functions ,...
Hi,
when I configure CONFIG_BT_SETTINGS=y as I want the device to remember the pairing parameters, the services defined with BT_GATT_SERVICE_DEFINE dissapear.
As far as...
Hi,
I use nrf52833 running ncsv2.6.0,
I trans v2.6.0\nrf\samples\bluetooth\central_hids to \ncs_v2.6.0\v2.6.0\zephyr\samples\subsys\usb\hid and now plus usb to nrfUSB...
How do I switch nrf52832 from a broadcaster to a peripheral with a service via a keystroke interrupt? After trying it out, I found that my problem was mainly: I didn't know...
Hi,
I'm trying to control nrf9160 SIP from stm32 MCU via AT Commands. Should I program on the nrf9160 the AT_CLIENT sample for this purpose or is not neccesary?
I'm trying...
Hello Team, We are currently working on a project for interfacing Larger TFT LCD display with Capacitive touch with nRF5340 Devkit board and SoC. As per the datasheet of the...
We use custom board with NRF52840 and a MODBUS CO2 sensor. We are struggling with power consumption when the serial is enabled. The goal is to take measurements and then put...
// <i> NRF_FSTORAGE_SD uses the nrf_fstorage_sd backend implementation using the SoftDevice API. Use this if you have a SoftDevice present. // <i> NRF_FSTORAGE_NVMC uses the...
Hi to all,
I have a problem and a question regarding the power measurement setup I’m working on.
Regarding the problem, I am trying to measure the power consumption...