I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
hello
I am just starting to use the nrf52832 .
I design the PCB with nrf52832 and want to load the softdevice.The nrf go studio can not detect the nrf52832, but the keil...
I was facing some issues getting PWM peripheral work on my custom nRF52840 board. And then I tried the pwm output on P0.08 instead of P0.06 and the signal came out just fine...
We're developing a new device for a regulated market (medical). As such, we need to have control on what third-party software we're using, and how it is working. While starting...
I wanna implement this code for the app inventor, but there was several problem here. I can't use array or index for developing my trapezoidal method.. like this..
code...
Hi All,
We have build a BLE beacon device based on the nrf52 chip. The device works fine but we would like to get a finer control over the TX power since it is used for...
compiled nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_rscs example but will fail on adding chararteristics in char_add() setup: SEGGER Embedded Studio for ARM Release...
Hi guys,
I am trying to use a TM2001 amplifier ( Taiwan Microelectronics, google returns the PDF) to amplify the signal from an nRF24L01P.
The TM2001 seems to accept a...
Hi.
I want to create Bluetooth mesh network and I need that each of device at first must be provisionee, but if in a minute it hasn't been added in a network by provisioner...
Hi
I was designing a custom board for nrf52832. The 32MHZ crsytal mentioned in the refrence design of nrf52832 is not available on digi key. So I am ordering the below given...
Hello,
I have a string data and I want to get a part of it which start for example with "hello" and I want to get 20 characters after "hello".
(for more details I'm using...
in the demo of EnOcean switch translator client,there is just enocean_switch_nrf52832_xxAA_s132_6_0_0.emProject .is it use the same demo as client in the example of light...
Hi, I am using nrf SDK for mesh and try to add FreeRTOS , but after adding build failed because both has files with same name. Is it possible to work with FreeRTOS and nrf...
Hello;
I want to scan beacon devices (UUID infos) every second with Arduino Uno + nRF51822
I could not find a sample on the site. (Arduino Code)
Is it possible? Would...
I've gotten a good handle on how Gazell interacts with devices and the host, but I am running into an issue where there are higher rate of failures when using two devices...