Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
Hi,
we are developing a custom board based on an NRF51822 and for security reasons are using whitelisting.
So far this worked well with different iOS and Android devices...
i try to modify the saadc exemple program by includding pwm , but after including header file in the application , source in driver, and includding target, i get error always...
Hi All, anyone aware of a module certified for BLE v4.2 protocol? It doesn't have to be built on the Nordic chip, I'm interested in any other one too. Many thanks!
Hello,
I am using PCA10028 and sdk12.2. My challenge is nrf51822 resets after it executes the code for the first time.
I am storing few values in flash. After that I am...
I'm following this tutorial for creating a basic custom service using the ble_app_template from sdk 13 github.com/.../custom_ble_service_example
I've filled in the following...
Hello,
I am using PCA10028 and sdk 12.2.0. Now I have interfaced temperature sensor and I am storing 4000 readings from sample to flash. Once all the 4000 samples are stored...
When I enable DLE with a max MTU size of 247 (NRF_BLE_MAX_MTU_SIZE = 247) and PDU payload size of 251 (opt.gap_opt.ext_len.rxtx_max_pdu_payload_size = 251) and a max characteristic...
log.txt I have programmed my nRF smart beacon with example peripheral code with DK52. My beacon now flashes red. I am using the nordic sniffer to sniff ble packets in wireshark...
Hi,
I will be using ble_uart application code in my nRF52 Evaluation board. With nRF52 EVK I will be connecting external module over UART communication. I want to detect...
i am having trouble with pwm module 2. only two of the channels are working but not the third nor the fourth.
i tried pwm module 1 but im having the same problem there. i...
I'm currently working on an esb project using two nrf52832 chips wherein PTX regularly sends packets to PRX as a kind of heartbeat monitor. I can't seem to find what happens...
Hi,
I get the ble_app_att_mtu_throughput -example working with the coded PHY between two nRF52840 boards. Very nice, although I did not yet get the coded PHY advertising...
Looking at the ble_nus service, I see that the SoftDevice allows notifications to be more than 20 bytes long:
uint32_t ble_nus_string_send(ble_nus_t * p_nus, uint8_t *...
I'm try to use RTC1 to generate overflow interrupt, but it doesn't trigger interrupt.
void RTC1_IRQHandler(void)
{
// do something
}
main()
{
NRF_RTC1->TASKS_STOP...