Hello,
I am looking to use multiple PPK2 to measure current across 2+ voltage rails at the same time. Is there a way to connect 2+ PPK2 and synchronize the data from the...
I am trying to run the debugger from the nrfconnect extention for viual studio code. for some reason It doesnt work, It seems to flash the app fine, but then this message...
Hi,
I believe the default application on Thingy91x uses LTE-m to connect, which is working fine. How do we make it use only nB-IoT?
For Thingy91, there is a guide
Getting...
I am using 2 nRF528400DK boards. Each board has a unique BLE Mesh sample loaded. The samples were made by modifying the default mesh sample provided by zephyr. One sample...
Hello
I'm using the settings partition to store user configuration data. I know that the BLE stack also uses it — particularly for storing bonding information — but I don...
Hello.
I have a setup in which two nrf52840_dk boards are communicating through BLE. I'm using Zephyr 4.1.99.
Under heavy traffic. the board which holds the 'central'...
How do I map the build codes noted in the Rev Errata to the stamps on our ICs? I have two versions with QFAAAB and QFAABB stamped on them but the documentation says QFAA-B00...
Hi,
when i setting up a new project in uVision, i get a crazy Error wich i cant handle with.
My error is --> main.c: error: C3906U: Malformed via file '.\main.__i'....
Hello,
in the new version of sdk (11.0.0) you support s130 only.
That means the code contains both peripheral and central implementation.
Does it mean that s130 consume...
The following seems to suggest each write event can only contain 1 byte of data at a time.
/**@brief Event structure for @ref BLE_GATTS_EVT_WRITE. */
typedef struct...
Been playing with NRF24L01+ for a while and mostly they work as I expect. Now, I'm trying to use an ACK payload, but whenever I try to set up the receiver to put a payload...
Hi, I'm using trying to use the DFU via BLE, dual bank example from SDK 8.1.1 (with SD 8.0.0) and got it all working up to the point where I call "activate image and reset...
Hi,
I have a problem that the ANCS keeps resetting my board, so I was able to reproduce the problem on the PCA 10028 dev board.
Conditions:
iOS 8.x or 9.x
No...
Hello,
I am running Windows 10, nRFgo Studio 1.21.1 and Keil uvision 5.16a.
I was doing some tests with my nRF51 DK board, like loading the beacon example found in the...
Hello,
I am using simple_adc__pca10028 from 8.0.0 SDK to read values from my sensor, its a kind of tensometer. My configurations are:
NRF_ADC_CONFIG_RES_10BIT...
Dear sir,
I am using your NRF24L01+ chipset with STM32F407ZET6 controller for 2.4GHZ RFID communication. can u please share the STACK for this controller.
I have a few questions (using nRF51 DK and/or external nRF51822)
I use an analog pin to measure the voltage of a capacitor of an analog circuit. From time to time...
Hello,
I would like to implement HID over GATT profile (BLE) in the Beaglebone Black (BBB). The BBB will be used to interface with a laptop/computer running Windows 10...
Sorry for this long message. I am new and quite lost.
I just purchased a nRF51 DK and installed nRFGo Studio, Keil MDK and NRF51 SDK. With nRFGo, I programmed the Segger...