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...
I have been having nothing but problems since moving to the nRF52840 and using Segger Embedded Studio.
I have built a project that uses the soft device, my application,...
hello nordic
i am working with nrf52840, device with zephyr and i am writing an application that uses the smp service to preform dfu over BLE.
i am struggling with calculating...
Is there implementation of these functions available for Freertos version of app_timer?
app_timer_cnt_get()
app_timer_cnt_diff_compute()
they are required for LESC...
Hello,
I am trying for connect nRF9160 on LTE-M network.
But keeps LTE searching continuously. I'm using SIM from local network. Is problem on my sim or nRF9160 dk?
...
Hi,
I'm a little confused about nfc tags.
I understand that we can use them for pairing and keys exchange.
However - what happens after pairing? Do server and client...
1. I want to put the nrf52832 into deep sleep mode for some amount of time.
2. Once it wakes up from deep sleep mode, will it affect the content of RAM or flash or any system...
This sounds like very n00bie question and I'm a bit embarrassed to ask this, but I'm not getting anywhere so I have to ask it anyway. Why my GPIOTE events are not working...
we have high current consumption when we are using Accelerometer lis3dh with SPI with no transfer at all on SPI
We have 2 SPI’s in the circuit. The first SPI is connecting...
Hi, I am using nRF5832 DK. Currently, I am using SoftDevice s132 to compile my code. I want to compile it with a different SoftDevice (say s112). But it's not working. Kindly...
Hello, We are developing a smart padlock with nRF52840 on Raytac MDBT50Q-1MV2. It will be powered from CR2 type battery. We will support two types of battery chemicals, Lithium...
My minimum requirement is 1568kbit/s .
I try the example that in Nordic\ncs_v1.7.1\v1.7.1\nrf\samples\esb ..
I increased the dynamic load to 252 ,and It can send about...
https://github.com/NordicPlayground/nrf5-calendar-example
I run the above calendar example in nrf52840 and it run successfully with no error or warning, but i did not see...
Hello,
I am using SDK1.5.1 with one nRf5340 as central and another nRf5340 as peripheral. My use case is, I am setting security level 4 (BT_SECURITY_L4) after establishing...
Hi all,
I'm recently working with Nordic devices (more precisely nRF52840), so I'm still learning. I'm working on a project where I have a shared SPI bus with several devices...
I want to open memory window to check the flash area data which has been written when I was debugging with Visual Studio Code but I can NOT find and open the memory window...