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...
Good morning/afternoon/evening to whoever is reading this.
I am fairly new to working with nRF tools, this is in fact my first time working with this. I have a linux virtual...
Hi,
Sdk-17.1.0
Soft device-s112
I have large amount of sensor data in my memory (eg:- 8MB of temperature sensor data, 100000 readings). I want to transfer this to the...
When the nRF52840 Dev Kit is sending data as a peripheral, connected to client running nRF Connect all works.
I am sending (streaming) a text file to iOS phone or Android...
Hallo,
I am using SDK V7.0.2, SoftDevice S140 V7.2.0 .
I am trying to implement an application timer with the Secure Bootloader example. I checked in to the nrf_bootloader_dfu_timers...
I can use segger to develop ncs1.5.0 projects, but when I switch to ncs1.6.0, I cannot open all the projects in the directory.
Segger error log:
Creating solution sensor_server...
The nRF24 series is marked as Not Recommended For New Designs. Yet looking specifically at nRF24L01 and nRF2401A, both not recommended, they recommend using nRF24L01+ and...
Hi,
The USB console example in zephyr/samples/subsys/usb/console works
well with nrf52840 usb dongle. But when I upload s140 along with my app it
does not work. Can...
Hello,
i am using nrf52810 with mpu6050 for reading accelerometer and gyro-meter data and i want to advertise the sensor data continuously in nrf mobile application where...
Dear,
We are llooking for an example to use RSA 3072 for nrf5340 bootloader.
How can bootloader (samples/bootloader example) support RSA 3072 for nrf5340?
Regards...
Hi,
I had my application running on nRF_SDK_For_Thread_and_Zigbee.
I have been following SDK APIs directly in my code to calculate certain parameters:
1. nrf_temp_read...
Hello,
I tried to power the nrf9160-DK with external supply on port P21, as suggered :
https://infocenter.nordicsemi.com/pdf/nRF9160_DK_HW_User_Guide_v1.0.pdf
So I...
As per DFU concept t he image management command handlers makes it possible to upload , list , test and confirm the image(s), while the OS management command handlers makes...
Hi,
We need to enable internal RTC of SDK,
Pls share location of RTC driver implementation in nrf Connect SDK 1.8 & 1.9
can you please share example code for enabling...
I have tried to used the function below.but it will make my key interrupt disable when i set gpiote_ch_id to 0 .My key is in PIN 0.11.
So I want to know the meaning of gpiote_ch_id...