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...
Im trying to delete button nodes but Im getting errors
devicetree error: /aliases: undefined node label 'button0'
Tried a bunch of different approaches. Deleting unwanted...
Hi everyone.
I would like to know can I skip the system initialize for bluetooth stack , until I need to use the BLE stack to peripheral application ?
I have a project...
Hi!
We have two similar nRF52840 boards and want them to talk via nus_client and nus_server.
At the moment, we consider connection established after client receives the...
Hello,
I am using the AWS IoT library and I came across an issue when downloading a new image (FOTA) from AWS. The FOTA process starts so the image is downloaded up to 50...
Hi eveyone,
I try to using ncs DTM example , but I get error reset with following message. what is the meaning for MPSL ASSERT: 2, 80 , I cannot found any related info...
How do I get to the point that I can print a simple "Hello World" on a terminal from a custom board?
I have a custom board the is based on the nrf5340. Specifically, I am...
Hi,
we are working on a nrf52840 based device, which has an external mx25r16 flash (via SPI), having 3 partitions for: secondary-image, mcu-scatch-partition and application...
The informational section of Lesson 6 uses the "Controller/Target" nomenclature for I2C devices, but question 2 of the Quiz requires the use of "Master/Slave" nomenclature...
Hello,
I'm trying to achieve a rather simple program with three steps.
I initialize the SAADC to sample three channels (currently I only have one setup)
I "arm/prepare...
Hi,
In NRF52840, We use LFXO Oscillator (KJ3270001). We did not connect any crystal or Oscillator for HFCLK.
1) What will be the clock source for SPI and I2C communications...
Hi,
We've been working on taking the distance measurements from the nrf_dm sample and displaying them on a waveshare e-paper 2.13 in display. We've been able to get both...
Hi,
I have a project for nRF52 in VS Code. The project was able to compile and everything worked fine. However, after about a month, I reopened the project and now there...