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
After successfully testing nRF9160 SLM app. we plan to use nRF9160 with UDP and LwM2M protocol in our smart devices. We also have our private cloud server where all the...
Im new using Nordic devices , I am trying to using nrf52840DK to locate nrf52840 dongles using the direction finding method , how can I connect the dongles to the DK and build...
HI,
Is it possible to update modem firmware from 1.2.0 straight to 1.2.2? Or is it the only way to first update from 1.2.0 to 1.2.1 and then to 1.2.2?
Regards, Tero
Hello
I'm testing the firmware using the BLE. When I upload, I can see that the board is working. Also, I don't think there's a problem with running each line of debugger...
I'm trying to build the blinky zephyr sample for nRF Connect SDK and get the following failure:
Creating solution blinky.emProject
/usr/local/bin/cmake -GNinja -DBOARD...
How can I, from the pc-ble-driver API, send an insufficient authentication request without configuring a characteristic to be secured?
I am testing out new standards. One...
Hello, Nordic community,
I want to implement OTA using Thread with nRF Connect SDK.
Is there any sample code or reference this can be done with Thread?
Thanks,
...
Is there a limit to the number of handlers that can be registered using NRF_PWR_MGMT_HANDLER_REGISTER? I can't seem to get any more than 3 to be called, changing NRF_PWR_MGMT_CONFIG_HANDLER_PRIORITY_COUNT...
Hi--I'm part of a research group that will be using the Thingy 52 to record environmental variables, and we will need to transfer information to a cloud server using a satellite...
HI,ALL:
How to setup TX mode in example PRX,and so,how to setup Rx mode in PTX example. I use esb_init() of example PTX in example PRX, But when I fill data in fifo, it...
HI,ALL:
when using ESB example ,the transsmit waveform is below(in channel 3):
how to make it more simple,like that as below(other example in channel 3):
I'm looking for a microcontroller or standalone chip that can receive I2S-TDM data (multi-channel audio), buffer it and allow a separate processor to retrieve the audio data...
hello right now i can able to send 133 packets per second i want to get date and time(milisecond to) with each packet .how can i get this epoch or some other method??
Hi!
Background:
I'm developing an application on a Raspberry Pi which will connect as a central to an nRF device
Currently, I'm developing only the Pi side of things...