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...
Dear Nordic
I want to set different NUS_BASE_UUID for server and character, as below,
how to set below three NUS_BASE_UUID to different valve.
服务: 49535343-FE7D-4AE5...
Hi
I am using nRF52832 and SDK13 versions.
Can I change the bootloader start address from 0x78000 to 0x77000?
Currently, bootloaders are using 0x78000 to 0x7DFFF area...
Hi all, As written above, as soon as I try to send an array of 8 bytes(8,255,0,1,64,64,0,1) onto the NUS the ble_nus_data_send and the consecutive sd_ble_gatts_hvx() trigger...
Hello,
According to below thread, we could choice 16MHz external crystal with minimal “startup” current consumption:
https://devzone.nordicsemi.com/f/nordic-q-a/1657...
Hello all,
I am trying to compile the Light Switch sample here https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/mesh/light_switch/README...
I have an application and a bootloader, both using the cc310 backend.
In my bootloader code, I find that nrf_crypto_rng_init fails, because CRYS_RndInit returns CRYS_RND_INSTANTIATION_ERROR...
Hello,
I am trying to build the default main.c code for Hello World for nrf5340 using the SEGGER IDE , through "Open nrfConnect SDK Project".
The SEGGER IDE version is...
Dear Team,
please how to shortout this type of error......
Building ‘ble_app_lbs_nus_c_pca10056_s140’ from solution ‘ble_app_lbs_nus_c_pca10056_s140’ in configuration...
Hello everybody,
I am working on a custom board and i´d like to implement libuarte (on a nRF52832) to communicate with another uC on said board. I am using sdk 17.0.2. The...
Hi, I am not sure whether there is I2C pins on nRF52840 Dongle board as based on the Adafruit Feather nRF52840 Express the pin is P0.11 and P0.12 as shown below: SCL 0.11...
Hello,
I recently got my hands on a Nordic Thingy:91. Following every steps of the User Guide with no harm until the nRF Connect for Cloud connection (step 7.4.). The...
Dear nordic team,
I was working on secure dfu bootloader where i added SPIS example with it to communicate it with stm for some data transfer and controlling the switching...
Hi,
I am using NRF Connect SDK 1.7.0 in VS Code. It works great, thanks for the good work! I have a small question. I wish to run a little script to deploy some files after...