I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
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...
Hello,
im using NRF 51822 with SDK 10 / S110 8.0. Im working on a project that includes one or two timers (initialized by APP_timer function), the ble calender (like discriebed...
Hi,
Because I didn't want to keep with the last question when this is a tottaly new one, so created another question.
I've tried to get this project to work:
github.com...
We have a communication problem between nRF24LU1+ and nRF24L01+ chipsets. nRF24L01+ uses STM32F4xx MCU on board.
Is there an RF sniffer that sniff the protocol?
Hello,
I want to import DFU bootloader to my project. Now i got DFU working with "hrm" example. I can upload .zip file to my nRF and everything works perfect.
When i...
I'm using windows 10.
MinGW v4.8.12 I think, but when I do a g++ --version it says 4.8.1
Python 2.7.9 as per previous post where 2.7.10 didn't work
CMake v3.5.0-rc1
Boost...
Hi there,
is it possible to share the nrf51 reference layout as p-cad files so they can be (easily) imported into circuit maker / kicad?
I think this would be interesting...
Hi,
In micro_esb.h, it is indicated that the transmission without ACK is not implemented yet. However, there is a parameter named dynamic_ack_enable in the uesb_config...
Hello,
I am getting a 0xdeadbeef assertion at src\soc_radio_timeslot.c line 390. I am using S110 SoftDevice v7.1.0 with nRF51822 revision 2 CEAA. I am using the multiprotocol...
Hi,
i'm newbie to ANT world and i'm trying to create a mesh-like network using broadcast messages and shared channel with nRF51422 SoC and S310 soft-device.
So, i created...
Hi all,
I've been trying to develope a project by using an nRF51822 chip. The project is about to finish. However, I couldn't implement the pstorage module in a correct way...
I am looking to re-install the firmware on my dongle after making it a sniffer but I can't find a hex file for PCA10031. My MasterControlPanel has firmware for PCA10000 should...
Hi
Should I get a characteristic write event ( BLE_GATTS_EVT_WRITE ) with s110 as well with the
following property configuration:
char_md.char_props.write = 0;
char_md...
I try to achieve something similar to IBeacon where data is pushed to any device listening, but where the data is changing over time. Is it possible to (frequently) change...
Hello,
I have recently had to install the nrf tools on a mac computer. The tools have been recently ported to macs, but unfortunately I am getting the following message...