Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
Hello,
We have an nRF9160 DK and have successfully set-up the tools necessary to re-flash and write firmware for the DK using Zephyr and SEGGER Embedded Studio. We are planning...
Hi
I have tried to pull down the updates for the Zephyr project to for the mqtt_simple example. when I do a git checkout master and a git pull all goes fine. but when I...
Sir,
I have seen example pgm for communication between UART and BLE, and another pgm which communicates between 2 UARTs. But for my project I need 2 UARTs and the BLE together...
Hey,
previously working with BLE devices I had manage them reading/writing its characteristic. To control my new device I have to write the value into its handle ( i. e...
Hello Sir,
I have a PCA10090 (nRF9160) DevKit and it was working fine with Asset Tracker Example. Kit sent data to nRF Cloud last month. Today i have again verify the...
Hi, I developed a simple app that connects to a Bluetooth device, receives some data from that device and output it to the uart. As a receiver I have a custom board with a...
I have to develop a project for nRF51822 but I can't find tools that work. I tried SES and Eclipse and none can compile the examples of SDK12 (the last one that supports my...
Hello,
I've recently purchased the fanstel BT840F evaluation board which is based on the nRF52840. I understand that you cannot directly program the BT840F evaluation board...
Hi!
I just saw the MQTT example that has been merged in the master branch and tried to run it on my DK (NB-IoT). Without changing anything in the code or configuration the...
Following my last post a few days ago, I was finally able to communicate with a slave via the TWI interface, thank you very much for your help! This time, I have a problem...
Hi,
I'm using nrf52832 as host and peripheral concurrently, with soft device s132. I know that peer manager can handle both host and peripheral.
I now have a need to remove...
Hi everyone,
We are (still) in the process of evaluating the nrf9160 with the DK.
Our use case is the following one: we want the nrf9160 to send periodic messages in PSM...
Hi, We've developed an IoT platform that runs on Raspberry Pi's that has just been released and we're actively seeking beta testers (see www.omniot.com ). In short the platform...
This is a break from another thread where I was having issues getting the .emproject to show up. Now it is complaining about a missing file...
OK so I went back to the getting...
Hi, I wrote a simple program to communicate with ICM20948 IMU .
The IMU correctly acknowledges its address.
But, when I try to read its WHO_AM_I ID, the program halts...