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'm using the PCA10040 devkit and pc-ble-driver s132 v5.0 to act as a central to connect to three bluetooth peripherals I have. I've made no edits to the connectivity...
Hey guys. Is there any way we can change scan parameters at runtime. I want to update parameters from another device using uart, and when I tried to make scan interval and...
HI,
I want to develop a program to access Accelerometer and gyroscope value from BMI160 sensor. I have used this BMI160 library
I alter the TWI_SENSOR code and it works...
Hi,
When I build the zephyr/samples/hello_world program for the nrf5340dk_nrf5340_cpuapp target it works as expected, but with the nrf5340dk_nrf5340_cpuappns target I...
IDE: SEGGER Embedded Studio for ARM 5.32 SDK: nRF5 SDK 15.0.0 and nRF5 SDK for Mesh 2.1.1 demo: examples\sdk_coexist\ble_app_uart_coexist\pca10040\s132\ses\client_pca10040_s132...
I am using NRF52 DK board and removed SB9 track to connect my ammeter for current measurement . I have taken ble_app_blinky ( peripheral example ) from SDK15.3.0 .
My application...
hi,all
I'm using nRF52833, s140.. pca10100.
I want to read my pcb's touch gpio..
If I touch it, it falls down to low. ( I checked it with scope..)
When viewed through...
I'm testing USB audio demo. I changed bit resolution of APP_USBD_AUDIO_FORMAT_DESCRIPTOR 16 to 24 but the widows10's USB audio device is still 16 bit. how can i do that?
Hi!
I'm trying to pass the BLE data to the PC using nrf52840 DK.
To do so, I've started with the ble_app_uart example and it was able to build fundamental features–find...
Hello,
our application requires to emulate keyboard, e.g. to write strings like "hello world\n" as it might be typed by the keyboard. According to the recommendations...
Hey I am using nRF 52840 DK
I am reading temperature from Segger code and displaying it in the log
But I want to display that value in my android nRF Mesh Application...
Aim:- To read temperature and humidity over a mesh network and display it in an android application
Devices to be connected in Mesh :-
nRfF52840 Development Kit x2 ...
I created a 500ms timer to send mouse movement as follows.
m_mouse_movement_send(5,0);
When the device runs there, the device will restart. The error code is NRF_ERROR_FORBIDDEN...
Hi engineers,
I want to use the pin P1.09(NRF_GPIO_PIN_MAP(1, 9)) as GPIO, but when I initiate it, it seems fail.
I've looked through the relevant issues here, but got...
Hi,
I am currently trying to build a project using a nRD9160 with legacy code and am receiving this error when trying to load an existing project:
I understand...