Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi,
I'm trying to use PCF8574A IO Expander with a nRF52-DK board to display characters on an HD44780 LCD. I noticed that I have to use the function nrf_drv_twi_tx() . Since...
I'm modifying the LED button example to fit my custom characteristic.
How could I modify the functionns to reject a value if the value is not in range?
I have the following...
Hi ,
Have connected ANT1 of NRF51822 to Balanced port Pin4 of Balun and ANT2 to Balanced port Pin3 of Balun 2450BM14E0003T.
Can you please confirm this connection is...
Hi,
I have some questions about the nrf51822. I ran the ble_app_hts on on a evaluation board and use a smartphone(the os is Android, the software is MCP) to receive the data...
Hi,
I wanted to know how the SPI rx_buffer is filled? Is it automatically filled when something is pushed to him by the SPI-slave and then goes to the spi_event_handler...
I have a ble based thermometer(using Ble -Temperature Profile).I want to integrate with Windows 7 PC .but unfortunately BLE api's are available right from Windows 8 machines...
We are building a system consisting of two devices (nRF52832) that need to communicate in a secure manner. We want to use the secure connection offered by BT4.2 and we want...
just like the title,we are using nrf52832, but for some reason, we have to use both ble and 2.4G, we found pca20001 using both ble and 2.4G, but it's work with nRF51822, any...
I ran the sniffer software ble-sniffer_win_1.0.1_1111_Sniffer.exe and was able to select the device and sniff the advertisement and the BLE connection. But after the connection...
Hi, I would like to know if there's a way to change the size of a transfer with the app_twi library.
For example if in a function I have this code :
static app_twi_transfer_t...
Hello everyone,
We want to develop a wearable product using nRF51822, we found there are 3rd party module mentioned on the Nordic Semiconductor. And there are some development...
Where could i buy the rev 1 of nrf52832 DK? I can't find a place where they specify the revision or the packet variant and the build code. Is there a way to know?
Is it possible for a nRF51822 device running a Gazell stack (as host) to be able to receive RF waves from another device which is not running a Gazel stack?
If yes, then...
Hi, I use S110 to develop a product which will send data to master every 30s. I registered a 30s App timer at RTC1. When this event occurs, I can control the IO pins but cannot...