Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hello, Nordic Stuff.
I've been working at ble peripheral devices using S110.
I am just wondering why the sd_ble_gap_disconnect function accepts only the reason code...
I am interested in developing an nRF51822 application for an old PCA10001 nRF51 evaluation kit using a Mac OS X platform. I've downloaded and installed the following tools...
Hello,
I have a nRF51DK.
I am trying to use the TWI driver to communicate via I2C with an accelerometer MMA8452Q.
I already have a working code based on several SDK examples...
How much additional current does enabling the FPU add to the nRF52 processor? I reviewed the Product Spec. but I can't seem to find this listed anywhere.
Thanks
We successfully used the pofcon on a 51822 based design using S110 ver 7 to indicate a low batter condition to the user. However, we are moving to 52832 (currently QFAA-BA0...
I have a peripheral based on S110 that is connected to by a central running S120.
The connection is established, the S120 interrogates the service and enables notification...
Hello,
Thanks for reading this! I have an odd behavior on my nrf52832 where I am capable of uploading a new firmware via BLE DFU to the peripheral device if it is not bonded...
I'm running into something weird on SDK8.0 (I will be upgrading soon to SDK10, however it's a layered roll out so I can't update right now unless you tell me it's a bug in...
I was trying to view the scan response packet using the master control panel app I have on my android phone, but I can't seem to see where it is.
I want to update the scan...
I'm looking at an application where it would be beneficial to be able to read data from the bluetooth device as it passes. It would be easiest for me to do this by simply...
I am using the TWI module in master mode, with sdk 10. I purposely create an error situation, in which the TWI gets stuck and keeps returning NRF_ERROR_BUSY every time I try...
I've completed the Custom service tutorial, and I wanted to port the system to use the SDK10 with the pack installer. I've run into an issue though.
The code runs fine...
Are the GPIO pins in disconnected state during the startup until they are configured by the Firmware?
If not what is the state of the GPIO pins during startup?
Hello.
I have problems uploading with DFU OTA any application. For this case, I am using "dual_bank_ble_s310" example.
First of all, I put this memory's configuration...
Hi,
I am using nrf51822 CDAB version chip which has 128kb of flash memory, my code is built on ble_hrs
I am trying to save my app_trace logs i.e., redirecting my printf...