We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
hi,
program: 'ble_app_blinky_pca10056-s140'
nRF 52840 dk
keil uvision5 IDE.
with the help of IDE , i could build the code and flash the code on to the board.
but...
Hello
I'm testing nrf52820 longrange speed, but it's faster than my calculations. Will it automatically turn on the fec?
This is my config below.
m_adv_params . primary_phy...
Hello,
I am working on application using nrf52810 SDK version nRF5_SDK_14.2.0_17b948a
Sometimes when i disconnect ble from mobile application and again connect then i...
Hello.
I'm using nRF52833, pca10100.
Can I erase only 16 bytes (or more..)?
I read this explaination , and t here's an erase page partial register, but I don't know...
Hello!
I'm currently working on an IoT device that is supposed to send data to the cloud using MQTT with a TLS layer. We got this working in Norway using LTE-M and the...
Hi,
I am supplying my nrf52840 with5V on VBUS. I know that this does not actually provide the board with power, only the USB interface.
Based on the documentation, I understand...
Hi everyone,
I have connected a potentiometer to a GPIO pin (AIN2) and would like to show the varying values in the battery service.
I was wondering if there's any way...
environment:
SDK14.2 Project: ble_app_uart
I am sure that the problem occurs in uart_module.
Uart use the app_uart_put to send the first byte successfully, then it will...
We have already developed a wireless sensor application based on the ESB protocol.
Now we want to increase the range by adding an nRF21540.
We started by testing the sample...
Hi,
Is there a possibility of race condition when writing and reading using nrf_fstorage_write and nrf_fstorage_read?
I have a very strange bug, when writing to an address...
I am using VScode's extension for nRF connect. I have been using it to flash program with the 52DK and 9160DK previously. Now under the connected devices tab nothing shows...
Hi,
I'm using the GPIO mode of CAF leds module to control led.
LED_EFFECT_LED_BLINK or LED_EFFECT_LED_BLINK2 macro can be used to set the effects of led. But the loop_forever...
I encountered problems in developing nrf5340 with nck v1.5.0.
I use nrf_rpc_tr_init(rpc_receive_handler) to initialize an RPC and IRQ_DIRECT_CONNECT(I2S0_IRQn, 0, custom_i2s_irq_handler...
The solution seems to be built for a Production rollout for organizations with resources, but not so much for devs on a tight budget.
The actual bridge build is quite extensive...
Hello,
I'm using nRF52840 and nRF Connect. I've customized hello_world sample from Zephyr to also work with mcumgr and receive and respond to SMP commands such as "echo...