Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hello,
We're currently trying to update 52840 chip on a similar board such as the 9160dk, that has an external flash in between 9160 and 52840. We want to apply a firmware...
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...