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...
Is it possible to fill some field when sending advertise message.
We want to change some filed periodicity, so is it possible every time sending the advertise message. ...
Hi,
I still have issue with programming.
I don't understand why i always have trouble with DLL.
I'm able to program with SES, the bootloader and my application. But...
I have a BMD-300 Eval board with the nRF52832 programmed as SPI slave using the SPIS example program. It works, but I cannot figure out how to send a message back to the master...
Hi,
I have done some reverse eng on a nrf24l01+ emitters using spi spy and managed to catch datas using an arduino leonardo + nrf24l01+ using the following register setup...
Hi All,
I have an nrf52833DK and now I want to debug the program.
I am using NCS V1.4.99 and using SES for development. I created a 52833 project, but I used the nrf...
Hello,
I am trying to implement the IAS Zone on a nRF52840DK, with reference to the CLI agent example.
How do I get the IASZone.h and zcl_option.h file?
Where do I include...
We want to physically connect our nRF muRata dk (WSM-BL241-ADA-008DK) to the ST Accelerometer eval board (STEVAL-MKI197V1). We are assuming the connection takes place on the...
I want to used p1.01 and p1.2 and p0.13,so how to defined it.
I do like
#define led0 13 to used pin p0.13 its working but how to define pin P1.01 and all
Hi,
I'm using nrf52840 and connecting to a mobile device.
Randomly - I get disconnections with error code 133 - on characteristics write, on mobile side.
In addition...
thingy91:nRF52840 int64_t convert the value to string in sprintf
Add next line in proj.conf
CONFIG_NEWLIB_LIBC=y CONFIG_NEWLIB_LIBC_NANO=n
If you do the following: ...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
I am testing a BLE example that transmits 50 times per second (50Hz) using nRF52-DK(PCA10040) and SDK16's ble_app_uart. After making an arbitrary value into a string using...
Dear All,
We are using nrf52480, we our app is simply scanning for Near By Ble, and if the UUID of a ble Matches it send the data to another controller through Lib Uart...
I'm working on an application with SD card, and I've noticed what I think is strange behavior on MOSI. SD has pullup on every pin (10k), per the spec. Whichever pin I choose...