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...
In BLE communication, I want to send 244 bytes of data from the peripheral to the central every 50 ms, is it possible? If possible, please tell me the setting method.
Hello, I have a problem with the configuration of GPIOTE low accuracy pin interrupts. My code is running on nRF52832 and already uses ble stack, PWM1 and PWM2 instances with...
Hi,
Right now I have a program on nRF52-DK (SDK 11) that scans for BLE adv packets, and transfers data from some specific addresses to PC through UART. Around every 10ms...
I'm attempting to use the PPK with the nRF52840 PDK with no success. I'm getting nothing running the nRF Connect with the Power Profiler. Configuration is as follows:
nRF52840...
Hey Guys,
Have been playing around with various MTU sizes to better understand throughput. I'm curious about one scenario though. Let's say for example that we are using...
Hi
We are using a slightly modified (but fully compatible signed bootloader) in out product. On the application side we have a C# implementation of the DFU protocol that...
Hello there,
In my next project I need a data link similar to BLE classic (like the HC-05 module) and it needs to respond with an app API fast and push data rather then...
Hi,
I'm following "ble_app_uart_c" example and works very well with SDK 10.0.0. So now I want to communicate with HM-10 module, but this has one Tx/Rx Characteristic. Are...
Hello,
In my quest to monitor the activity of hundreds of nodes (directly addressable), I am facing quite an obstacle.
The small memory of the nrf52 (nice piece of hardware...
Hello How do I remove one server from mesh network? The client needs to recognize like a new device. I did try to use these functions without success on a event: nrf_mesh_node_config_clear...
I have successfully connected BT832 Module to NRF DK. I have erased BT832 and Falsh s132_nrf52_5.0.0_softdevice.Hex. using nRFgo Studio without any issues.
I have copy pasted...
Hi,
I'm trying to use the nrf52832 with a sdcard application in SDK_13. I based my code on the example provided and managed to get the sd card working without any problems...
The error "Unknown command add_pc_lint" appears when running the bootstrap command during setup. It looks like PC-Lint is an application for windows for software debugging...