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...
Respected Support Team,
Is it possible to create a BLE Mesh using nRF9160 DK? Alternatively, I also have nRF52840 Dongle and RAK 5010 board which has nRF52840 chip. Can...
Hello,
I am learning how to program my nrf5340DK
I started using the ncs setup but it is too much overhead for me and I wanted to try a more bare setup and I dont mind...
Hi, I want to discover Different UUID base of service and characteristics from BLE Central. First I used ble_app_blinky example and it worked fine. Next, I modified BUTTON_CHAR...
Hello All,
I am developing thread base system.
I am using SDK - nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8
Dev-kit - nrf52840
I have used "cli-mtd" code as my base...
Hi,
I was trying to create Dial-up connection for nRF9160-DK,.But, Modem COM port is not showing in Windows 10 PC (in Device Manger tab) for nRF9160-DK .
Noe:
1. Able...
Hi,
(see image below for clarity of this text)
In our product, we have this requirement. - be able to update the application on the nRF9160. - be able to update the firmware...
I'm not sure what happened to my SES but every time I try to debug I get a message saying that my image is out of date even just after having rebuilt it. Any idea what may...
Hello,
I’m able flash my code to the nRf52832 with no problem. At this point all is well. The problem occurs when I power down the device and then power up. On power up...
Hi,
I was merging the files of peripheral hr in ble mesh chat project
how to add new .a project in nrf connect sdk using segger embedded studio and also how to include...
Have a catch-22 here.
Here is my code:
When I call nrf_sdh_enable_request() it returns the error '0x08 which is SoftDevice already enabled according to the documentation...
Hi everyone,
I use to use the nrf52840 dev. board with the SDK16 examples. Now I am facing a problem with all the BLE peripheral examples
1. When I build and run in release...
Hi there,
for a customer of mine I have to programm a Arduino 33 BLE but not using Arduino IDE but use the Nordic SDK.
As it is a normal nRF52840 (inside an Nina-B306...
I am currently working on a project in which I will need to increment the pwm up to full cycle in 'x' number of steps and then be able to step down 'y' number of steps when...
I'm using app_scheduler to pass UART events in the "main thread". I'm storing multiple data types in a struct (arrays, integers) and I've set the max event size to the size...
Hello Team,
I am using the OT-nRF52840 source and working on the end device. I want to add the I2C(TWI) support in my end application, but as soon as I add any API it shows...