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...
nrf51822bluetooth low energycode 10
twiddle gravatar image
twiddle
1
asked May 9 '16
I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just...
Hello Everyone,
I am designing the prototype using NRF51822 and i have choosen the DC DC power mode but the real problem is most of the time my radio will be sleeping so...
I have nRF52 Development Kit (PCA10040). I'm using Keil uVision.
I want to measure RSSI of some beacons and if the signal is strong then send MAC of this beacon over UART...
Hello Everyone
I'm trying to debug ble_app_beacon project, having the following error when trying to launch the debug session:
Error in final launch sequence Error executing...
Dear Sir:
I have a (BLE + 2.4GHz)Mouse project, But now I had some problmes. Please help deal,
Thank you so much Sir.
a). My program modification base on "nrfready_desktop_2_v3...
Hello all,
Just to note any versions that need saying, I am using
SD 110, V8
The 10.0 SDK, freshly unzipped
The dual bank BLE bootloader, unmodified
Arm...
I was looking at this PA/LNA example: here . I noticed something I'm not sure about, so I was hoping someone could shed some light on this.
In the diagram shown in the...
I've been working on a project, which requires data transmitted through ble to cell phone app. The user could acquire the data from the sensor when he sends a specific string...
Hi
We use the NRF51 in a mesh sensor network. We noticed in a trailer suited for cold chain transport (double metal walls with thermal isolation between) that the radio...
Hi,
I have problem with ble_nus_c.c in SDK v11...
Normal operation is:
Connecting to target 57E19A190FDF
Connected to target
[DB]: Starting discovery of service...
When I used the demo of ble_app_hrs_rscs_relay,I cannot write the bonding information to the flash.
I connect to the board by my phone.I cannot find the information about...
what I am basically trying to do is only allow a single bond and any new bonds disallowed until the user selects and option to allow a new bond and then and only then delete...
If I have 10 slaves and one master in a bluetooth low energy network, and the connection interval for all 10 slaves are set to 7.5ms, how would the master manage this?
...
I intend to use RC oscillator instead of external crystal oscillator .
I modified code :
from
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, NULL);
to
SOFTDEVICE_HANDLER_INIT...