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,
What is the the status of android and IOS support of bluetooth 5.0 long range ?
It would be great if you can give us a list of device that support long range (of course...
Hi,
i have some issues with nrfutil, i can't properly perform an OTA DFU over thread, either nrfutil cannot find ncp.hex or it stuck in "thread DFU server is running....
Hi,
I made a project around the peripherial-uart sample with a custom board for a nrf5340 chip.
I work with win10, Toolchain nrf Connect SDK 1.6.1
I can build it and...
Hi,
I'm attempting to develop chip to chip communication where an nRF9160 acts as an I2C master communicating with an nRF52840 acting as an I2C slave.
I got reasonably...
Hello.
Now, I'm trying to combine ble_app_beacon and spis.
I succeeded in building and it generates hex file.
The problem is that the device stops sending BLE data ...
Hi, I am trying to send and receive strings using examples\peripheral\libuarte. I am trying to send a string like this but not receiving it on another board. Also how can...
I entered the bootloader mode of nRF52833DK, but I cannot exit it. When I reconnect the device LED5 is not on and the J-link driver doesn't appear as the removable driver...
I want to increase the throughput as much as possible from the central to the peripheral, but when the number of consecutive calling bt_gatt_write_without_response_cb() or...
Hi,
We are evaluating the nRF52840 dongle. We need to dictate, have a conditional connect feature based on the BLE version. We should specify that use the BLE version...
Hello everyone,
I just wanted to post an important detail when using Nordic's DFU.
After the successful run of the Nordic's buttonless DFU example (by following this...
Hello All,
I am developing a product based on thread protocol.
I am using nRF52840 development kit and nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8 SDK.
I am new to...
After upgrading segger to 5.42 we are now getting the following error when compiling the Bluetooth DFU bootloader part of our existing projects
section .uicr_bootloader_start_address...
Hello,
I am developing an application using
1. SEGGER Embedded Studio.
2. SDK 17.0.2.
3. Cortex-M nrf 52840.
Recently I changed the OS from FreeRTOS to embOS and...