I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
nRF21540
We want to use the nRF21540 FEM to improve BLE range and performance within a building. How does the Tx and Rx amplifier operation coordinate with the BLE SoftDevice...
Hi,
Related to this topic BLE DFU, MCU to MCU (Zephyr), GATT DFU SMP Service Clinet
I would like to know if anyone has any luck in making a SMP client for DFU updates...
I moved to a new computer and reinstalled all the tools and moved my code over. Now, when I compile, I get the following error:
Here is the code from the board definition...
I have an nRF9160DK that I'm trying to get a demo running per this video: https://www.youtube.com/watch?v=rMvW3HXLErk&t=832s
The board label says PCA10090, 0.8.5, 2019...
I had used ble_advertising_advdata_update function to update my scan response data in ibeacon by getting error as mentioned below:
.\_build\nrf52832_xxaa.axf: Error: L6218E...
I'm trying to get basic i2c code working on my Nordic nFR9160DK board. I'm new to the platform and have been doing a lot of reading and searching through examples. Through...
Hi
In order to work on never zephyr version I have tried updating my ncs v1.7.1 folder to origin/main with:
git fetch origin git checkout origin/main west update
After...
Hi,
Does the ratio of gain error and offset error change when the ADC gain is changed?
For example, if the gain is 1 and the gain error is 4% and the offset error is...
Hello!
I am wondering what the At command %XDATAPRFL does? It says that it sets the application data profile but i couldnt find any info about what this really means....
Hello there,
I'm working on a "handsfree" audio guide for a museum application. Right now I'm exploring BLE to trigger the audio files based on the received signal strength...
Hi
My problem with SES are:
Variables are almost impossible to watch or view in memory, It's a lottery basically.
The other thing that bothers me is no code folding...
Hello!
I have an self developed hardware which has an NRF51422QFAB (the shematic writes 51822, but it is pin compatible). I would like to program it, but I can not. :...
How do I cancel ucb_cdc_acm_read?
What I want to do is if a timeout occurs, and APP_USBD_CDC_ACM_USER_EVT_RX_DONE has not been triggered, then I should be able to cancel...
We have 3 devices , 1 central-peripheral and the other 2 peripheral devices (client), all nrf52840 custom board. The central-peripheral device should scan and connect the...