I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hi, I am new to FreeRTOS and am planning to change to some of my code routines to FreeRTOS because my code has been expanding and in need of priorities interrupts. I face...
Hi,
I have modified the asset tracking application to work with my AWS IOT account, I have noticed that after several minutes, the broker stops responding (not getting PUBACK...
Hi,
I am experimenting with ENC28J60 and PCA10056. Following are my connections:
================= =================================== NRF52840 PCA10056 ENC28J60 (pin...
Hi
I tried to implement Eddystone example in nRF52810. it worked successfully. Then i tried to implement same in nRF52832 using pca10040. But it not working. I only changed...
Hi, I'm running the saddc_pca10056 peripheral example given in SDK v15.2.0.
The analogue pin A0 is connected to the signal line of an LM35 temperature sensor. When I measure...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image. I am using ‘ble_app_blinky’.
I am porting RTC example code as is into ble_app_blinky...
hi...
i want to advertise the multi link central example , i have added the advertising in code , now my central is advertising but when i tried to connect , i am getting...
I programmed a NRF52840 Dongle with the example light switch code having changed the channel to 14 which is what my coordinator is on.
I then programmed a NRF52840DK with...
Good day,
I program my nRF52-DK with BLE Eddystone example's pre-compiled hex:
\nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_eddystone\hex\ble_app_eddystone_pca10040_s132...
my bootloader.hex is generated by "nRF5_SDK_14.2.0_17b948a\examples\dfu\bootloader_secure_ble\pca10040\arm5_no_packs", my app.hex is generated by a modified blinky example...
I am currently using nRF8001 in my board (configured to connect - send data - disconnect - sleep every 30s cycle time). However, I am measuring about 140uA in average and...
Hello there.
I'm developing a custom board for the nrf52810 chip. I'm taking the reference files as a base for my own design, but I'm a little bit confused on which files...
Hi,
I am using nRF52840, SDK 15.0, softdevice 6.0.0 (toolchain IAR 7 on windows).
My application runs on FreeRTOS 9.0.0 tickless (NRF_SDH_DISPATCH_MODEL 2).
I have a...