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 All,
I did all the things as in this post
devzone.nordicsemi.com/.../
But Whitelist is not working for me. My requirement is this, I need to add the first connected...
Hi everyone,
I must to program my device from nRFgo Studio (rel. 1.21). So I do this procedure:
I program the Softdevice (in my application S110 rel. 7.0.0);
I program...
I am using nrf51822 and I am trying to reduce the transmit range to 30 cm or less.Is it possible to achieve this. The reason I am doing this is that I will be working with...
Hi,
I want to use both SPI master & slave altogether, but when I include nrf_drv_spis.h upon compilation the following error occurs :
C:\Keil_v5\ARM\PACK\NordicSemiconductor...
I am trying to find out the lowest range of nrf51822 but so far I coulden't find anything. Most of the time people are trying to increase the range.Thanks.
Hi Guys.
I have compiled and programmed ble_app_uart program in to a nrf51DK (pca10028-nrf51488).
I downloaded and installed nRF UART V2.0 to android 5.1.1 .But while scanning...
Hi,all.i use pwm with sdk8.1 sample (SDK8.1\example\peripheral\pwm),my question is how to stop pwm and set the pin to low level? is my code correct?
my pwm init code:
...
I've a board with the nRF51 inside and a LIS3DH as accelerometer.
I already reflashed and I want to read the accelerometer values from the LIS3DH but I don't know where...
Hi Guys,
I tried to integrate the spi master project to ble_app_uart. For that I added the missing headers from spi project to ble_app_uart. And also I added the .c files...
Hi, Guys,
I am integrating the proximity app with dfu, everything else goes well. However, when I try to update bootloader through dfu, it failed. I check the MCP log,...
Hello,
I use S132 on nRF52 and do multiple roles.
When event BLE_GAP_EVT_CONNECTED is fired, role is invalid (0). How to know that it was a device or central event ...
I have developed an application for the NRF52832, initially with the Keil toolset and changed to Eclipse/GCC. The application works great when I build/load with the Keil toolset...
Hi,
I have an NRF 51 DK and vs. 11 of the SDK and just recently learned how to write some basic code and now I am trying to learn how to use ADC on NRF51. I am trying to...