I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
components/toolchain/gcc/*.S should be *.s
components/toolchain/CMSIS/Include is now named ...cmsis/include.
On Windows OS, this might not matter, but on Linux and...
I know that I am supposed to use an IRK for bonding with devices like iPhones, how do I actually add it to a whitelist and resolve it?
I am using SDK 10 and softdevice...
Hi,
I have around 15 characteristics(my code is similar to ble_uart) - 14 of them with read and notify properties and one with notify, read and write properties.
With...
Hello,
I would like to return a specific error when a device connects to my NRF52 (by bluetooth) when for example the range of mac address is wrong to me... (or something...
Dear Folks,
I have a question regarding the supply rise time of the nRF52-Series.
According to the Product Specification Chapter 6 Table 8 the Supply rise time (0 V...
Hi, I encountered some problem using the S132v3.
With the s132 v3 and sdk12, I want to extend the ble transfer size.
Now I can change the att_mtu to 100, and iphone...
Hi all!
I recently ordered BLE tag with nrf51822 QFAB chips.
When I read back the memory content (with mem8 jlink command) I manage to read up to the address 24A60 which...
The task I am working on is sending a list of records from an nRF52832 chip to a central. Before sending the records, the total number of them should be sent, so the central...
Hello. I'd like to know. Can I trust to opportunite to firmware my controller (nrf52832) over the air. I mean is there any chance do not be able to do it, for example if last...
I'm using a module that has nRF24L01 mounted.
When I transmit to many PRXs, using the same frequency and channel, I expect to receive
many ACK signal at the same time.
...
I'm using nRF24L01 in a star network and i want to disable ACK.
I write the ACTIVATE command followed by 0x73, then a write to register FEATURE the value 0x01.
In this way...
I am trying to follow the tutorial given on this page:
devzone.nordicsemi.com/.../
However, my eclipse project does not build and created following log
13:55:03 ...
app_pwm_uninit is hanging the code. The control goes to pwm_dealloc() and then in nrf_drv_ppi_channel_free() it hangs.
Using SDK10. I want to change the PWM frequency and...
I am new to eclipse IDE and I am following tutorial on this page:
devzone.nordicsemi.com/.../
I am able to make the blinky project on the terminal and it does create...