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 when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
The 10000 dongle does get detected in nrfgo Studio but the 10001 board does not. There are no USB devices with exclamation marks or otherwise undetected when the 10001 is...
Hey folks,
I am currently trying to expose a local name for my nrf51822 chip but whenever i change it from NO_NAME to any of the other options and run the program it doesn...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
Hi,
I need the 16 bit timer1 to have high priority, how do i set this to a high priority? And what priority does it have in my case when i use:
NVIC_EnableIRQ(TIMER1_IRQn...
Hello
I have a nRF51822-EK evaluation kit, I have succesffuly installed the nRFgo studio and Seggger software so that I can detect the dongle and it shows up on device...
I compiled HID_KEYBOARD on two computers.
One doesn't have any problem, but another has...
I tried to connect with I-phone, but i couldn't find I-phone connection. ...
This days I start to learn build my own profile with nrf51822 and I find nrf51-ble-app-lbs example in nordic web site.
But I can not find APP of iOS or Android here: https...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi
I just used ble_app_hrs project for some clarifications. I wanted to debug the project for monitoring behavior of some variables values so I set breakpoints on the locations...
Hello everyone,
I studied firmware for the first time,
I lost nrf51822 simple_uart.c source file..
I can not work in progress now.
I would appreciate anyone upload T...
Dear Nordic,
Is there any documentation available,how the random pool works and where is expected that SoftDevice offers something and when it is blocked? And if there...
I'm interested in using this kit in a commercial product and would like to know if the beacon is already FCC certified.
Currently, it would only be sold in the United States...
Hi,
I used uart_example from SDK v4.4.1 where I continuously transmitted a character 'A' to the serial port
As from the discussions I found in devzone the output will...