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:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hi,
I am use Exclusion list for my one application.
Exlusion list work is ok,but i am facing problem for how clear Exclusion list ?
My Controller: nRF514222 Rev 3,...
This is my first time working with a microcontroller and working with C as well, my only previous experience being C++ done in notepad on Linux. Currently I'm trying to just...
To reduce nRF52 design thickness, I'm planning to use a low profile inductor on the DCDC converter.
The low profile inductor has a higher resistance, compared to the recommended...
Hi, All.
Once I wrote data in NV memory, it's OK. I can get the same data I put in.
But, after power off - on reset, data are invalid. It's all 0xff(erased state).
I used...
Hi,
I have been trying to do it and even though I have generated packages using the old nrfutil and the new 1.5, when I use nRF connect to do the upload it aborts without...
I programmed my beacon with this code:
ble_app_beacon.zip
I use nrf connect app to see its signals. nrf connect can find my beacons but it says:
serviceUUID : N/A
TxpowerLevel...
Hi all,
I believe it should be possible to defined a characteristic which can be written to but have no automatic write response ACK sent. Instead I want to send a manual...
I develop a temperature sensor sending a temperature and battery status every second.
Used to work fine on previous nRF Toolbox.
Today on my Android 6 and latest nRF Toolbox...
Difficult to obtain the high-ohmage resistors in the solar beacon reference design. Will 5% resistors suffice or do the resistors have to be 1% tolerance.
I have difficulties understanding the COMP APIs, this function below starts after initializing the COMP the peripheral.
nrf_drv_comp_start(NRF_DRV_COMP_EVT_EN_CROSS_MASK...
I am using the nRF51822 utilizing the internal LDO setup. I received a question during regulatory submittal that I am not able to answer and am looking for help on. Is the...
Hi
I've tried to update some of our environment to the SDK12 files. When I tried to compile some of the files a weird bracket error showed up.
At the end i could find...
Hi,
I'm trying to run one of the template app programs from the Nordic SDK 12.0 library with a nRF52832 board as my target. I had trouble with compiler errors using the...
I curious about that what does exactly mean 'arm5_no_pack' folder name in SDK.
I usually used or developed under uKeil5(MDK-ARM5 v5.12).
What is relation with 'arm5_no_pack...